union in Python

Wiebke Pätzold wiebke.paetzold at mplusr.de
Tue Aug 12 09:56:57 EDT 2003


This is the error-traceback that is print whenmy program failed:


>>>  Themenbereiche Nachname
Traceback (most recent call last):
  File
"C:\PROGRA~1\Python22\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py",
line 310, in RunScript
    exec codeObject in __main__.__dict__
  File
"C:\Programme\Python22\Lib\site-packages\Pythonwin\pywin\Demos\Uebung11.py",
line 46, in ?
    print feld_th, feld_na, union1(feld_th, feld_na)
NameError: name 'union1' is not defined
>>> 




More information about the Python-list mailing list