Modify ↓
Opened 18 years ago
Closed 18 years ago
#2411 closed task (worksforme)
Installation problem
| Reported by: | Owned by: | Noah Kantrowitz | |
|---|---|---|---|
| Priority: | normal | Component: | MasterTicketsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I am not able to install the MasterTicketPlugin. I have recently installed TRAC 0.11b1. When I try to install I get the following:
[root@localhost 0.11]# python ./setup.py usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: no commands supplied
What am I doing wrong?
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
As is stated on the wiki page, you will need to install Genshi from trunk (>=0.5dev).
Note: See
TracTickets for help on using
tickets.



After a little bit of additional reading about how to setup TRAC, I was able to get a little further in the installation. The installation is complaining about the version of Genshi
[root@localhost 0.11]# easy_install ./ Processing Running setup.py -q bdist_egg --dist-dir /tmp/masterticketsplugin/0.11/egg-dist-tmp-UTrZ3D zip_safe flag not set; analyzing archive contents... Adding TracMasterTickets 2.1.1 to easy-install.pth file Installed /usr/lib/python2.4/site-packages/TracMasterTickets-2.1.1-py2.4.egg Processing dependencies for TracMasterTickets==2.1.1 Searching for Genshi==dev,>=0.5.dev-r698 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==dev,>=0.5.dev-r698 error: Could not find suitable distribution for Requirement.parse('Genshi==dev,>=0.5.dev-r698')I am using the Genshi version that installed with TRAC 0.11b1