Changes between Initial Version and Version 2 of Ticket #16607


Ignore:
Timestamp:
Aug 10, 2011, 2:44:59 AM (13 years ago)
Author:
Jannis Leidel
Comment:

This needs a bit more information to ascertain the reasons for the NameError.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16607

    • Property Summary Unstable(?) Django when working with uWSGINameError for built-in Python functions in Django when working with uWSGI
    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #16607 – Description

    initial v2  
    44
    55Detail log:
     6{{{
    67Error in sys.excepthook:
    78Traceback (most recent call last):
     
    4445    if isinstance(pattern, _pattern_type):
    4546NameError: global name ''''isinstance'''' is not defined
     47}}}
Back to Top