Am 15.09.2008 um 07:54 schrieb mwmoron: > And when I check the log it says "cannot import name serve", the same > error I get if I try to run the py files locally.
I just realized that the error is not "No module named mwlib", but "cannot import name serve". Do you have the latest version of mwlib? Can you import mwlib.serve as a normal user, i.e. does this work in the interactive Python interpreter?: $ python >>> from mwlib import serve If this dows work, maybe you have a permission problem with unzipping the egg files? See for example http://docs.turbogears.org/1.0/mod_python#setting-the-egg-cache-directory Regards, Johannes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
