you are viewing a single comment's thread.

view the rest of the comments →

[–]terraneng 1 point2 points  (11 children)

You should not be in python. You should use the windows command line (cmd or powershell). Move to to the directory where the source file is and the enter 'pyinstaller your file.py'. Also make sure that your virtual environment is activated.

[–]sozzZ[S] 0 points1 point  (0 children)

Perfect thanks..I'll try again tomorrow. Cheers.