SIMPLE QUESTION
sergio
smoriano at sicon.net
Tue Jul 25 07:19:45 EDT 2000
More information about the Python-list mailing list
Tue Jul 25 07:19:45 EDT 2000
- Previous message (by thread): SIMPLE QUESTION
- Next message (by thread): SIMPLE QUESTION
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all
I''ve imported a dll into a .py file, but when i try to use a
function i get the error
Traceback (innermost last):
File "<interactive input>", line 0, in ?
TypeError: unbound method must be called with class instance 1st
argument
The question is , how can i get the "class instance", or maybe i have to
pass a string with the name of the class on the first argument.
Thanks in advance for all your responses
- Previous message (by thread): SIMPLE QUESTION
- Next message (by thread): SIMPLE QUESTION
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list