Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2995


Ignore:
Timestamp:
Apr 7, 2006, 10:08:42 AM (18 years ago)
Author:
Christian Boos
Comment:

Duplicate of #554. See TracModPython#Win32Issues for a solution to this known issue.

P.S. a search for 'StringField' object has no attribute either on Trac or on Google (even with I'm feeling lucky :) ) would have shown an appropriate answer…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2995

    • Property Status newclosed
    • Property Component generalmod_python frontend
    • Property Resolutionduplicate
  • Ticket #2995 – Description

    initial v1  
    11Traceback (most recent call last):
     2{{{
    23  File "C:\Python23\lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler
    34    dispatch_request(mpr.path_info, mpr, env)
     
    1112    if not upload.filename:
    1213AttributeError: 'StringField' object has no attribute 'filename'
     14}}}