Hi, I want to compile a simple python embedded program using distutils. My codes are attached.
Codes create python_launcher.exe but windows gives me not a valid win32 application error. I can compile same code using visual c++ 2008 gui, so there is not any problem on my compiler. I think problem is the way I use distutils. My motivation is to create an executable file that will be distributed with python27.dll so that end users can just click and run the program without having to setup python interpreter on their computer. This question can be found on http://stackoverflow.com/questions/19332836/how-to-compile-simple-python-embeded-program-using-distutils if you prefer answering on stackoverflow. Additionally, can I use distutils to find paths like `C:\Python27\include`, so that my codes can be portable? -- http://ysar.net/
make_launcher.py
Description: Binary data
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
