Re: Python problems with a lot of applications.

2008-05-23 Thread Axel Freyn
Hi dark, On Thu, May 22, 2008 at 08:59:29PM +0100, Dark Nebula wrote: > hallo Axel, > > yes i have the file: > [EMAIL PROTECTED]:~$ ls -l /usr/bin/python2.5 > -rwxr-xr-x 1 root root 1174932 2008-05-15 18:36 /usr/bin/python2.5 > [EMAIL PROTECTED]:~$ Well, I think I know your error: the vodaphone pa

Re: Python problems with a lot of applications.

2008-05-22 Thread Dark Nebula
hallo Ron, The only package that i installed "by hand" is Vadafone mobile card driver that uses python yes, but this application runs ok. I install via dpkg the *.deb . Ron Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/22/08 12:11, Axel Freyn wrote: Hi Dark, On Th

Re: Python problems with a lot of applications.

2008-05-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/22/08 12:11, Axel Freyn wrote: > Hi Dark, > On Thu, May 22, 2008 at 04:48:32PM +0100, Dark Nebula wrote: >> [EMAIL PROTECTED]:~$ python >> Python 2.5.2 (r252:60911, Apr 5 2008, 16:44:07) >> [GCC 4.2.3 (Debian 4.2.3-3)] on linux2 >> Type "help",

Re: Python problems with a lot of applications.

2008-05-22 Thread Dark Nebula
hallo Axel, yes i have the file: [EMAIL PROTECTED]:~$ ls -l /usr/bin/python2.5 -rwxr-xr-x 1 root root 1174932 2008-05-15 18:36 /usr/bin/python2.5 [EMAIL PROTECTED]:~$ the import seems ok: [EMAIL PROTECTED]:~$ python Python 2.5.2 (r252:60911, Apr 5 2008, 16:44:07) [GCC 4.2.3 (Debian 4.2.3-3)] o

Re: Python problems with a lot of applications.

2008-05-22 Thread Axel Freyn
Hi Dark, On Thu, May 22, 2008 at 04:48:32PM +0100, Dark Nebula wrote: > > [EMAIL PROTECTED]:~$ python > Python 2.5.2 (r252:60911, Apr 5 2008, 16:44:07) > [GCC 4.2.3 (Debian 4.2.3-3)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import sys > >>> print sys

Re: Python problems with a lot of applications.

2008-05-22 Thread Dark Nebula
* *Hi, with those commands i get:* [EMAIL PROTECTED]:~$ python Python 2.5.2 (r252:60911, Apr 5 2008, 16:44:07) [GCC 4.2.3 (Debian 4.2.3-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> print sys.path ['', '/usr/local/lib/python25.zip', '/u

Re: Python problems with a lot of applications.

2008-05-22 Thread Axel Freyn
Hello Dark, On Thu, May 22, 2008 at 03:46:29PM +0100, Dark Nebula wrote: > [ python does not find "pygtk" and "gtk" ] > [ ... ] > *I have a lot of packages installed for python: > [...] > ii python-gtk2 2.12.1-3 > ii python-gtk2-dev

Re: Python problems with a lot of applications.

2008-05-22 Thread Daniel Burrows
On Thu, May 22, 2008 at 03:46:29PM +0100, Dark Nebula <[EMAIL PROTECTED]> was heard to say: > I have a lot of "applications" broken, and seems the problem is all the > same, i suppose. > for example when i try launch the applet "gmail-notify" i get: > > [EMAIL PROTECTED]:~$ gmail-notify > Traceb

Python problems with a lot of applications.

2008-05-22 Thread Dark Nebula
hallo all, I have a lot of "applications" broken, and seems the problem is all the same, i suppose. for example when i try launch the applet "gmail-notify" i get: [EMAIL PROTECTED]:~$ gmail-notify Traceback (most recent call last): File "./notifier.py", line 4, in import pygtk ImportError