Re: Wheel-reinvention with Python
- From: Cliff Wells <cliff@xxxxxxxxxxx>
- Date: Sat, 30 Jul 2005 23:27:04 -0700
On Sun, 2005-07-31 at 00:59 -0400, Mike Meyer wrote:
> I don't particularly like Tkinter, but it seems to me that it's pretty
> much won. It seems to be installed on every desktop platform along
> with Python. That means that if I want to distribute GUI apps, I'm
> going to cause the least headache for my end users by writing them in
> Tkinter.
By this argument, we should just give up and use Visual* on Windows.
The least headache for end users comes from properly packaging your
application. End users shouldn't need to worry about installing third
party packages (or even Python for that matter). Tools such as py2exe
and Inno installer make this pretty simple on Windows, and py2app on
OS/X accomplishes the same. It should be irrelevant to end users what
libraries or tools you use to develop the app.
Regards,
Cliff
--
cliff@xxxxxxxxxxx
http://www.develix.com :: Web applications and hosting :: Linux, PostgreSQL and Python specialists ::
.
- Follow-Ups:
- Re: Wheel-reinvention with Python
- From: Mike Meyer
- Re: Wheel-reinvention with Python
- From: Paul Rubin
- Re: Wheel-reinvention with Python
- From: Torsten Bronger
- Re: Wheel-reinvention with Python
- References:
- Re: Ten Essential Development Practices
- From: Dark Cowherd
- Re: Ten Essential Development Practices
- From: Michael Hoffman
- Wheel-reinvention with Python (was: Ten Essential Development Practices)
- From: Torsten Bronger
- Re: Wheel-reinvention with Python (was: Ten Essential Development Practices)
- From: Calvin Spealman
- Re: Wheel-reinvention with Python
- From: Torsten Bronger
- Re: Wheel-reinvention with Python
- From: Mike Meyer
- Re: Ten Essential Development Practices
- Prev by Date: Re: Wheel-reinvention with Python
- Next by Date: Re: The state of OO wrappers on top of wxPython (was Re: Wheel-reinvention with Python)
- Previous by thread: Re: Wheel-reinvention with Python
- Next by thread: Re: Wheel-reinvention with Python
- Index(es):
Relevant Pages
|
|