1

I've used auto-py-to-exe in the past, I've had issues with it but ultimately it worked fine and I made a few .exe files which worked as intended. However, today testing it again for a project nothing worked.

I tried converting the simplest files, and even something I've converted in it before which worked in the past, but they all just instantly closed when I tried to run them. I opened the converted files through cmd and got this:

[8020] Module object for pyimod02_importers is NULL! Traceback (most recent call last): File "PyInstaller\loader\pyimod02_importers.py", line 22, in <module> File "pathlib.py", line 14, in <module> File "urllib\parse.py", line 40, in <module> ModuleNotFoundError: No module named 'ipaddress' Traceback (most recent call last): File "PyInstaller\loader\pyiboot01_bootstrap.py", line 17, in <module> ModuleNotFoundError: No module named 'pyimod02_importers' [8020] Failed to execute script 'pyiboot01_bootstrap' due to unhandled exception!

I tried uninstalling and installing auto-py-to-exe again, but this issue persisted. I'm sure there's a simple fix, but I don't know what to do.

Plush Loler
  • 23
  • 1
  • 3
  • do you have this missing file ? `pyimod02_importers` – D.L Jul 05 '23 at 23:29
  • It sounds like you python installation might have been corrupted. Try reinstalling python – Alexander Jul 05 '23 at 23:35
  • @D.L Not from the error message, but it's in pyinstaller on github and I tried installing both pyinstaller and auto-py-to-exe, it's supposed to come with them. – Plush Loler Jul 08 '23 at 20:41
  • @Alexander the file which is missing is from pyinstaller, so it should be an issue with that. I may try to reinstall python itself, then I'll report back. Although honestly I'm considering to just use another converter because it's been nothing but trouble with these. – Plush Loler Jul 08 '23 at 20:43

0 Answers0