Oops … i´m here again.
I woke up today very happy with my app.p3d. Then i think … “Why not put it on web?”.
My old packs are in localhost is a apache run in my machine (wow)
Then i repack my packages to my server doutorpalhaco.com/pandaweb02/bb_pack/ got a contents.xml.
Then i re-packp3d in my app.p3d again to call the packages from my server.
Then the problem begin…
Outputs …
packp3d -S ../certificados/germano.pem -o ../outputs/Application02/Application02.p3d -d ../Application02/ -m WMain.py -r bbGMaker,,http://www.doutorpalhaco.com/pandaweb02/bb_pack/ -r fmod -r assets,,http://www.doutorpalhaco.com/pandaweb02/bb_pack/
:PackageInfo: Removing usage.xml
:PackageInfo: Removing usage.xml
:HostInfo: Downloading contents file [ http://www.doutorpalhaco.com/pandaweb02/bb_pack/contents.xml?1284576437 ]
:AppRunner: Freshening http://www.doutorpalhaco.com/pandaweb02/bb_pack/bbGMaker/bbGMaker.import.xml
:AppRunner: http://www.doutorpalhaco.com/pandaweb02/bb_pack/bbGMaker/bbGMaker.import.xml is still no good after downloading.
Traceback (most recent call last):
File "C:\panda3d-1.7.0\built_cmu\direct\showbase\Messenger.py", line 352, in __taskChainDispatch
File "C:\panda3d-1.7.0\built_cmu\direct\showbase\Messenger.py", line 410, in __dispatch
File "C:\panda3d-1.7.0\built_cmu\direct\p3d\AppRunner.py", line 493, in __startIfReady
File "VFSImporter", line 153, in load_module
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/packp3d.py", line 219, in <module>
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/packp3d.py", line 202, in makePackedApp
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/Packager.py", line 2646, in do_require
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/Packager.py", line 2672, in requirePackagesNamed
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/Packager.py", line 2396, in findPackage
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/Packager.py", line 2501, in __findPackageOnHost
File "C:\panda3d-1.7.0\built_cmu\direct\directnotify\Notifier.py", line 132, in error
StandardError: Couldn't download import file.
:task(error): Exception occurred in PythonTask Messenger-default
bbGMaker.import.xml is still no good after downloading.
So why? I didn´t any manual change in this file. I re-ppackage it to refer doutorpalhaco.com/pandaweb02/bb_pack/.
The curious one is if i re-ppackage and re-packp3d to localhost it works …
Thanx