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_install http://svn.edgewall.org/repos/trac/trunk I get: Downloading http://svn.edgewall.org/repos/trac/trunk Doing subversion checkout from http://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 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-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.
