Try checking out the Genshi trunk and installing that first. svn co http://svn.edgewall.org/repos/genshi/trunk python setup.py bdist_egg easy_install the created egg
On Mar 20, 5:54 am, "hugo.a.garcia" <[email protected]> wrote: > hi > > Trying to install Trac 0.12 on Ubuntu karmic. Both the egg and souce > install give me the same error shown below. > > When I perform: > > > sudo easy_installhttp://svn.edgewall.org/repos/trac/trunk > > I get: > > Downloadinghttp://svn.edgewall.org/repos/trac/trunk > Doing subversion checkout fromhttp://svn.edgewall.org/repos/trac/trunk > to /tmp/easy_install-nP3pn9/trunk > Processing trunk > Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-nP3pn9/ > trunk/egg-dist-tmp-a2R0Lb > unrecognized .svn/entries format; skipping . > unrecognized .svn/entries format in > Adding Trac 0.12dev-r0 to easy-install.pth file > Installing trac-admin script to /usr/local/bin > Installing tracd script to /usr/local/bin > > Installed /usr/local/lib/python2.6/dist-packages/Trac-0.12dev_r0- > py2.6.egg > Processing dependencies for Trac==0.12dev-r0 > Searching for Genshi>=0.6dev-r1072 > Readinghttp://pypi.python.org/simple/Genshi/ > Readinghttp://genshi.edgewall.org/ > Readinghttp://genshi.edgewall.org/wiki/Download > No local packages or download links found for Genshi>=0.6dev-r1072 > error: Could not find suitable distribution for > Requirement.parse('Genshi>=0.6dev-r1072') > > I am using Python 2.6 and subversion 1.6 available from the canonical > > when I look for the eggs: > > h...@heth:/usr/local/lib/python2.6/dist-packages$ ls -l > total 3016 > drwxr-sr-x 4 root staff 4096 2010-03-20 11:16 Babel-0.9.4-py2.6.egg > drwxr-sr-x 4 root staff 4096 2010-03-20 11:40 docutils-0.6- > py2.6.egg > -rw-r--r-- 1 root staff 341 2010-03-20 11:43 easy-install.pth > -rw-r--r-- 1 root root 258427 2010-03-20 11:06 Genshi-0.6dev_r0- > py2.6.egg > drwxr-sr-x 4 root staff 4096 2010-03-20 11:41 Pygments-1.3.1- > py2.6.egg > -rw-r--r-- 1 root root 513784 2010-03-20 11:13 pytz-2010e-py2.6.egg > -rw-r--r-- 1 root root 2292009 2010-03-20 11:43 Trac-0.12dev_r0- > py2.6.egg > > Is there a work around for this? > Are there instruction for installing in Ubuntu karmic? -- 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.
