Hi Jia,

>> $ 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?

python is case sensitive and pyml is written as PyML, so you should try

>>> import PyML
>>> PyML.__version__
_______________________________________________
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk

Reply via email to