Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8362 closed defect (invalid)

cannot find file trac-digest.py

Reported by: shruti.lalwani@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I've installed trac 0.11 with python 2.5.4 on windows 2008 server. i've fllowed all the instrauctions in method2 (http://trac.edgewall.org/wiki/TracOnWindows) with no errors. however i'm not able to do the following -

  1. cannot setup admin , python trac-digest.py -u adm -p adm >> c:\digest.txt

gives the erroe - cannot fild trac-digest.py please suggest how i can rectify this issue.

  1. even when i setup a project environment is gives the error -

C:\Python25\Scripts>trac-admin d:\projects\trac\algonotes 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

File "c:\python25\lib\site-packages\setuptools-0.6c9-py2.5.egg\pkg_resources.p

y", line 2566, in <module>

File "c:\python25\lib\site-packages\setuptools-0.6c9-py2.5.egg\pkg_resources.p

y", line 524, in resolve pkg_resources.DistributionNotFound: Genshi≥0.6dev-r960

Please suggest how i can get Trac up and running

Attachments (0)

Change History (6)

comment:1 by ebray, 15 years ago

Resolution: invalid
Status: newclosed

Well, this is mostly a duplicate of your previous ticket, #8361. Also, the latter error is that you don't have Genshi trunk installed. Questions such as this should be asked in the MailingList, as stated in the big red box that you clearly didn't read.

in reply to:  1 comment:2 by Remy Blank, 15 years ago

Replying to ebray:

Questions such as this should be asked in the MailingList, as stated in the big red box that you clearly didn't read.

I was going to reply that as well, but it is possible that the OP probably has Genshi installed (from SVN), and is using SVN 1.6.x. A setuptools still doesn't extract the revision correctly, Genshi is then installed as Genshi>=0.6dev-r0, and this in turn triggers the same error as in the description.

I don't remember anymore: is it possible at all to install Genshi from SVN with 1.6.x and to get Trac running without editing setup.py? If not, we should fix that.

comment:3 by ebray, 15 years ago

How would that be fixed in Trac? Sounds like a problem for setuptools.

It could be gotten around by just editing setup.cfg, and not setup.py.

in reply to:  3 comment:4 by Remy Blank, 15 years ago

Replying to ebray:

Sounds like a problem for setuptools.

It is. But if this prevents installing Trac, then we better find a temporary workaround.

Even if it's not strictly correct, but how about specifying Genshi≥0.6dev-r0 as a dependency?

comment:5 by Christian Boos, 15 years ago

We might then just as well require Genshi≥0.6dev. Anyway, requesting a specific rev to get the advanced-i18n will only work as long as there are no newer revision on the Genshi trunk itself. That used to be true for quite some time, and is currently again true, but there are no guarantees this will stay…

So we should just make clear from elsewhere that actually the latest from advanced-i18n is required.

comment:6 by ebray, 15 years ago

See also #8365.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.