#2137: Trac fails on windows with mod_python
-----------------------------------------------+----------------------------
 Reporter:  Gytis Raciukaitis <[EMAIL PROTECTED]>  |        Owner:  jonas  
     Type:  defect                             |       Status:  closed 
 Priority:  normal                             |    Milestone:         
Component:  mod_python frontend                |      Version:  0.9.4  
 Severity:  normal                             |   Resolution:  wontfix
 Keywords:                                     |  
-----------------------------------------------+----------------------------
Comment (by anonymous):

 Thanks for pointing this out... I've made a little search:

 As your function {{{handle(req)}}} in modpython_frontend is called the
 request object already contains the trouble: req.hlist.directory: "/\\"

 The function {{{HandlerDispatch()}}} in {{{Callback}}} class appends this
 invalid directory to the sys.path.

 I had mod_python 3.1.3... upgrading to 3.2 line solves the problem. (tried
 3.2.5b, 3.2.8)

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2137>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to