On Sat, Feb 18, 2012 at 6:55 AM, Artur Daschevici
<[email protected]> wrote:
> Does anyone else have any other ideas...or any ideas on how to debug
> this better?
>

Have you tried with the activate_this.py script ?

http://pypi.python.org/pypi/virtualenv#using-virtualenv-without-bin-python

> At this point i would pretty much try anything new...well maybe short
> of reinstalling everything from python up.

Your .wsgi is a python script so you can run:
C:\\Python\\Scripts\\Python.exe handler.wsgi
If you have no traceback then it should work with mod_wsgi too.
Add some print statements for debuging. Like print sys.path or import testsite

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

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

Reply via email to