|
I am trying to install OSQA and I thought everything was set up propertly but I get this error in my apache logs:
The site is running from this directory: /var/osqa/mysite My osqa.wsgi:
Please let me know if you could help. Thank you, Alex UPDATE I upgraded Python and everything seems to work. |
|
Hello, you should not change to import *. Anyway, I've never seen that error before. What's your python version? Does the site works, besides the error? Thanks for getting back to me. The website loads but it gives "500 Server Error". Here is my python info:
Python 2.4.3 (#1, Sep 3 2009, 15:37:37) ... Please let me know if you have any ideas.
(02 Mar '10, 15:19)
alexlavr
P.S. I meant "500 Server Error" osqa template
(02 Mar '10, 15:20)
alexlavr
Alex, possibly our usage of logging module is incompatible with what you have available on your system. I have not seen this bug before either.
(02 Mar '10, 16:05)
Evgeny Fadeev
Thanks for your feedback, btw.
(02 Mar '10, 16:05)
Evgeny Fadeev
just a small advice, you really should upgrade your python, 2.4.3 is a bit outdated, but I'll have to test it out. I'll fill out a bug report
(02 Mar '10, 16:40)
Hernani Cerq... ♦♦
|
|
I have centos and yum was not diving me the latest python. After I read your comments, I decided to update it and installed ActivePython 2.6.4.10. Since then everything seems to work. I only get this warning:
I looked up that it could be fixed this way:
Thanks for the tip.
(07 Mar '10, 17:06)
Hernani Cerq... ♦♦
|
Thanks for the update, and I'm glad it is working now.