0

I want my python skript to be an Executable but is it not working. it uses this libarys: pyad, pyqt5, pymssql, ctypes, Fernet

it shows me in autopytoexe that pymssql is not found but i gave it the libary.

  • PLease post full pyinstaller error and what command you are running. TO see full error Open Command Prompt and run the application through it – Vignesh Oct 04 '21 at 13:29
  • Traceback (most recent call last): File "main.py", line 4, in File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "pymssql\__init__.py", line 3, in File "src\pymssql\_pymssql.pyx", line 1, in init pymssql._pymssql ModuleNotFoundError: No module named 'pymssql._mssql' – Milan Bültmann Oct 04 '21 at 13:31
  • Try any of theese, https://stackoverflow.com/a/68774250/10849457, https://stackoverflow.com/a/56534774/10849457 – Vignesh Oct 05 '21 at 05:03
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 09 '21 at 12:51

0 Answers0