Skip to content Skip to sidebar Skip to footer

Panda3d Error No Module Named Direct.showbase.ShowBase In Python 2.7

I already checked ( in stack exchange and other sites) and googled my problem but all solution seems useless. Here's the problem : My computer had win xp and had python2.7 and pand

Solution 1:

Panda3D ships with its own copy of Python 2.7. You can invoke it by running ppython.exe.

You can use a different version of Python, as long as it is the same major version (2.7) and as long as it is the same architecture (should be 32-bit, as Panda3D 1.8.1 is 32-bit). This means putting a panda.pth file in the site-packages directory, containing absolute paths to the root directory and the "bin" directory of your Panda3D installation, each on a separate line.

You could also install Panda3D 1.9.0, which will ask you during the installation whether you'd like to use an existing Python 2.7 installation, if it finds a compatible one already installed.


Post a Comment for "Panda3d Error No Module Named Direct.showbase.ShowBase In Python 2.7"