Am 22.09.2008 um 08:17 schrieb [EMAIL PROTECTED]: > The interpreter: > >>>> import mwlib >>>> print mwlib.__file__ > > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- > packages/mwlib.rl-0.8.1-py2.5.egg/mwlib/__init__.pyc > > Running the file from the console gives no apparent errors. > > Running it from the server via browser, however, does not work. But > now I get this error (no doubt from the added code): > > "no module named mwlib"
Can you run this from the server via browser: import sys print '\n\n' print sys.__path__ And see if the path above is included in the list? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
