i have just downloas python and trying to import tools module

C:\Documents and Settings\toto>python
Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v
Type "help", "copyright", "credits" or "license"
>>> import tools
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named tools
>>> import os
>>> print os
<module 'os' from 'C:\Python24\lib\os.pyc'>
>>> import code
>>> print code
<module 'code' from 'C:\Python24\lib\code.py'>
>>>

do i need to download tools.pyc ?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to