atom feed3 messages in com.googlegroups.trac-dev[Trac-dev] Problem with easy_install ...
FromSent OnAttachments
BenJan 21, 2009 11:12 pm 
Jeroen Ruigrok van der WervenJan 24, 2009 2:29 pm 
FlatfenderJan 24, 2009 6:50 pm 
Subject:[Trac-dev] Problem with easy_install of Genshi for trac-dev 0.12 on FreeBSD
From:Ben (ben.@gmail.com)
Date:Jan 21, 2009 11:12:45 pm
List:com.googlegroups.trac-dev

G'day all,

I am trying to upgrade to head of trac, but having trouble with the genshi requirements:

I can install Genshi,

# easy_install -U "Genshi==dev"

but end up with :

Installed /usr/local/lib/python2.5/site-packages/Genshi-0.6dev_r0- py2.5-freebsd-7.0-RELEASE-i386.egg Processing dependencies for Genshi==0.6dev-r0 Finished processing dependencies for Genshi==0.6dev-r0

Then when I try to install trac

# easy_install -U "Trac==dev"

blah blah

Installed /usr/local/lib/python2.5/site-packages/Trac-0.12dev_r0- py2.5.egg Processing dependencies for Trac==0.12dev-r0 Searching for Genshi>=0.6dev-r960 Reading http://pypi.python.org/simple/Genshi/ Reading http://genshi.edgewall.org/ Reading http://genshi.edgewall.org/wiki/Download No local packages or download links found for Genshi>=0.6dev-r960 error: Could not find suitable distribution for Requirement.parse ('Genshi>=0.6dev-r960')

Is this a problem with the FreeBSD build, or the easy install process?

any clues how I can get around this?

cheers