Steven W. Orr wrote:

> I *just* read the tutorial so please be gentle. I created a file
> called fib.py which works very nicely thank you. When I run it it
> does what it's supposed to do but I do not get a resulting .pyc
> file. 

.pyc files are created only if you import a .py file.

Regards,


Björn

-- 
BOFH excuse #77:

Typo in the code

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

Reply via email to