Re: [Tutor] getting ImportError: No module named beginners

2011-11-10 Thread Peter Otten
Nathaniel Trujillo wrote: > First I typed help() into the python 3.1.1 interpreter and then I typed > modules to see if there was a beginners module and it wasn't there but > when I went into the > C:\Python31\Lib\site-packages\livewires folder I saw the file beginners.py > right there in front of

[Tutor] getting ImportError: No module named beginners

2011-11-10 Thread Nathaniel Trujillo
First I typed help() into the python 3.1.1 interpreter and then I typed modules to see if there was a beginners module and it wasn't there but when I went into the C:\Python31\Lib\site-packages\livewires folder I saw the file beginners.py right there in front of my face. So here is the program I am