Re: [Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-25 Thread Tasdik Rahman
Hey Gautam, As Vijay pointed out to a relevant SO thread, as an example I would point you to a game that I wrote some time back. I have used * pyinstaller for Linux based systems and * cx_freeze for Windows based systems for creating executables for my game. Here is the GitHub link to

Re: [Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-25 Thread Gautam Ramuvel
Fine sir.. I will try it out. Thank you sir! Have a good day! GAUTAM RAMUVEL B.E CSE KCG College of Technology +91 9789168131 On Tue, Apr 25, 2017 at 12:24 PM, Vijay Kumar B. wrote: > On Tuesday 25 April 2017 11:33 AM, Gautam Ramuvel wrote: > >> I have tried almost everything pyinstaller, py

Re: [Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-24 Thread Vijay Kumar B.
On Tuesday 25 April 2017 11:33 AM, Gautam Ramuvel wrote: I have tried almost everything pyinstaller, py2exe, cx_freeze ... But I am not able to compile it successfully... Every other solution is giving me an error. Most common error is 'Index out of range ' Try with something simple first,

Re: [Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-24 Thread Gautam Ramuvel
I have tried almost everything pyinstaller, py2exe, cx_freeze ... But I am not able to compile it successfully... Every other solution is giving me an error. Most common error is 'Index out of range ' GAUTAM RAMUVEL B.E CSE KCG College of Technology +91 9789168131 On Tue, Apr 25, 2017 at 10:55

Re: [Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-24 Thread Vijay Kumar B.
On Tuesday 25 April 2017 10:48 AM, Gautam Ramuvel wrote: Good Morning all! I have developed a simple 2D Game using Pygame module. But now I wish to have that game as a EXE file so that I can share it among my friends. Please help me out. There are multiple solutions for that pyinstaller, py

[Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-24 Thread Gautam Ramuvel
Good Morning all! I have developed a simple 2D Game using Pygame module. But now I wish to have that game as a EXE file so that I can share it among my friends. Please help me out. Regards, Gautam GAUTAM RAMUVEL B.E CSE KCG College of Technology +91 9789168131 _