----- Message Transféré -----
Date: Fri, 27 Nov 2015 13:30:31 +0100 De: René Bastian <[email protected]> À: [email protected] Sujet: pyx path Was is gnorw ? rbm@lenovo:~$ echo $PYTHONPATH :/home/rbm/pythoneon/:/home/rbm/bin/:/home/rbm/Python/PyX-0.14.1/pyx/ rbm@lenovo:~$ cd Python/Pyx-0.14_Essais/ rbm@lenovo:~/Python/Pyx-0.14_Essais$ python3 halign.py Traceback (most recent call last): File "halign.py", line 1, in <module> from pyx import * ImportError: No module named pyx rbm@lenovo:~/Python/Pyx-0.14_Essais$ python3 Python 3.2.3 (default, Feb 20 2013, 14:44:27) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pyx Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pyx >>> gries & kiss rb -- René Bastian www.pythoneon.org -- René Bastian www.pythoneon.org ------------------------------------------------------------------------------ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
