How to make a .pth file?

I’m a big noob at this kind of game making so bear with me. I have a python 2.5.2 on my computer and i want to use that one with panda. It says to create a panda.pth file inside python that contains the path of the panda directory. How would I go about doing this?

1 Like

create a file called panda.pth
The content of the file is something like:

d:\panda3D-1.6.1
d:\panda3D-1.6.1\bin

Put the file under your python directory, e.g. C:\Python25

create an empty file. Put your panda3d dir in it.

from docs.python.org/install/index.ht … earch-path