Using variables across modules

Aaron Scott aaron.hildebrandt at gmail.com
Wed Jul 23 17:19:34 EDT 2008


> first read this to learn how objects and variables work in Python:
>
>      http://effbot.org/zone/python-objects.htm
>
> and then read this to learn how from-import works, and when you're
> supposed to use it:
>
>      http://effbot.org/zone/import-confusion.htm
>
> hope this helps!
>

Awesome. After reading those two pages, I was able to correct the code
and get things up and running. Thanks!

Aaron



More information about the Python-list mailing list