Ilias Lazaridis wrote: > deleted the 0.9.6 version and the related scripts. > > fetched the latest version from svn. > > $ setup.py install > > Created a test environment trac15 > > $ python C:\Python24\Scripts\trac-admin C:\trac15 initenv > > run the server: > > $ python C:\Python24\Scripts\tracd C:\trac15 > > server does not start, the command-window hangs, no reaction to > CTRL-... ! > > any suggestions?
starting with: $ python C:\Python24\Scripts\tracd --port 8000 C:\trac15 works fine. http://localhost:8000/trac17 - what is the default port-number? tracd should possibly say "started on port xxxx". btw: The CTRL-C key works fine too, but only when the next requests comes in. Thus if you've started on an unknown port, it seems like everythin hangs. . --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
