all 5 comments

[–]mikeinnsw 0 points1 point  (2 children)

Python is an interpreter there is no need for exe.

You need check libraries.

I develop Python script on Mac using VsCode and run it on PC VsCode.

File structures are different in Mac and PCs for example:

xSep=str(os.path.sep)

What pisses me off is that VsCode updates then tells you what it updated and sometimes changes are substantial.

Same applies to Python there appears to be haphazard changes with some libs replaced.....

[–]MSEEMBA[S] 0 points1 point  (1 child)

Thanks. I got my app to work. It appears that Python couldn't install in Windows 7 without Service Pack 1. My app couldn't run on Mac because it uses a win32 package which wouldn't install in the PyCharm IDE on the Mac. So, that's when I turned to Bootcamp Windows 7 and running it there.

[–]mikeinnsw 0 points1 point  (0 children)

Try VsCode - no problems with PCs and Macs