providing arguments to base.__init__
Daniel Schüle
uval at rz.uni-karlsruhe.de
Wed Aug 10 17:02:28 EDT 2005
Rob Conner schrieb:
> seems like you are not running the correct wavePlayer. make sure you
> don't have 2 wavePlayer vars.
>
I am not sure I understand right
wavePlayer.py is a module I wrote myself and placed
to site-packages so there is no other wavePlayer module
I put a class wavePlayer into it and after
import wavePlayer
p = wavePlayer.wavePlayer()
I got this error
Regards, Daniel
More information about the Python-list
mailing list