Modify ↓
Opened 19 years ago
Closed 8 years ago
#1325 closed defect (wontfix)
does not work with 0.11.x
| Reported by: | anonymous | Owned by: | linetor |
|---|---|---|---|
| Priority: | normal | Component: | CreateProjectPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Below is output when attempting to install on Trac 0.11dev-r5017. Essentially the problem seems to be that it wants to find TracWebAdmin, which is in core with 0.11.x
root@ubuntu606LTS:/tmp/createprojectplugin# python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to CreateProj.egg-info/requires.txt
writing CreateProj.egg-info/PKG-INFO
writing top-level names to CreateProj.egg-info/top_level.txt
writing dependency_links to CreateProj.egg-info/dependency_links.txt
writing entry points to CreateProj.egg-info/entry_points.txt
reading manifest file 'CreateProj.egg-info/SOURCES.txt'
writing manifest file 'CreateProj.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
running build_py
creating build/bdist.linux-i686/egg
creating build/bdist.linux-i686/egg/createproj
copying build/lib/createproj/api.py -> build/bdist.linux-i686/egg/createproj
copying build/lib/createproj/__init__.py -> build/bdist.linux-i686/egg/createproj
creating build/bdist.linux-i686/egg/createproj/htdocs
creating build/bdist.linux-i686/egg/createproj/htdocs/css
copying build/lib/createproj/htdocs/css/createproj.css -> build/bdist.linux-i686/egg/createproj/htdocs/css
creating build/bdist.linux-i686/egg/createproj/templates
copying build/lib/createproj/templates/createproj.cs -> build/bdist.linux-i686/egg/createproj/templates
byte-compiling build/bdist.linux-i686/egg/createproj/api.py to api.pyc
byte-compiling build/bdist.linux-i686/egg/createproj/__init__.py to __init__.pyc
creating build/bdist.linux-i686/egg/EGG-INFO
copying CreateProj.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO
copying CreateProj.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying CreateProj.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying CreateProj.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying CreateProj.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying CreateProj.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/CreateProj-0.1-py2.4.egg' and adding 'build/bdist.linux-i686/egg' to it
removing 'build/bdist.linux-i686/egg' (and everything under it)
Processing CreateProj-0.1-py2.4.egg
Removing /usr/lib/python2.4/site-packages/CreateProj-0.1-py2.4.egg
Copying CreateProj-0.1-py2.4.egg to /usr/lib/python2.4/site-packages
CreateProj 0.1 is already the active version in easy-install.pth
Installed /usr/lib/python2.4/site-packages/CreateProj-0.1-py2.4.egg
Processing dependencies for CreateProj==0.1
Searching for TracWebAdmin
Reading http://cheeseshop.python.org/pypi/TracWebAdmin/
Couldn't find index page for 'TracWebAdmin' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://cheeseshop.python.org/pypi/
No local packages or download links found for TracWebAdmin
error: Could not find suitable distribution for Requirement.parse('TracWebAdmin')
root@ubuntu606LTS:/tmp/createprojectplugin#
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
comment:2 Changed 8 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
The plugin is deprecated. It needs a rewrite for a more recent version of Trac.
Note: See
TracTickets for help on using
tickets.



TracWebAdmin is included in 0.11 by default. The requirement check will have to be updated to check for at least v0.11 OR the TracWebAdmin.
Porting clearsilver templates over to genshi would also help with 0.11 support.