Hey, thanks for this great project!
I'm using the [Command my_command] section feature to accommodate multiple entry points to my application.
However, when invoking "\Program Files\my_app\bin\my_command.exe" [OPTIONS], error messages indicate that some standard built-in python modules are not available (No module named <module>), e.g., http, stringprep, or mimetypes.
Is there a simple way to bundle the built-in modules? It'd also help to find out which modules are used by my application, such that I don't have to add a module/package and test until I listed them all.
Thanks!
Hey, thanks for this great project!
I'm using the
[Command my_command]section feature to accommodate multiple entry points to my application.However, when invoking
"\Program Files\my_app\bin\my_command.exe" [OPTIONS], error messages indicate that some standard built-in python modules are not available (No module named <module>), e.g.,http,stringprep, ormimetypes.Is there a simple way to bundle the built-in modules? It'd also help to find out which modules are used by my application, such that I don't have to add a module/package and test until I listed them all.
Thanks!