On 30/12/2007, Mainster <[EMAIL PROTECTED]> wrote: > > > I just tried my luck with the 0.11 Windows exe installer, then I > added > C:\Python25 and C:\Python25\Scripts to my system PATH > > Then... > > D:\Projects\svn>trac-admin d:\projects\svn\my-project initenv > Traceback (most recent call last): > File "C:\Python25\Scripts\trac-admin-script.py", line 5, in <module> > from pkg_resources import load_entry_point > ImportError: No module named pkg_resources > > Where should pkg_resources module be placed (or otherwise setup) to be > accessible for trac-admin? > This Trac installation is really a jungle... :( >
Not any more it isn't ;) With trac 0.11 there is no "windows" installer - Just read the installation notes here : http://trac.edgewall.org/wiki/0.11/TracInstall Install setuptools as Alec's already told you and make sure you've read the installation notes and you're away... It really is very very easy to install trac 0.11. Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
