On Jul 30, 1:47 pm, <[EMAIL PROTECTED]> wrote: > > Hello, > > I've set up: > > apache 2.0.59 > > mod_python-3.3.1.win32-py2.4-Apache2.0 > > Python 2.4.4 > > clearsilver-0.9.14.win32-py2.4 > > pysqlite-2.3.5.win32-py2.4 > > svn-1.4.4 > > svn-python-1.4.4.win32-py2.4 > > mod_python works fine and it's test shows: > > Apache version Apache/2.0.59 (Win32) SVN/1.4.4 mod_python/3.3.1 > Python/ > > 2.4.3 DAV/2
> You've installed Python 2.4.4. In the output from the test Python > version 2.4.3 is mentioned. Yes. When tried Python 2.4.4 there was an error about expectation version 2.4.3, so i reinstalled Python 2.4.3 and other components, depending on it. > > > httpd.conf: > > ------------------------- > > <Location /trac> > > SetHandler mod_python > > PythonHandler trac.web.modpython_frontend > > PythonOption TracEnv "d:\trac" > > </Location> > > -------------------------- > > When trying to openhttp://localhost/tracreceiving connection time > > out and error in application event log: > > Event Type: Error > > Event Source: Application Error > > Event Category: (100) > > Event ID: 1000 > > Description: > > Faulting application Apache.exe, version 2.0.59.200, faulting module > > libapr.dll, version 0.9.12.0, fault address 0x00007c1c. > Libapr.dll --> version conflict between installed components. How can I solve the conflict? It appears in every combination of apache 2.2.4 or 2.0.59 and python both 2.4 and 2.5. Error is the same every time. > Have you tried to access the subversion repository over the Apache > Server? Yes, it works. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
