Windows 8 running in 32-bit using vs-code to write a simple python script to configure an ip address quickly through command line. Was able to successfully (after many attempts) to create a single exe with it and launch it in windows 8. Tried moving it to my other laptop running windows 7 and it would only show the command line and then close out. Not really sure what I'm missing, both machines running similar software except windows 7 is in 64-bit windows.
I'm not getting any errors and the py2exe ran without any problems. I can compile it again on my windows 7 box and try it there but would like to be able to write on one machine for both.
Any help is always appreciated.