-
Notifications
You must be signed in to change notification settings - Fork 187
Mod Python #5
Comments
alright so figured that out myself now im getting an ImproperlyConfigured error, any ideas? MySQL-python works fine in the dev environment |
Please also post your solution, so other people can benefit from it. About your ImproperyConfigured error, it needs more information for anyone to help you out. That exception is too generic to make start guessing. I haven't been using mod_python for the last ten years, so I'm not the best one to help you. |
ahhh yes, i am a total newbie on this. i see how depreciated mod_python is, i just installed mod_wsgi and tested it with a simple python app, how would you recommend implementing this plugin with mod_wsgi. Thank you! |
update: I had a bunch of MySQL-python errors. Got them solved. Got WSGI working partially, Am having trouble figuring out how to get it to see upload/new. Again I am super new at this. Thanks again. |
all had to do with python path, all good, working great, thanks for a great app |
Thank you for your updates. And great that it all worked out! |
Works amazing running the dev server, however when I try to add it to my httpd.conf and run it with mod python, i get an import settings error. Any help?
The text was updated successfully, but these errors were encountered: