reset password
Author Message
msargent
Posts: 519
Posted 19:57 Jan 23, 2014 |

Dr. Kang,

Do you have a Python interpreter installed on your machine to run Python programs? Or do they need to be packaged as an .exe?

Thanks

Eric Liao
Posts: 158
Posted 20:21 Jan 23, 2014 |

I just create an exe file for the program since you need more than python interpreter.

For instance, opencv, numpy, PIL if you are displaying using python gui (TKinter).

Therefore, to save work, I just used pyinstaller to create an exe file from python script.

msargent
Posts: 519
Posted 21:07 Jan 23, 2014 |

I sent up a zip file with a bundled exe, using that program.