On Thu, Feb 11, 2010 at 6:10 PM, Jd <[email protected]> wrote:
> After spending lot of hours and making progress through number of
> errors... I am stuck.. and need some help.
>
> The error I am getting is.
>
> http://pastebin.com/f74f5c15e
>
> Here is my apache conf file.
>
> http://pastebin.com/m56ca2a55
>
> Here is wsgi script.
>
> http://pastebin.com/m27cdd87e
>
> Any help is appreciated.
> Thanks


Try uncommenting the above code that is in your config code.
Lucas



#
#Move just added item to the front of the python system path.
#
#Not needed if modwsgi>=3.0. Uncomment next 6 lines.
#
###new_sys_path = []
#
###for item in list(sys.path):
#
###    if item not in prev_sys_path:
#
###        new_sys_path.append(item)
#
###        sys.path.remove(item)
#
###sys.path[:0] = new_sys_path

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to