Menu

#326 1.2.4b5 variable not defined bug in converters due to import change from 1.2.3

MySQLdb-1.2
open
nobody
None
1
2012-10-22
2012-10-22
No

there's a bug introduced in the betas for 1.2.4:
in converters.py L110 (in beta5):

hasattr(types, 'ObjectType')

results in global name 'types' is not defined

this does not work here as the import is:

from types import IntType, LongType ..., ObjectType, ...

but worked in 1.2.3 as it was just a simple: import types

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.