Opened 15 years ago
Closed 15 years ago
#9240 closed defect (worksforme)
Genshi>=0.6dev-r1072 as dependency of Trac 0.12dev not found
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | 0.12dev |
Severity: | blocker | Keywords: | installation, genshi |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hello,
I followed guide at http://trac.edgewall.org/wiki/0.12/TracInstall#InstallingTrac I can't succeed in installing Trac 0.12dev which I'd really like to use for i18n.
I synced trac now, I am at r9482
One problem is that my setup.py have no compile_catalog command.
The problem is that nor setup.py , nor easy_install can't find Genshi≥0.6dev-r1072
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 tried also
# easy_install -U "Genshi==dev"
with no success
Searching for Genshi==dev Reading http://pypi.python.org/simple/Genshi/ Reading http://genshi.edgewall.org/ Reading http://genshi.edgewall.org/wiki/Download Best match: Genshi dev Downloading http://svn.edgewall.org/repos/genshi/trunk#egg=Genshi-dev error: Unexpected HTML page found at http://svn.edgewall.org/repos/genshi/trunk#egg=Genshi-dev
I tried it on Debian lenny with python 2.5 and on Ubuntu karmic python 2.6
Genshi source code is at r1071 for experimental branch. No r1072 revision !
That's all, I hope it would be useful
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
Milestone: | 0.12 |
---|---|
Severity: | normal → blocker |
comment:2 by , 15 years ago
Replying to fero@…:
I followed guide at http://trac.edgewall.org/wiki/0.12/TracInstall#InstallingTrac
Sorry, but you did not. See below.
[…] One problem is that my setup.py have no compile_catalog command.
[…] I tried it on Debian lenny with python 2.5 and on Ubuntu karmic python 2.6
Genshi source code is at r1071 for experimental branch. No r1072 revision !
That's all, I hope it would be useful
Well, you didn't mention your Babel version so far, but told me on #trac, it was 0.9.4. So it might be better to use at least 0.9.5 as currently recommended in the Installation Guide, however Babel 1.0dev-[b:r482 r482] works well for me. And I use Genshi's experimental branch 0.6dev-r1092.
Again, don't stick to Debian packages, if you really intend to test Trac trunk, since it will always demand newer version than any stable Debian release could provide.
comment:3 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works here (in a virtualenv):
$ easy_install -U "Genshi==dev" Searching for Genshi==dev Reading http://pypi.python.org/simple/Genshi/ Reading http://genshi.edgewall.org/ Reading http://genshi.edgewall.org/wiki/Download Best match: Genshi dev Downloading http://svn.edgewall.org/repos/genshi/trunk#egg=Genshi-dev Doing subversion checkout from http://svn.edgewall.org/repos/genshi/trunk to /tmp/easy_install-XLFR9B/trunk Processing trunk Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-XLFR9B/trunk/egg-dist-tmp-9Ct0p4 warning: no files found matching 'doc/api/*.*' warning: no files found matching 'doc/*.html' zip_safe flag not set; analyzing archive contents... Adding Genshi 0.6dev-r1109 to easy-install.pth file Installed /home/joe/tmp/venv/lib/python2.6/site-packages/Genshi-0.6dev_r1109-py2.6.egg Processing dependencies for Genshi==0.6dev-r1109 Finished processing dependencies for Genshi==0.6dev-r1109
So this seems to be an InstallationIssue.
Sorry but I set the milestone and you states that it's important to not set milestone.
I leave it at high priority , and I raise Severity to blocker becausa I can't go further …