Panda and eclipse

hi

can somebody please describe how I have to setup eclipse that I can use it with panda

I added this code

import direct.directbase.DirectStart
run()

but eclipse does not find the modules…

thanks guys

I’ve not done it, because I use pype instead, but you could start by installing Pydev plugin on eclipse and try how it results.

Go to “Window” > “Preferences” > “Pydev” > “Interpreter - Python”
For “System PYTHONPATH”, hit “New Folder”, and add Panda’s “direct”, “pandac” dirs. On windows, also add “bin”, on Linux, add /usr/lib/panda3d. (Not entirely sure though.)
If you’re on Windows, for “Python interpreters”, add C:\Panda3D-1.6.0\python\python.exe