Re: newbie question about import tools

2006-08-20 Thread Lawrence Oluyede
<[EMAIL PROTECTED]> wrote: > do i need to download tools.pyc ? Python doesn't have any "tools" module builtin. So, what tool is? -- Lawrence - http://www.oluyede.org/blog "Nothing is more dangerous than an idea if it's the only one you have" - E. A. Chartier -- http://mail.python.org/mailman/l

Re: newbie question about import tools

2006-08-20 Thread Christoph Haas
On Sunday 20 August 2006 21:39, [EMAIL PROTECTED] wrote: > 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

newbie question about import tools

2006-08-20 Thread 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" >>> import tools Traceback (most recent call last): File "", line 1, in ? ImportError: No module nam