Replies: 3 comments 3 replies
-
The pyInstaller command is:
|
Beta Was this translation helpful? Give feedback.
-
The application should not require PyInstaller anywhere, so either this is caused by incorrect |
Beta Was this translation helpful? Give feedback.
-
I removed the hiddenimports = ['packaging',
'packaging.version',
'packaging.specifiers',
'packaging.requirements',
'configuration.model.config_model',
'configuration.model.component',
'configuration.model.shadow_mode',
'configuration.model.opcua_server',
'configuration.model.environment',
'configuration.model.component_group',
'configuration.model.deployment',
'configuration.model.controls',
'configuration.ixl_parser.parsed_document',
'configuration.ixl_parser.parsed_xml_document',
'configuration.ixl_parser.ccs_properties',
'configuration.model.tarball_target'] The pyInstaller command line now is Stacktrace / full error message
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to get an exe file from a python software composed by multiple python scripts.
Here my env setup:
Folder hierarchy:
Before to write the question I've read the issue #4651 and I wrote my hook file called `hook-configuration.py., with the following content:
The entrypoint of the program is a script which has the following import:
I also tried to launch pyInstaller using -F and --debug=all arguments (found it in #4809) but it doesn't work.
Stacktrace / full error message
Beta Was this translation helpful? Give feedback.
All reactions