wxPython // was Re: [eug-lug]python2exe

2003-06-21 Thread Horst
One note(downside) about wxPython: cuz it's based on C libraries it's missing the nice, polymorphic function argument style of python ((in contrast to TKinter :-) )): func(defautlt1=val1, dflt2=val2,, **argDict{} ) where all you custom arguments are handled in one data structure

Re: [eug-lug]python2exe

2003-06-20 Thread Rob Hudson
Speaking of wxWindows. Here's an interesting project: http://wxmozilla.sourceforge.net/ About: wxMozilla is a project underway to develop a wxWindows component for embedding the Mozilla browser into any wxWindows application. The wxMozilla classes will utilize minimal, if any, platform dependant

[eug-lug]python2exe

2003-06-19 Thread Rob Hudson
I ran into this today and thought it was interesting... http://starship.python.net/crew/theller/py2exe/ There's also a perl2exe. http://www.indigostar.com/perl2exe.htm Anyone ever play with these? ___ EuG-LUG mailing list [EMAIL PROTECTED]

Re: [eug-lug]python2exe

2003-06-19 Thread Ralph Zeller
On 06/19/03 01pm, Rob Hudson wrote: I ran into this today and thought it was interesting... http://starship.python.net/crew/theller/py2exe/ There's also a perl2exe. http://www.indigostar.com/perl2exe.htm Anyone ever play with these? py2exe works great. Except, the binary files can get

Re: [eug-lug]python2exe

2003-06-19 Thread Rob Hudson
How is the executable on speed? Does it start up pretty quickly? On 20030619.1439, Ralph Zeller said ... On 06/19/03 01pm, Rob Hudson wrote: I ran into this today and thought it was interesting... http://starship.python.net/crew/theller/py2exe/ There's also a perl2exe.

Re: [eug-lug]python2exe

2003-06-19 Thread Ralph Zeller
Python's great. It starts slower than many small unix programs but the code is very readable. The wxPython library is a nice gui, there are several ways to do gui development with wxPython--boa, pythoncard, wxGlade, or vim! The scripts are fairly fast and responsive; it's not that hard to

Re: [eug-lug]python2exe //Re: EuG-LUG Digest, Vol 3, Issue 46

2003-06-19 Thread Horst
Date: Thu, 19 Jun 2003 14:41:37 -0700 From: Rob Hudson [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] How is the executable on speed? Does it start up pretty quickly? Yes, pretty fast. I played with small console apps about half a year ago. The shared python22.dll is about 800kb, and the