Re: Problems with mod_fcgi and paste

2007-01-19 Thread [EMAIL PROTECTED]
The problem is that Pylons errors.py is importing from /usr/lib... bypassing settings from fcgi file. Exception is throwed by registry.restorer.save_registry_state(environ), few lines before there is a code which could be guilty ;) is it? ## from paste.evalexception.middleware import

Re: Problems with mod_fcgi and paste

2007-01-19 Thread [EMAIL PROTECTED]
ok, I'll try to use virtual-python :) should work :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from

Problems with mod_fcgi and paste

2007-01-16 Thread [EMAIL PROTECTED]
I have a problem with pylons and mod_fcgi/apache - http://www.python.itl.pl/pylons/ - something (pylons ?) is importing older paste from pythons /site-pacakges/ instead /www/virtual/python.itl.pl/python/Paste-1.1.1-py2.4.egg. It works for other packages but for some reason it doesn't work with

Re: Problems with mod_fcgi and paste

2007-01-16 Thread Philip Jenvey
On Jan 16, 2007, at 9:59 AM, [EMAIL PROTECTED] wrote: I have a problem with pylons and mod_fcgi/apache - http://www.python.itl.pl/pylons/ - something (pylons ?) is importing older paste from pythons /site-pacakges/ instead /www/virtual/python.itl.pl/python/Paste-1.1.1-py2.4.egg. It works for

Re: Problems with mod_fcgi and paste

2007-01-16 Thread [EMAIL PROTECTED]
it's a symlink to Paste-1.1.1-py2.4.egg/paste - one of tried cheats. When disable it doesn't change anything. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email