The output appears the same on my machine: [EMAIL PROTECTED]:~$ python Python 2.4.4 (#2, Aug 16 2007, 02:03:40) [GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
Note that I see the following message at the end of the installation of the package. Could it be part of the problem? [EMAIL PROTECTED]:~$ sudo apt-get install listen Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: python-notify python-gamin streamripper libtre4 Use 'apt-get autoremove' to remove them. The following NEW packages will be installed: listen 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded. Need to get 459kB of archives. After unpacking 2142kB of additional disk space will be used. Get:1 http://mirrors.kernel.org sid/main listen 0.5-4 [459kB] Fetched 459kB in 1s (351kB/s) Selecting previously deselected package listen. (Reading database ... 230866 files and directories currently installed.) Unpacking listen (from .../archives/listen_0.5-4_i386.deb) ... Setting up listen (0.5-4) ... INFO: using old version '/usr/bin/python2.3' My system has python2.3, python2.4, and python2.5 installed. Thank you for looking into the problem. Tony Julien Valroff wrote: > Le samedi 01 décembre 2007 à 10:04 -0800, tony mancill a écrit : >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Thank you for the quick response: >> >> $ python -V >> Python 2.4.4 >> >> The output for python -v is attached. > > Thanks for your answer. > > I can't find what could cause this. > > Can you confirm that you get a similar output: > $ python > Python 2.4.4 (#2, Aug 16 2007, 00:34:54) > [GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> import gst >>>> gst.pygst_version > (0, 10, 9) > > Cheers, > Julien > > >

