[Python-modules-team] python2.5 specific file

Luciano Bello luciano at debian.org
Sun May 4 18:23:22 UTC 2008


El Sáb 03 May 2008, Piotr Ożarowski escribió:
> Try to install this file to /usr/lib/python-support/python2.5/site-packages

The problem is that the package now depends of python2.5 and not runs in 
python2.4

$ python2.5
Python 2.5.2 (r252:60911, Apr 27 2008, 11:46:35)
[GCC 4.2.3 (Debian 4.2.3-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import buzhug
>>>    

$python2.4
Python 2.4.5 (#2, Apr 17 2008, 13:00:52)
[GCC 4.2.3 (Debian 4.2.3-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import buzhug
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named buzhug
>>>

The files installed by the package are:
/usr/share/python-support
/usr/share/python-support/python-buzhug
/usr/share/python-support/python-buzhug/buzhug
/usr/share/python-support/python-buzhug/buzhug/buzhug.py
/usr/share/python-support/python-buzhug/buzhug/buzhug_algos.py
/usr/share/python-support/python-buzhug/buzhug/__init__.py
/usr/share/python-support/python-buzhug/buzhug/buzhug_server.py
/usr/share/python-support/python-buzhug/buzhug/buzhug_files.py
/usr/share/python-support/python-buzhug/buzhug/SimpleAsyncHTTPServer.py
/usr/share/python-support/python-buzhug/buzhug/buzhug_client.py
/usr/share/python-support/python-buzhug/buzhug/buzhug_test.py
/usr/share/python-support/python-buzhug/buzhug-1.1.egg-info
/usr/lib
/usr/lib/python-support
/usr/lib/python-support/python-buzhug
/usr/lib/python-support/python-buzhug/python2.5
/usr/lib/python-support/python-buzhug/python2.5/buzhug
/usr/lib/python-support/python-buzhug/python2.5/buzhug/conversion_float.py

What am I doing wrong? Sorry for my ignorance...

luciano



More information about the Python-modules-team mailing list