Modify

Opened 16 years ago

Closed 16 years ago

#2673 closed defect (fixed)

Syntax error in web_ui.py

Reported by: henke.mike@… Owned by: Servilio Afre Puentes
Priority: highest Component: ExtendedFieldPropertiesPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description

Oops...

Trac detected an internal error: unindent does not match any outer indentation level (web_ui.py, line 64)

Traceback (most recent call last):

File "C:/projects/trac.cgi", line 20, in ?

cgi_frontend.run()

File "C:\Python24\Lib\site-packages\trac\web\cgi_frontend.py", line 68, in run

gateway.run(dispatch_request)

File "C:\Python24\Lib\site-packages\trac\web\wsgi.py", line 87, in run

response = application(self.environ, self._start_response)

File "C:\Python24\Lib\site-packages\trac\web\main.py", line 391, in dispatch_request

env = _open_environment(env_path, run_once=run_once)

File "C:\Python24\Lib\site-packages\trac\web\main.py", line 51, in _open_environment

return open_environment(env_path)

File "C:\Python24\Lib\site-packages\trac\env.py", line 462, in open_environment

env = Environment(env_path)

File "C:\Python24\Lib\site-packages\trac\env.py", line 142, in init

load_components(self)

File "C:\Python24\Lib\site-packages\trac\loader.py", line 101, in load_components

entry_point.load()

File "c:\python24\lib\site-packages\setuptools-0.6c8-py2.4.egg\pkg_resources.py", line 1912, in load

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

IndentationError: unindent does not match any outer indentation level (web_ui.py, line 64)

Attachments (0)

Change History (2)

comment:1 Changed 16 years ago by Servilio Afre Puentes

Priority: normalhighest
Severity: normalblocker
Status: newassigned
Summary: after placing egg file in plugins folder I get....Syntax error in web_ui.py

comment:2 Changed 16 years ago by Servilio Afre Puentes

Resolution: fixed
Status: assignedclosed

Fixed in [3308].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Servilio Afre Puentes.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.