Wolfgang Keller wrote:
>
>> wxPython and Qt are well known but they are not exactly lightweight.
>
>wxPython not lightweight?
>
>It's just a wrapper of win32.
That's not really accurate. wxWidgets does expose the Win32 APIs, but the
wrapping is not all that transparent. And wxPython adds signif
Am 13.09.14 13:31, schrieb Thomas Heller:
Am 13.09.2014 03:19, schrieb Grant Edwards:
On 2014-09-12, Thomas Heller wrote:
Am 12.09.2014 18:38, schrieb Chris Angelico:
Does Tkinter really work well with cx_Freeze? I doubt it (from my
experiences with py2exe).
I never had any problems with T
> wxPython and Qt are well known but they are not exactly lightweight.
wxPython not lightweight?
It's just a wrapper of win32.
Sincerely,
Wolfgang
--
https://mail.python.org/mailman/listinfo/python-list
Am 13.09.2014 03:19, schrieb Grant Edwards:
On 2014-09-12, Thomas Heller wrote:
Am 12.09.2014 18:38, schrieb Chris Angelico:
Does Tkinter really work well with cx_Freeze? I doubt it (from my
experiences with py2exe).
I never had any problems with Tkinter and py2exe, but you do get
a conside
On 2014-09-12, Thomas Heller wrote:
> Am 12.09.2014 18:38, schrieb Chris Angelico:
>
> Does Tkinter really work well with cx_Freeze? I doubt it (from my
> experiences with py2exe).
I never had any problems with Tkinter and py2exe, but you do get
a considerably larger distribution than you do wi
On Fri, Sep 12, 2014 at 1:35 PM, Thomas Heller wrote:
> Does Tkinter really work well with cx_Freeze? I doubt it (from my
> experiences with py2exe).
Just to give anecdotal evidence, I have used Tkinter successfully
without much headache with both cx_Freeze (with Python 2.7 and
3.1-3.2) and py2e
Am 12.09.2014 18:38, schrieb Chris Angelico:
On Sat, Sep 13, 2014 at 2:35 AM, Nagy László Zsolt wrote:
So I need to create a GUI mode version of my program. That the customer
should be able to see a progress bar. What kind of GUI toolkit should I use
for this? I would like this to be lightweigh
On Sat, Sep 13, 2014 at 3:08 AM, Mark Lawrence wrote:
>> There's absolutely no reason to go Windows-specific. Use Tkinter -
>> it's pretty light-weight. Comes with most Python distros. See how it
>> goes in terms of code size - if it's unsuitable, then look at others,
>> but start with the obvious
On 12/09/2014 17:38, Chris Angelico wrote:
On Sat, Sep 13, 2014 at 2:35 AM, Nagy László Zsolt wrote:
So I need to create a GUI mode version of my program. That the customer
should be able to see a progress bar. What kind of GUI toolkit should I use
for this? I would like this to be lightweight,
On Sat, Sep 13, 2014 at 2:35 AM, Nagy László Zsolt wrote:
> So I need to create a GUI mode version of my program. That the customer
> should be able to see a progress bar. What kind of GUI toolkit should I use
> for this? I would like this to be lightweight, preferably under 5MB with a
> very easy
10 matches
Mail list logo