I managed to get somwhere...at least to get something usable to go on. Seems that i set up previous versions of pylons on apache and that was what was breaking my software. The discrepancy between the libs in my virtual env and the lisb in my python install.
On Feb 18, 11:05 am, Gael Pasgrimaud <[email protected]> wrote: > 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-p... > > > 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 > > athttp://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.
