|
Hi guys, I'm getting a weird error when trying to post a message to my OSQA installation (this is a fresh installation - no messages are in there yet).
I have tried going to the python command line and typing
after setting the DJANGO_SETTINGS_MODULE environment variable - and they get imported fine. The line it exits on is if it hasn't found the correct database driver for South... but other requests seem to work fine as South worked when doing the setup commands and I've successfully logged in via OpenID (so created a user account) Any ideas what could be going on? Thanks PS I'm running on IIS 7 and x64 Python 2.7 |
|
If the sximporter is the one giving you headaches, then edit the settings_local file and add 'sximporter' to the DISABLED_MODULES list, that will prevent the sximporter module from being loaded. Just tried that - now I still get the osqa server error page, but no error message in the django.osqa.log file?? Any ideas? Thanks!
(09 Sep '10, 07:52)
James Crowley
|
Anyone have any ideas how I could track the problem down a little more? Thanks