Issue when using packp3d with panda3d SDK 1.9.1

Thank you,
I test it this week end
:smiley:

Hello RDB

I have loaded the package Panda3D-SDK-1.10.0pre-0d1394f-x64.exe from : http://www.panda3d.org/download.php?platform=windows&version=devel&sdk

After installation : the binary C:\Panda3D-1.9.1-x64\bin\packp3d.exe is not available => How to generate a .p3d package ?

Kind regards

philippe

packp3d.exe is only included in the official 1.9 releases. Either install Panda3D SDK 1.9.1 or download packp3d from here:
runtime.panda3d.org/
and then run it like β€œpanda3d.exe packp3d1.9.p3d -h”

I got an error message

Packager(warning): Unknown package wx, version β€œβ€
Packager(warning): Cannot build package editorDevel due to missing dependencies: wx

C:\Users\philippe\Documents\game\editor\code>"C:\Program Files (x86)\Panda3D\panda3d.exe" C:\Panda3D-1.10.0-x64\packp3d1.9.p3d -o C:\Users\philippe\Documents\game\editorDevel.p3d -d C:\Users\philippe\Documents\game\editor\code -m main.py -n csv -n db -n sql -r sqlite -r morepy  -r wx -D
:AppRunner: Total Panda3D disk space used: 357 MB
:AppRunner: Configured max usage is: 2048 MB

:Packager(warning): Unknown package wx, version ""
:Packager(warning): Cannot build package editorDevel due to missing dependencies: wx

*** Generating editorDevel.p3d with allow_python_dev enabled ***

:AppRunner: Normal exit with status 0.

Kind regards

Philippe

Strange, since it does exist. Perhaps you can try deleting the cache directory?

I have deleted the cache directory.

Now it works : the p3D package is generated and wx is working when I launched the .p3d package

THANK YOU

Philippe