Hello, and thanks for replying! I think your second suggestion sounds most promising.
I have PYTHONPATH in my /etc/profile and as I python runs fine on and off the server with other scripts. So mwlib is probably the problem. I installed it both ways: easy_install and regular python setup. Where is the package supposed to be located? Maybe that's missing from the path. On Sep 15, 1:07 pm, Johannes Beigel <[EMAIL PROTECTED]> wrote: > Am 15.09.2008 um 07:54 schrieb mwmoron: > > > But I don't understand how to make a pdf server work. I tried > > installing the cgi solution on my local apache2, but all i get is > > error 500. > > > 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. > > Seems like to have to set the PYTHONPATH environment variable. > > Did you install mwlib with "python setup.py install" or easy_install? > > As the modules os, sys could be imported (otherwise an ImportError > would have been raised earlier), maybe mwlib isn't installed in your > standard site-packages directory? > > Regards, > Johannes Beigel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
