Adal, did you ever sort this out?
I have one other person had a specific problem when using
WSGIPythonPath on Windows, but have no idea at this point and whether
it relates to your problem or not.
Graham
I will investigate this issue in the following days.
No rush. I found the problem with WSGIPythonPath changes. Was missing
a Python object reference count. Wasn't getting crashes on MacOS X,
but got it on Linux system when I tried it.
Graham
On Nov 6, 4:46 am, "Graham Dumpleton" <graham.dumple...@gmail.com>
wrote:
And now in dutch please :)
What does Python object reference count mean ?
And when will c2 be released ?
And why doesnt it crash on MacOS X ?
sounds like you want to read the python documentation at
http://www.python.org/doc/2.4.2/index.html
Start at the beginning, at some point you'll hit
http://www.python.org/doc/2.4.2/ext/refcounts.html
and keep reading until the end.
> And when will c2 be released ?
Are you in a hurry? Slow done!
> And why doesnt it crash on MacOS X ?
If malloc/free is involved, probably just the different implementation
from BSD.
--
Bernd Zeimetz
<be...@bzed.de> <http://bzed.de/>
I want to get rit of
import os, sys
here = os.path.dirname(__file__)
if here not in sys.path: sys.path.append(here)
mod_wsgi 1.2 and 2.0c1 win32 builds from last week both serve my
little Pylons application just fine now.
On 6 Nov, 05:46, "Graham Dumpleton" <graham.dumple...@gmail.com>
wrote:
If you have the right Microsoft C compiler you can always build the
module yourself from subversion source code if you are truly
desperate. Adal has some scripts which make the build reasonably
straight forward. I can't find the links to them right now, but Adal
maybe can post a link to them again and mention what compiler you
need.
As to 2.0c2, I have done all the changes I want to and just need to do
a little bit of double checking to make sure I haven't done anything
stupid.
Graham
On Nov 7, 2:09 am, "Graham Dumpleton" <graham.dumple...@gmail.com>
wrote:
I am pretty good at doing stupid things that other people don't
expect :)