#2998: installation is a pain, win32 package anyone?
-------------------------------------------+--------------------------------
 Reporter:  anonymous                      |        Owner:  jonas
     Type:  defect                         |       Status:  new  
 Priority:  normal                         |    Milestone:  0.11 
Component:  general                        |      Version:  0.9.4
 Severity:  minor                          |   Resolution:       
 Keywords:  installer external dependency  |  
-------------------------------------------+--------------------------------
Comment (by anonymous):

 Good point for the ClearSilver ditch.

 So how do I run tracd in win32?

 {{{
 cmd
 cd C:\Program Files\Python2.4
 python.exe Script\tracd ...
 }}}

 OK, win32 is the pain. As ClearSilver does not compile on cygwin, it is
 maybe easier to install the win32 version and use a cygwin wrapper to fire
 python.
 Here is a quick one:
 {{{
 #!/bin/sh
 cygstart cmd "/c set TMP=C:/Temp && c:\progra~1\python2.4\python.exe $* &&
 pause || pause"
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2998>
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