Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Alan Gauld
"Harya Dananjaya" wrote What would you do with Java? It too is cross platform but requires a JVM to be installed on every platform. Python is similar. OK, but python need 3rd praties library, No, you can write very sophisticated Python apps using just the standard library. Equally many Ja

Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Harya Dananjaya
On 11/02/10 23:57, Andreas Kostyrka wrote: What's so hard? It's a plain text error message. thank you,,, Now it's solved, I have include the needed library,,, It's solved, Thank you for all help me, Harya Dananjaya ___ Tutor maillist - Tutor@pyt

Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Andreas Kostyrka
Am Donnerstag, 11. Februar 2010 15:42:31 schrieb Harya Dananjaya: > On 11/02/10 17:47, Timo wrote: > > I use py2exe to compile my Python/PyGTK application. > > I build it on my Windows XP machine and it works on Windows 2000 to > > Windows 7 without installing anything else (like Python). > > > > T

Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Harya Dananjaya
On 11/02/10 17:47, Timo wrote: I use py2exe to compile my Python/PyGTK application. I build it on my Windows XP machine and it works on Windows 2000 to Windows 7 without installing anything else (like Python). Try GUI2exe for a nice graphical interface. Cheers, Timo Yupe, I have a windows,

Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Andreas Kostyrka
Am Donnerstag, 11. Februar 2010 12:44:48 schrieb Harya Dananjaya: > On 11/02/10 17:34, Alan Gauld wrote: > > What would you do with Java? It too is cross platform but requires a > > JVM to be installed on every platform. Python is similar. > > OK, but python need 3rd praties library, and may be th

Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Harya Dananjaya
On 11/02/10 17:34, Alan Gauld wrote: What would you do with Java? It too is cross platform but requires a JVM to be installed on every platform. Python is similar. OK, but python need 3rd praties library, and may be the the user don't know about the 3rd party libraries, and don't know how to

Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Timo
On 10-02-10 20:40, Harya Dananjaya wrote: Can I compile my python source to exe in ubuntu? Like said before, you need Windows for this. if I can do it, which compiler can do it? I use py2exe to compile my Python/PyGTK application. I build it on my Windows XP machine and it works on Windows 20

Re: [Tutor] Compile py to exe in ubuntu

2010-02-11 Thread Alan Gauld
"Harya Dananjaya" wrote Do you mean a windows executable? Not really. Why do you want an .exe anyway? Python code is (usually) cross-platform. Yupe, python is cross platform, but we need install python in every computer we want to using the pyththon *.py . What would you do with Java? It

Re: [Tutor] Compile py to exe in ubuntu

2010-02-10 Thread Chris Fuller
Using freeze or another tool of its ilk is only going to make you an executable for that platform. If you want an executable for a different platform, you need to set up a native Python environment with all the dependencies installed where Python can find them, and then use that platform's to

Re: [Tutor] Compile py to exe in ubuntu

2010-02-10 Thread Harya Dananjaya
On 11/02/10 04:56, Grigor Kolev wrote: Use cx_freeze but you cannot make exe in ubuntu must use Windows OK, I have installed cx_freeze on my windows, but when I compile with cx_freeze, it generate error : ---Begin error

Re: [Tutor] Compile py to exe in ubuntu

2010-02-10 Thread Harya Dananjaya
On 11/02/10 04:49, vince spicer wrote: 1. Ubuntu and linux in general don't use exe per say 2. Python can be compiled but not usually in the way you are thinking 3. you might check out http://pypi.python.org/pypi/bbfreeze/ Vince 1.Yupe, I know ubuntu don't use exe file. I have windows too, bu

Re: [Tutor] Compile py to exe in ubuntu

2010-02-10 Thread Harya Dananjaya
On 11/02/10 04:47, Wayne Werner wrote: Do you mean a windows executable? Not really. Why do you want an .exe anyway? Python code is (usually) cross-platform. -Wayne Yupe, Yupe, python is cross platform, but we need install python in every computer we want to using the pyththon *.py . Hary

Re: [Tutor] Compile py to exe in ubuntu

2010-02-10 Thread Grigor Kolev
В 04:40 +0900 на 11.02.2010 (чт), Harya Dananjaya написа: > Can I compile my python source to exe in ubuntu? > if I can do it, which compiler can do it? > > Thanks you, > > Harya Dananjaya > > ___ > Tutor maillist - Tutor@python.org > To unsubscribe

Re: [Tutor] Compile py to exe in ubuntu

2010-02-10 Thread Wayne Werner
On Wed, Feb 10, 2010 at 1:40 PM, Harya Dananjaya wrote: > Can I compile my python source to exe in ubuntu? > if I can do it, which compiler can do it? > > Thanks you, > > Harya Dananjaya > Do you mean a windows executable? Not really. Why do you want an .exe anyway? Python code is (usually) cross

Re: [Tutor] Compile py to exe in ubuntu

2010-02-10 Thread vince spicer
On Wed, Feb 10, 2010 at 1:40 PM, Harya Dananjaya wrote: > Can I compile my python source to exe in ubuntu? > if I can do it, which compiler can do it? > > Thanks you, > > Harya Dananjaya > > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or c

[Tutor] Compile py to exe in ubuntu

2010-02-10 Thread Harya Dananjaya
Can I compile my python source to exe in ubuntu? if I can do it, which compiler can do it? Thanks you, Harya Dananjaya ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor