Modify ↓
Opened 12 years ago
Closed 12 years ago
#11093 closed defect (worksforme)
Problems installing VisualizationPlugin
| Reported by: | Owned by: | Rob Guttman | |
|---|---|---|---|
| Priority: | normal | Component: | VisualizationPlugin |
| Severity: | normal | Keywords: | setuptools |
| Cc: | Trac Release: | 0.12 |
Description (last modified by )
I tried to install this plugin by both using the method suggested in the description page and easy_install. Both are erroring out
Using easy_install https://trac-hacks.org/svn/visualizationplugin/0.12 I get:
Downloading https://trac-hacks.org/svn/visualizationplugin/0.12
error: Unexpected HTML page found at https://trac-hacks.org/svn/visualizationplugin/0.12
Using sudo python setup.py bdist_egg I get:
Traceback (most recent call last):
File "setup.py", line 16, in ?
entry_points = {'trac.plugins':['viz.web_ui = viz.web_ui']}
File "/usr/lib64/python2.4/distutils/core.py", line 149, in setup
dist.run_commands()
File "/usr/lib64/python2.4/distutils/dist.py", line 946, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "/usr/lib/python2.4/site-packages/setuptools/command/bdist_egg.py", line 167, in run
self.run_command("egg_info")
File "/usr/lib64/python2.4/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/usr/lib64/python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 171, in run
self.find_sources()
File "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 252, in find_sources
mm.run()
File "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 306, in run
self.add_defaults()
File "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 333, in add_defaults
rcfiles = list(walk_revctrl())
File "/usr/lib/python2.4/site-packages/setuptools/command/sdist.py", line 45, in walk_revctrl
for item in ep.load()(dirname):
File "/usr/lib/python2.4/site-packages/setuptools/command/sdist.py", line 52, in _default_revctrl
for path in finder(dirname,path):
File "/usr/lib/python2.4/site-packages/setuptools/command/sdist.py", line 98, in entries_finder
log.warn("unrecognized .svn/entries format in %s", dirname)
NameError: global name 'log' is not defined
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
| Keywords: | setuptools added |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Issue has been reported previously, see:
See comment:3:ticket:9202 for a concise proposed solution and also a workaround, or read all the aforementioned tickets if you want to see some additional suggestions.
Please follow-up and let us know if any of the solutions worked for you.
comment:4 Changed 12 years ago by
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
I am running CentOS 5.3, Python 2.4.3
# easy_install --version usage: easy_install [options] requirement_or_url ... or: easy_install --help error: option --version not recognized
I am still getting the unexpected page error:
# easy_install https://trac-hacks.org/svn/visualizationplugin/0.12
Downloading https://trac-hacks.org/svn/visualizationplugin/0.12
error: Unexpected HTML page found at https://trac-hacks.org/svn/visualizationplugin/0.12
comment:5 Changed 12 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | reopened → closed |
Upgraded easy_install to distribute 0.6.40 and was able to install.
Note: See
TracTickets for help on using
tickets.



The
easy_installmethod works for me,I'm running on Ubuntu 12.10 with Python,
$ easy_install --version distribute 0.6.24Which version do you have installed, and what is your OS?
What error do you see when following the steps at VisualizationPlugin#Configuration?