Just found Panda3D and installed it (Windows XP SP2) and tried the “Creating a New Panda3D Application” from the manual. For both suggested scripts I get the error message " module.init() takes at most 2 arguments(3 given)".
I don’t have any other version of Python installed. Am I missing something?
That error message means you’ve given the init function too many arguments, which probably means you made a little mistake somewhere. Could you post the entire code you used, copy-pasted from your IDE? Even if drwr’s suggestion isn’t it, I’m sure we’ll find the problem soon enough. I know typos slip in on me all the time.
hehe^ well glad it worked out.
since python heavily relies on indentation (and the forum happily ignores them)… next time you paste code please use the [code ] tags. those will preseve all whitespaces