Reply
Thread Tools
Posts: 152 | Thanked: 32 times | Joined on Dec 2007 @ CA
#11
Khertan, sorry you seem to have taken offense nor do I wish to start a public 'flame war' so I sent you a PM trying to explain your mis-understanding of what I was trying to state.
 
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#12
To explain my post, i'm not offended, just wake up with the wrong foot (french expression)...

I'm sorry if my post is offending, it was not the purpose of it. It s just that english isn't my native language, and sometimes, i don't write very well my thought and feeling. Sorry.

I would just say, that i don't think two forums will be good idea, because it ll divide the community, and i think the 'newbie' forum will turn to a forum with question only and no answer.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#13
Originally Posted by Khertan View Post
To explain my post, i'm not offended, just wake up with the wrong foot (french expression)...

I'm sorry if my post is offending, it was not the purpose of it. It s just that english isn't my native language, and sometimes, i don't write very well my thought and feeling. Sorry.

I would just say, that i don't think two forums will be good idea, because it ll divide the community, and i think the 'newbie' forum will turn to a forum with question only and no answer.
Hehe, we say got out of the wrong side of the bed.

To say English, isn't your native language, I'd say you speak it well.
 
Posts: 143 | Thanked: 13 times | Joined on Aug 2007
#14
there is someerror in the deb file that prevents it from installing the regular way in the programmanager.. see the notes to homeip on maemo. http://maemo.org/downloads/product/OS2008/homeip/
 
Posts: 152 | Thanked: 32 times | Joined on Dec 2007 @ CA
#15
Thank's for the help...working...
Attached Images
 
 
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#16
It s not an error that python-hildondesktop is in usr/misc ... as it should not be visible in the application manager (same thing for python libs).

I think that make many repository isn't a great things. It s why i'm working on PyPackager to enable it to upload package directly to extras and extras-devel repository.

At this time, if PyPackager package is accepted in the extras repository, i ll upload all my python applet to extras-devel.
 
Posts: 59 | Thanked: 1 time | Joined on Apr 2008
#17
Ah, sorry posted in the wrong thread. (edit)

Last edited by thureen; 2008-04-13 at 06:23.
 
Posts: 99 | Thanked: 8 times | Joined on Aug 2007 @ Washington, DC
#18
Suddenly I start getting the following error since I install this package. Can someone please help?

thanks,

Code:
Nokia-N800-51-3:~# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  homecpuspeed: Depends: python2.5-hildondesktop but it is not installed
  homediskfree: Depends: python2.5-hildondesktop but it is not installed
  homeinternaltemp: Depends: python2.5-hildondesktop but it is not installed
  homeip: Depends: python2.5-hildondesktop but it is not installed
  homelightmeter: Depends: python2.5-hildondesktop but it is not installed
  homememfree: Depends: python2.5-hildondesktop but it is not installed
  homenetstats: Depends: python2.5-hildondesktop but it is not installed
  homewifilevel: Depends: python2.5-hildondesktop but it is not installed
E: Unmet dependencies. Try using -f.
Nokia-N800-51-3:~# apt-get upgrade -f
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following NEW packages will be installed:
  python2.5-hildondesktop
The following packages have been kept back:
  xournal
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
9 not fully installed or removed.
Need to get 0B/48.9kB of archives.
After unpacking 217kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  python2.5-hildondesktop
Install these packages without verification [y/N]? y
(Reading database ... 25584 files and directories currently installed.)
Unpacking python2.5-hildondesktop (from .../python2.5-hildondesktop_0.0.2-1_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/python2.5-hildondesktop_0.0.2-1_armel.deb (--unpack):
 trying to overwrite `/usr/lib/python2.5/site-packages/hildondesktop.la', which is also in package python-hildondesktop
Errors were encountered while processing:
 /var/cache/apt/archives/python2.5-hildondesktop_0.0.2-1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N800-51-3:~#
 
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#19
apt-get remove python-hildondesktop
apt-get install homecpuspeed
 
Posts: 99 | Thanked: 8 times | Joined on Aug 2007 @ Washington, DC
#20
Originally Posted by Khertan View Post
apt-get remove python-hildondesktop
apt-get install homecpuspeed


That was good idea, but didn't help in my case. see the command and results down below.

The removed worked but after that when I try to install homecpuspeed or just the python-hildondesktop it gived me error again.

Code:
Nokia-N800-51-3:~# apt-get install python-hildondesktop                                           Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  python-hildondesktop
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/48.6kB of archives.
After unpacking 225kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  python-hildondesktop
Install these packages without verification [y/N]? y
(Reading database ... 25542 files and directories currently installed.)
Unpacking python-hildondesktop (from .../python-hildondesktop_0.0.2-1_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/python-hildondesktop_0.0.2-1_armel.deb (--unpack):
 trying to overwrite `/usr/share/pygtk/2.0/defs/hildondesktop.defs', which is also in package python2.5-hildondesktop
Errors were encountered while processing:
 /var/cache/apt/archives/python-hildondesktop_0.0.2-1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N800-51-3:~#
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:46.