Re: mod_python 3.2.3b available for testing

2005-10-31 Thread Jim Gallacher
Indrek Järve wrote: Jim Gallacher wrote: I've commited the change to fix the PY_STD_LIB path, but I'm wondering about the include path. Will it still be PY_INCLUDES="-I${PyEXEC_INSTALLDIR}/include/python${PyVERSION}" or does that change on SuSE Linux 9.2 (x86-64) as well? Include path stays

Re: mod_python 3.2.3b available for testing

2005-10-31 Thread Indrek Järve
Jim Gallacher wrote: Indrek Järve wrote: Graham Dumpleton wrote: Jim Gallacher wrote .. Indrek Järve wrote: Jim Gallacher wrote: And see if any tests fail. If they pass, send a +1 to the list, if they fail, send the details (the versions of OS, Python and Apache, the test ou

Re: Field.file issue [was Re: mod_python 3.2.3b available for testing]

2005-10-31 Thread Nick
Just FYI for anyone who's still interested... The fileno method only exists and returns non-negative integers for real file streams. So that's the trick. Nick Nick wrote: Jim Gallacher wrote: How about this? (Excuse the LateX) \class{Field} instances have the following attributes: ...