Modify ↓
#6407 closed defect (invalid)
Repeated errors
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I,ve been having this error recently, when i try to acces some tickets. This is the python code:
Traceback (most recent call last): File "/usr/local/python/lib/python2.5/site-packages/trac/web/main.py", line 393, in dispatch_request dispatcher.dispatch(req) File "/usr/local/python/lib/python2.5/site-packages/trac/web/main.py", line 243, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/python/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 302, in process_request get_reporter_id(req, 'author')) File "/usr/local/python/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 631, in _insert_ticket_data print >>sys.stderr, 'Trac Warning: dateTime bug occurred: %s' % (change['date']) NameError: global name 'sys' is not defined
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 17 years ago
Ah, hehe, you might be an user of the Trac site having the #6406 issue, and you're experiencing the admin of that site trying to get some extra debug information…
(if you're actually that admin, then please learn first some basics about Python before posting errors here! - TracTroubleshooting may also help).
Note:
See TracTickets
for help on using tickets.
Not part of our code.
Please take an official copy of the source (either one of the released packages in the TracDownload area or from svn).
Also in the future, please take care of providing the appropriate Version: information, thanks!