You can use the pyinstaller (http://pyinstaller.hpcf.upr.edu/) package. I think it creates Linux packages too.
But I don't know if you will achieve the speed you're hoping for with Python. It's an interpreted laguage and can be slower than Java depending on how much of the language facilities you actually use.
You should take an example app from the wxPython wiki, build it with py2exe and try to run it on those old machines to get a feel for the speed you're going to get. You may have to use wxWidgets and C++ to get the performance you're after.
···
----- Original Message ----- From: <webmaster@demorgan.com.br>
To: <wxPython-users@lists.wxwidgets.org>
Sent: Thursday, March 09, 2006 5:56 PM
Subject: [Fwd: Re: [wxPython-users] New to wxpython. Is there any gui for developing programs?]
--------------------------- Mensagem Original ----------------------------
Thanks for all those replies.Just one more thing that i would like to know.
I´m a php, pascal and shell script programmer. The reason i´m learning
python is because i have to make a program to run under windows and linux.
I tried java, but i found out that it was really slow (the computers wich
will run this program are old Pentium 100mhz).When i finish this program i will be able to run on linux and windows right?
In windows i will use py2exe (to compile) and on linux, what can i use?
Assunto: Re: [wxPython-users] New to wxpython. Is there any gui for
developing programs?
De: "Michael Hipp" <Michael@Hipp.com>
Data: Qui, Março 9, 2006 12:24 pm
Para: wxPython-users@lists.wxwidgets.org
--------------------------------------------------------------------------Eli Golovinsky wrote:
You can use py2exe or pyinstaller to create stand alone packages out of
your Python programs and use InnoSetup or the Nullsoft Installer to
create a install program.The NSIS installer is a very capable OSS installer that allows you to build
very professional Windows install packages...http://nsis.sourceforge.net
Screenshots - NSISFor a lot of my stuff I just use py2exe to roll it into a self-contained
package that can be put on a shared server folder for my client and can be
run
in-place. No need for an installer, because the app is never installed.Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org