79601937

Date: 2025-05-01 13:35:43
Score: 1
Natty:
Report link

Try $ pyinstaller --contents-directory lib --name MyApp MyApp.py

This can also be done using a .spec file by adding contents_directory to the EXE call

exe = EXE(
    ...
    contents_directory='lib',
    ...
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: EverDee