newbie question about import tools

pascal.roca at gmail.com pascal.roca at gmail.com
Sun Aug 20 15:39:16 EDT 2006


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 ?




More information about the Python-list mailing list