
noreply at edgewall
Oct 1, 2006, 7:53 PM
Post #2 of 3
(932 views)
Permalink
|
|
Re: [The Trac Project] #3834: "tracd" and "trac-admin" commands do not work under windows.
[In reply to]
|
|
#3834: "tracd" and "trac-admin" commands do not work under windows. ---------------------------------+------------------------------------------ Reporter: ilias [at] lazaridis | Owner: daniel Type: defect | Status: new Priority: normal | Milestone: 0.11 Component: trac-admin | Version: 0.10 Severity: normal | Resolution: Keywords: | ---------------------------------+------------------------------------------ Changes (by mgood): * milestone: => 0.11 Comment: It's not necessary to rename the files to add the .py extension, since you can simply make a batch file like: {{{ python tracd ... }}} However, this can be resolved more cleanly once we switch to setuptools which nicely handles installing executable scripts. On Windows it creates a .exe wrapper to launch the script to make sure it works nicely when multiple versions of Python are installed. -- Ticket URL: <http://trac.edgewall.org/ticket/3834#comment:1> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|