here is a custom tool to solve your problems like module not found https://github.com/sazalo101/py-to-exe-or-linux-executable/
On Friday, January 5, 2024 at 3:18:10 PM UTC-5 Tony C wrote: > Here are some anomalies that I don't understand, from the *AppData *xfref > file > > Types if import: > * top-level: imported at the top-level - look at these first > * conditional: imported within an if-statement > * delayed: imported within a function > * optional: imported within a try-except-statement > > IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis > for > tracking down the missing module yourself. Thanks! > > missing module named 'org.python' - imported by copy (optional) > missing module named org - imported by pickle (optional) > missing module named pwd - imported by posixpath (delayed, conditional, > optional), shutil (delayed, optional), tarfile (optional), pathlib > (delayed, optional), subprocess (delayed, conditional, optional) > missing module named grp - imported by shutil (delayed, optional), tarfile > (optional), pathlib (delayed, optional), subprocess (delayed, conditional, > optional) > missing module named posix - imported by posixpath (optional), shutil > (conditional), importlib._bootstrap_external (conditional), os > (conditional, optional) > missing module named resource - imported by posix (top-level) > missing module named _frozen_importlib_external - imported by > importlib._bootstrap (delayed), importlib (optional), importlib.abc > (optional) > excluded module named _frozen_importlib - imported by importlib > (optional), importlib.abc (optional) > missing module named _posixsubprocess - imported by subprocess > (conditional) > missing module named fcntl - imported by subprocess (optional) > missing module named readline - imported by code (delayed, conditional, > optional) > > These are stdlib modules that I have no problem importing in my program. > > > On Friday, January 5, 2024 at 9:50:47 AM UTC-8 bwoodsend wrote: > >> Also worth checking the imp entry in the build/*/xref-*.html. I’m >> guessing it’s going to say *not found* which won’t tell us much but it >> might say something else. >> >> > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/85f622b1-e796-4e8c-b36d-caa92727752bn%40googlegroups.com.
