mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-11 Thread Jeff Robbins
3 problems found on Win32: 1) _psp didn't build and I don't know how to build it 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

Re: mod_python 3.3.0-dev-20061109 tests on Win32 (update)

2006-11-11 Thread Jeff Robbins
for problem #3 below I created the folder 'subdir' under htdocs and the test passed. - Original Message - From: "Jeff Robbins" <[EMAIL PROTECTED]> To: "python-dev list" Sent: Saturday, November 11, 2006 08:31 Subject: mod_python 3.3.0-dev-20061109 tests on Win32 3 problems found on