packp3d issue [SOLVED]

Hi, fairly new user here, trying to create a .p3d file to imbed on a web page. when I use packp3d it seems to do nothing at all:

F:\>packp3d -o app.p3d -d f:/app

F:\>

I uninstalled an older version of panda3d today and installed 1.7.0 and the runtime, and this is all I’ve gotten. Any ideas?

There is a bug in the 1.7.0 distribution. See this thread.

David

I put the packp3d.p3d in Panda3D-1.7.0/bin and it’s still doing nothing.

Hmm, suppose you install the Panda3D runtime and attempt to run packp3d with “panda3d packp3d.p3d”?

David

You mean just that command? Or include the other arguments I was using above?

I noticed there’s a comma at the end of rdb’s link in that thread. Think that messed up the file download or something. The one I got originally was only like 300+ bytes. Removed the comma and got a 28k file, and now it looks like packp3d is working. I’m getting errors building my .p3d file, so I’ll go through those and try to clear up anything related to my code. Thanks for your help!