Re: [pygame] emulating /replacing py2exe for pygame projects using python 3 and abore

2014-10-31 Thread diliup gabadamudalige
here you are On Thu, Oct 30, 2014 at 8:37 PM, Ian Dickinson ianldickinso...@gmail.com wrote: That would be great can you please send me your script for reference Thanks Ian On 30 Oct 2014 09:15, diliup gabadamudalige dili...@gmail.com wrote: I use py2ex. I pack sound, images and fonts

Re: [pygame] emulating /replacing py2exe for pygame projects using python 3 and abore

2014-10-30 Thread diliup gabadamudalige
I use py2ex. I pack sound, images and fonts as data into py files so that py2exe produces only 1 exe file with no other files or folders. workds only windows. if you like i can send you my py2exe script. On Wed, Oct 29, 2014 at 11:12 PM, Ian Dickinson ianldickinso...@gmail.com wrote: Thanks

Re: [pygame] emulating /replacing py2exe for pygame projects using python 3 and abore

2014-10-30 Thread Ian Dickinson
That would be great can you please send me your script for reference Thanks Ian On 30 Oct 2014 09:15, diliup gabadamudalige dili...@gmail.com wrote: I use py2ex. I pack sound, images and fonts as data into py files so that py2exe produces only 1 exe file with no other files or folders.

[pygame] emulating /replacing py2exe for pygame projects using python 3 and abore

2014-10-29 Thread NuMedia
Can i emulate py2exe for python version 3 and above i also use pygame any suggestions for a basic staring script would be greatly appreciated Thanks Ian -- View this message in context: http://pygame-users.25799.x6.nabble.com/emulating-replacing-py2exe-for-pygame-projects-using-python-3

Re: [pygame] emulating /replacing py2exe for pygame projects using python 3 and abore

2014-10-29 Thread Thomas Kluyver
On 29 October 2014 08:14, NuMedia ianldickinso...@gmail.com wrote: Can i emulate py2exe for python version 3 and above i also use pygame any suggestions for a basic staring script would be greatly appreciated I'm involved with two projects that do similar things, and work on Python 3:

Re: [pygame] emulating /replacing py2exe for pygame projects using python 3 and abore

2014-10-29 Thread Ian Dickinson
Thanks thats great On 29 October 2014 16:58, Thomas Kluyver tak...@gmail.com wrote: On 29 October 2014 08:14, NuMedia ianldickinso...@gmail.com wrote: Can i emulate py2exe for python version 3 and above i also use pygame any suggestions for a basic staring script would be greatly appreciated