How to make an exe of WxPyOgre Code

Khemka86

09-03-2010 03:54:30

Hi all,

I was working on some wxPyOgre application, I was trying to find the solution for making an .exe of my code.
But i couldn't find it. I have searched all the wikis and forum but none of them help to give me complete solution.


Please help me on finding the solution.


Thanx in advace

Vinay K

vanderx

15-03-2010 11:16:27

Have you use py2exe..maybe it can help.I used it in some cases,but does work on machine where there is no python installation.Yous should then place the missing files in the right locations...but this options is given when running the py2exe itself.