Opened 17 years ago
Closed 17 years ago
#5753 closed defect (worksforme)
Installer requests internet access even if Genshi is already installed
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have a machine that doesn't have internet access. I ran the "python setup.py install" having checked out the latest 0.11 branch. I had previously installed the latest Genshi on the machine. During the install the installer attempts to connect to the internet to download Genshi 0.4.1 (the version I installed is more recent 0.4.3) and the installer crashes.
For more details please contact me at davidgould@…
Thanks.
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
Reporter: | changed from | to
---|---|
Version: | → devel |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Keywords: | needinfo added |
---|
comment:4 by , 17 years ago
David, can you check to see if cboos
's comment helps you solve your problem?
comment:5 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
8 months without a response from the original poster. I'm going to close. David, please reopen if you are still experiencing problems with this (after you've tried cboo's suggestions). Thanks!
It seems to work fine for me… well, except that trying to install Trac when an old Genshi version (0.4.0) is already installed succeeds without getting a newest one from the net. The dependency error is only raised at run-time for me. But that's a different issue.
Also, this might depend on the version of the SetupTools package that you are using, but given #5752, this makes me wonder if you have multiple Python installations on the same machine, which is fine unless you mix them up ;-)