Import Error
Joseph
cephire at gmail.com
Fri Oct 27 17:38:28 EDT 2006
More information about the Python-list mailing list
Fri Oct 27 17:38:28 EDT 2006
- Previous message (by thread): Import Error
- Next message (by thread): Optional Parameter Requirements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I am using Karrigell & Sprite for webdevelopment. Sprite is placed in the main folder of my app. I got a sub-folder called admin. I am using the below line to import Sprite within the subfolder. from ..sprite import Sprite Most of the time it works. However time to time, it will throw an error that there is no module called Sprite. I delete the .pyc file, call a page in the main folder, then it will work. Any help how I can resolve it? Thanks in advance, Joseph
- Previous message (by thread): Import Error
- Next message (by thread): Optional Parameter Requirements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list