Hi, I am attempting to create a set of instructions that are grouped in a file under a class. This way, the commands that I need can be called very quickly.
I am having a problem, I keep getting the following error:
[ code ]
Traceback (most recent call last):
File "<pyshell#7>", line 1, in <module>
CMDmodule.send_when_different()
TypeError: unbound method send_when_different() must be called with CMDmodule instance as first argument (got nothing instead)
[ /code]
Does anyone know how I can get the groups of commands to work by me importing the module / class?




