Hi Guys,
Im new here. I always wanted to make some kind of realtime 3D game, but I have absolutely no experience with engines. Since I am using python for a couple of months now, I looked for an engine which works in python, and today I finally found panda3d… looks great and easy, so I want to give it a try. So expect more questions from me
Anyway, I had python 2.7 installed on windows 7, I installed panda3d 1.7.2. The samples are working, althoug some seem to freeze up. But if I write my own file, just the hello world example from the main page, it says No module named direct.showbase.ShowBase.
Any ideas?
It runs perfectly on my Ubuntu laptop though…
Thx.
edit: I found the way of creating the panda.pth file… but now it says python26.dll conflicts with this version of Python.
Do I need to uninstall python 2.7 and install python 2.6?
maybe I should just run it on ubuntu… seems easier