newbie question about import tools

P

pascal.roca

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"Traceback (most recent call last):

do i need to download tools.pyc ?
 
C

Christoph Haas

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"

Traceback (most recent call last):

<module 'code' from 'C:\Python24\lib\code.py'>


do i need to download tools.pyc ?

There is no such thing as "tools" in the standard library
(http://www.python.org/doc/current/lib/lib.html). Why do you expect
something like that?

Cheers
Christoph
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top