Changes between Initial Version and Version 3 of Ticket #8568


Ignore:
Timestamp:
Apr 7, 2011, 9:42:57 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8568

    • Property Priority changed from high to lowest
    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #8568 – Description

    initial v3  
    11when loading tracscreenshots it comes up with the following error:
    2 
     2{{{
    332011-03-03 23:43:11,252 Trac[loader] ERROR: Skipping "TracScreenshots.core = tracscreenshots.core":
    44Traceback (most recent call last):
     
    99  File "/usr/lib/python2.4/site-packages/TracScreenshots-0.8dev-py2.4.egg/tracscreenshots/api.py", line 53
    1010     'where' : (' WHERE ' + where) if where else ''}
    11                                     ^
     11}}}
    1212
    1313
    1414This error also occurs when creating the egg:
    15 
     15{{{
    1616byte-compiling build/bdist.linux-x86_64/egg/tracscreenshots/api.py to api.pyc
    1717  File "build/bdist.linux-x86_64/egg/tracscreenshots/api.py", line 53
     
    2020SyntaxError: invalid syntax
    2121byte-compiling build/bdist.linux-x86_64/egg/tracscreenshots/wiki.py to wiki.pyc
    22 
     22}}}