Opened 13 years ago

Last modified 13 years ago

#8568 closed defect

tracscreenshots api.py syntax error — at Initial Version

Reported by: gregd72002 Owned by: Radek Bartoň
Priority: lowest Component: ScreenshotsPlugin
Severity: blocker Keywords: api.py
Cc: Trac Release: 0.12

Description

when loading tracscreenshots it comes up with the following error:

2011-03-03 23:43:11,252 Trac[loader] ERROR: Skipping "TracScreenshots.core = tracscreenshots.core": Traceback (most recent call last):

File "build/bdist.linux-x86_64/egg/trac/loader.py", line 68, in _load_eggs File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 1954, in load

entry = import(self.module_name, globals(),globals(), __name__?)

File "build/bdist.linux-x86_64/egg/tracscreenshots/core.py", line 37, in ? File "/usr/lib/python2.4/site-packages/TracScreenshots-0.8dev-py2.4.egg/tracscreenshots/api.py", line 53

'where' : (' WHERE ' + where) if where else }

This error also occurs when creating the egg:

byte-compiling build/bdist.linux-x86_64/egg/tracscreenshots/api.py to api.pyc

File "build/bdist.linux-x86_64/egg/tracscreenshots/api.py", line 53

'where' : (' WHERE ' + where) if where else }

SyntaxError: invalid syntax byte-compiling build/bdist.linux-x86_64/egg/tracscreenshots/wiki.py to wiki.pyc

Change History (0)

Note: See TracTickets for help on using tickets.