maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Newbie (https://talk.maemo.org/forumdisplay.php?f=26)
-   -   Python (Hildon Desktop) Error (https://talk.maemo.org/showthread.php?t=18844)

here.david 2008-04-09 06:33

Re: Python (Hildon Desktop) Error
 
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 2008-04-09 07:17

Re: Python (Hildon Desktop) Error
 
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 2008-04-09 07:22

Re: Python (Hildon Desktop) Error
 
Quote:

Originally Posted by Khertan (Post 167297)
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.

miind 2008-04-09 07:51

Re: Python (Hildon Desktop) Error
 
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/

here.david 2008-04-09 07:53

Re: Python (Hildon Desktop) Error
 
1 Attachment(s)
Thank's for the help...working...

Khertan 2008-04-09 11:33

Re: Python (Hildon Desktop) Error
 
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.

thureen 2008-04-13 06:15

Re: Python (Hildon Desktop) Error
 
Ah, sorry posted in the wrong thread. (edit)

ShyBoy 2008-04-19 00:59

Re: Python (Hildon Desktop) Error
 
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 2008-04-20 18:53

Re: Python (Hildon Desktop) Error
 
apt-get remove python-hildondesktop
apt-get install homecpuspeed

ShyBoy 2008-04-20 21:29

Re: Python (Hildon Desktop) Error
 
Quote:

Originally Posted by Khertan (Post 172320)
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:~#



All times are GMT. The time now is 12:05.

vBulletin® Version 3.8.8