Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-15 Thread Jeff Robbins
IL PROTECTED]> To: "Jeff Robbins" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, November 14, 2006 6:03 PM Subject: Re: mod_python 3.3.0-dev-20061109 tests on Win32 Jeff, can you download: http://svn.apache.org/viewvc/httpd/mod_python/trunk/dist/setup.py.in?revision=475037 and use it

Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-15 Thread Jeffrey Robbins
I had to change 'libapr-1.dll' to 'libapr-1.lib' to get the script to work. (the .dll files are in the bin directory on win32) -Original Message- From: "Graham Dumpleton" <[EMAIL PROTECTED]> Date: Tuesday, Nov 14, 2006 6:03 pm Subject: Re: mod_pyth

Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-14 Thread Graham Dumpleton
ht? > > - Jeff > - Original Message - > From: Nicolas Lehuen > To: Graham Dumpleton > Cc: python-dev@httpd.apache.org > Sent: Sunday, November 12, 2006 21:04 > Subject: Re: mod_python 3.3.0-dev-20061109 tests on Win32 > > > Indeed, the

Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-11 Thread Graham Dumpleton
On 12/11/2006, at 12:18 PM, Graham Dumpleton wrote: 2) In the 'Testing PythonImport' test, the path separators in the two paths being compared are different (no doubt due to Win32 backslash vs forward slash issues) the tests.py code does this: directory = os.path.dirname(__file__) ass

Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-11 Thread Graham Dumpleton
On 12/11/2006, at 12:31 AM, Jeff Robbins wrote: 3 problems found on Win32: 1) _psp didn't build and I don't know how to build it How are you trying to build mod_python in the first place? Are you using dist/build_installer.bat or using VisualStudio project file. The latter isn't really us