cannot import service module #892
-
My application containing several modules with several inits on it and file dependency. I am having an issue is not finding my own modules, how should I tell in setup.py to include them? Here are my logs, By the way, the logs are very helpful!
my setup.py
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 25 replies
-
Use "packages": ["app.api"] or similar, and remove the '.\app\api\functions' in include_files. |
Beta Was this translation helpful? Give feedback.
-
@marcelotduarte I was able to overpass the module issue by adding However, the application stays in starting mode and is not running, so I can not see the logs. Any hints on that one? Is any way I test the .exe without installing just to make sure is working? Thanks in advance! Should I open a new Q&A? |
Beta Was this translation helpful? Give feedback.
Use "packages": ["app.api"] or similar, and remove the '.\app\api\functions' in include_files.