Ticket #2673 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Syntax error in web_ui.py

Reported by: henke.mike@gmail.com Assigned to: servilio
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

Change History

03/03/08 13:05:23 changed by servilio

  • priority changed from normal to highest.
  • status changed from new to assigned.
  • severity changed from normal to blocker.
  • summary changed from after placing egg file in plugins folder I get.... to Syntax error in web_ui.py.

03/03/08 13:23:08 changed by servilio

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in [3308].


Add/Change #2673 (Syntax error in web_ui.py)




Change Properties
Action