Closed pirelaurent closed 6 years ago
The launcher should not require a system python anyway, so you should not need to install wx with pip on your own. It appears that during the update to 3.0, some launcher files went missing: all the pyd files are gone - which is what this error message is about - and plenty of dll seems to have been added. I think - until this is fixed - if you get the launcher folder from the 2.3 tag it would work. Maybe we could add the launcher source files here anyway in a "src" subfolder?
Hmmm. Peter, have you got the launcher files? Clearly they should be included...
I've pushed the missing files to master
so it works. I've checked it on a PC that never had AVP installed before. The software works.
I don't want to call this a 3.0.1 release yet; I'm not happy with the .gitignore
files since the downloaded models are still showing up. I'll try some other approaches this weekend.
For now; master
has the missing files and should work.
Peter
I presume this works. Pierre, feel free to re-open if it doesn't work for you, or create a new issue if you hit a different problem.
start-3-core.bat starts well and show two windows for activeMqsender & receiver,
but start-4-agent.bat goes wrong with the following :
I try adding wxpython through : pip install wxPython ( as administrator) and this goes well.
But still the same error with launcher. (by the way, launcher only exists in exe, not in source code to debug)