Changes between Initial Version and Version 1 of Ticket #2019
- Timestamp:
- Sep 9, 2007, 10:09:47 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2019 – Description
initial v1 5 5 The error I am getting: 6 6 7 {{{ 8 #!pytb 7 9 Traceback (most recent call last): 8 10 File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5999-py2.4.egg/trac/web/api.py", line 342, in send_error … … 20 22 import posixpath as path 21 23 ImportError: No module named posixpath 24 }}}