You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have error, when i run my.exe with the error "ModuleNotFoundError: No module named 'import_sainpli' (see after use fbs freeze --debug and run my.exe in terminal
import_sainpli.py is a local lib
Hi,
I have error, when i run my.exe with the error "ModuleNotFoundError: No module named 'import_sainpli' (see after use fbs freeze --debug and run my.exe in terminal
import_sainpli.py is a local lib
in "src\main\python\sAINpli" i have
fbs run is working fine
I can use "Declaring dependencies" https://build-system.fman.io/manual/#dependencies
because it's local file (no package)
in base.json i had try
{ "app_name": "sAINpli", "author": "Transpolis", "main_module": "src/main/python/sAINpli/main.py", "version": "1.0.0", "hidden_imports": ["src/main/python/sAINpli/import_sainpli.py"] }
but i have the same error
int main i have the code (to be closest of advice in "Your Python code" https://build-system.fman.io/manual/#dependencies
and to use cached_property cached_property
Any idea ?
The text was updated successfully, but these errors were encountered: