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 _______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team