Hello all, Can anyone explain this:
C:\Python\Projects\DbDesigner>python Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from Db.FieldTypes import IdentifierFieldType >>> from Db.FieldTypes import * Traceback (most recent call last): File "<stdin>", line 1, in ? TypeError: attribute name must be string >>> I can do anything except "import *" - in that case, I get this very strange exception. Do you have any idea? -- Best regards, Laszlo mailto:[EMAIL PROTECTED] web: http://designasign.biz -- http://mail.python.org/mailman/listinfo/python-list