Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 Christian Boos)

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 Christian Boos, 17 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed
print >>sys.stderr, 'Trac Warning: dateTime bug occurred: 

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!

comment:2 by Christian Boos, 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).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.