Development version on OSX 10.10

Hi,

I tried to install the latest development version on OS X 10.10. From the Hello World Manual tutorial.

from direct.showbase.ShowBase import ShowBase
 
class MyApp(ShowBase):
 
    def __init__(self):
        ShowBase.__init__(self)
 
app = MyApp()
app.run()

it doesn’t find the modules at all

Any clue how I may fix that?

Thank you.

You’re using a different version of Python than the build has been compiled with. If you grabbed the build from the download page, you need a 32-bit version of Python 2.5.

I made experimental 64-bit builds built with Python 2.7 here:
rdb.name/Panda3D-1.9.0.dmg

Thanks.

So in order to remove this version can I use the solution provided by you at gamedev.net/topic/604095-uni … d-for-mac/?

Thanks again.

Yes.