Ticket #5775 (closed defect: fixed)

Opened 7 months ago

Last modified 2 weeks ago

NameError: global name 'all' is not defined

Reported by: proofek Assigned to: hvr
Priority: normal Component: GitPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Python Traceback

Most recent call last: File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 197, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/versioncontrol/web_ui/browser.py", line 342, in process_request

rev_or_latest = rev or repos.youngest_rev

File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/versioncontrol/api.py", line 264, in <lambda>

youngest_rev = property(lambda x: x.get_youngest_rev())

File "build/bdist.linux-i686/egg/tracext/git/git_fs.py", line 197, in get_youngest_revFile "build/bdist.linux-i686/egg/tracext/git/PyGIT.py", line 352, in youngest_revFile "build/bdist.linux-i686/egg/tracext/git/PyGIT.py", line 336, in get_rev_cache

User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/?532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0

Trac: 0.11 Python: 2.4.4 (#1, Apr 15 2008, 23:37:53) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] setuptools: 0.6c3 SQLite: 2.8.17 pysqlite: 1.0.1 Genshi: 0.5.1 mod_python: 3.2.10 GIT: 1.6.3.1 jQuery: 1.2.3

Attachments

Change History

09/04/09 10:24:51 changed by proofek

I also applied patch for 2.4.2 attached to #5273 to make it work with python2.4.

03/07/10 13:43:10 changed by hvr

  • status changed from new to closed.
  • resolution set to fixed.

should be fixed by r7752


Add/Change #5775 (NameError: global name 'all' is not defined)




Change Properties
Action