Hi, all: Just start using python and want to install some python based packages.
However, after installation, only some of the python packages can be imported, while other won't. For example pyml at http://pyml.sourceforge.net/ what I've done are: $ sudo python setup.py install $ easy_install pyml $ python Python 2.6.4 (r264:75706, Nov 2 2009, 14:38:03) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pyml Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pyml >>> Can anybody please give me a hand? Cheers JIA -- Welcome to Vision Open http://www.visionopen.com
_______________________________________________ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk