I’m trying to pack an application to a p3d file. So i run this command:
$ packp3d -o app.p3d -d app -m system.py
but i get the following error:
:AppRunner: Total Panda3d disk space used: 169 MB
:AppRunner: Configured max usage is: 2048
There are some missing modules: ['panda3d.bullet', 'panda3d.core']
Generating app-p3d
if i the try to run the produced p3d file i got an ImportError and because i’m running windows right now i can’t copy the error message. I will post it when i start Linux next time.
If i run the app with python it works fine.
This gives this output. So i still have the same problem .
sven@sven-linuxmint:~/Dropbox/programmierung$ packp3d -d app -m system.py -o app.p3d -r bullet
:AppRunner: Total Panda3D disk space used: 179 MB
:AppRunner: Configured max usage is: 2048 MB
:AppRunner: Freshening https://runtime.panda3d.org/bullet/cmu_1.8/linux_amd64/bullet.cmu_1.8.linux_amd64.import.xml
:downloader: [0x2aea660] begin GET [ https://runtime.panda3d.org/bullet/cmu_1.8/linux_amd64/bullet.cmu_1.8.linux_amd64.import.xml ]
There are some missing modules: ['panda3d.bullet', 'panda3d.core']
Generating app.p3d