Re: Why am I getting this error," No module named exported."
will guaraldi <[email protected]> Sat, 10 Jul 2004 21:31:49 -0500 (CDT)
| Newsgroups | gmane.comp.games.mud.client.lyntin |
|---|---|
| Message-ID | <[email protected]> |
Exported is part of the Lyntin package. It shouldn't be in the modules directory. If you look at the code in the other modules, you'll notice it says things like: import lyntin.exported, lyntin.utils or: from lyntin import exported, utils The exported module is in the lyntin package. Looks like you're working on a module called tkconf. Fix the import line in that module and that should fix your issue. /will On Sat, 10 Jul 2004, Ned Imming wrote: > > When I start up Lyntin I get the following error in blue. This is during the > module loading. I checked to see if exported was in the \modules\ directory. > It's not, it is in the lyntin\ directory though. I moved it to the modules > directory but that didn't seem to help, so I moved it back. > Thanks, > Ned > > " > Module 'lyntin.modules.tkconf' refuses to load. > Traceback (most recent call last): > File "C:\Python23\Lib\site-packages\lyntin\modules\__init__.py", line 89, > in load_modules > _module = __import__(name) > File "C:\Python23\lib\site-packages\lyntin\modules\tkconf.py", line 13, in > ? > import exported, utils > ImportError: No module named exported > " ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com