[Trac] Re: Error while creating a new project on WinXP

2008-06-25 Thread rledyard

Is there a particlular reason I'm not getting a response to this post?

Doesn't any one here run TRAC on Windows?

Randy

On Jun 20, 9:39 am, rledyard [EMAIL PROTECTED] wrote:
 Hello

 I installed TRAC on a WinXP box per this 
 page:http://trac.edgewall.org/wiki/TracOnWindows

 I used the following versions:
 - Python 2.5 (python-2.5.2.msi) (installed to c:\dev\Python25)
 - pywin32 extensions (pywin32-211.win32-py2.5.exe)
 - Setup Tools (setuptools-0.6c7.win32-py2.5.exe)
 - Genshi (Genshi-0.4.4.win32.exe)
 - pysqlite (pysqlite-2.4.0.win32-py2.5.exe)
 - TRAC (Trac-0.11rc2.win32.exe)

 I created a directory - c:\data_trac, with the intention of creating
 the first project in c:\data_trac\test-project

 So from a command-line, I ran:
 trac-admin.exe c:\data_trac\test-project initenv

 it failed with the following error:
 C:\dev\Python25\Scriptstrac-admin.exe c:/data_trac/test-project
 initenv
 Traceback (most recent call last):
   File C:\dev\Python25\Scripts\trac-admin-script.py, line 5, in
 module
     from pkg_resources import load_entry_point
   File C:\dev\Python25\Lib\site-packages\pkg_resources.py, line
 2565, in module
     parse_requirements(__requires__), Environment()
   File C:\dev\Python25\Lib\site-packages\pkg_resources.py, line 524,
 in resolve
     raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Trac==0.11rc2

 I also tried:
   trac-admin.exe c:/data_trac/test-project initenv (slashed reversed)
 same error occurred

 I tried with the c:\data_trac\test-project directory created, and with
 the same dir not created, with both versions of slashes - same error
 as above each time.

 What does the error mean, and what do I need to do to fix it?.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Error while creating a new project on WinXP

2008-06-25 Thread Simon Martin

Hi,

On Jun 20, 3:39 pm, rledyard [EMAIL PROTECTED] wrote:

     raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Trac==0.11rc2

This may be the error.

As Trac 0.11 final and Genshi 0.5 are released since last Sunday(?)
you should try again with these two new installers.


HTH
Simon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Error while creating a new project on WinXP

2008-06-25 Thread kevin . mayfield

Agree with that, main problem I had upgrading was genshi. I might be
mistaken but I had to move to genshi 0.5dev in 11rc2 and 0.5 on 11
final

 As Trac 0.11 final and Genshi 0.5 are released since last Sunday(?)
 you should try again with these two new installers.

 HTH
 Simon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Error while creating a new project on WinXP

2008-06-25 Thread Scott Bussinger

 - Python 2.5 (python-2.5.2.msi) (installed to c:\dev\Python25)

I'm hosting Trac on a WinXP box.

I don't know why, but I've had issues if I installed Python into a
directory other than the default directory (which is c:\python25).
Not knowing Python, I just gave up and installed it there instead of
C:\Program Files\Python25 where I'd originally wanted to put it.
Also be sure to add the Python directory to your system path.

As for the pathnames you entered, backslashes work fine for me (i.e.
don't bother switching them to forward slashes).

For what it's worth, here's what I installed (I didn't install the
pywin32 extensions):
  python-2.5.1.msi
  ez_setup.py
  svn-python-1.4.6.win32.py2.5.exe
  easy_install pysqlite (was version 2.4.1 at the time)
  easy_install genshi (was version 0.4.4 at the time)
  easy_install pygments (was version 0.9 at the time)
  easy_install http://tracsvn.edgewall.com/repos/trac/tags/trac-0.11b1

Now you'd just use easy_install trac and you'd be fine. (YAY for
the release of 0.11!)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---