Hi all...
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.
Hi all...
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.
- Well I might be wrong here, but when I chose between both (1 year ago), one
of my constraints was to have good printing support. Since GTK+ does not
offer any printing support (usually have to use gnome-print), I doubt PyGTK
does .... but this might have changed in the past year. I also love the fact
that wxWindows uses a DC (device context) to print or display.
- I also do find wxWidgets prettier (Linux + windows) than GTK's.
- since GTK is a C library, and although they did give it an object oriented
architecture, I find the APIs too "C" oriented
- I do not know whether glade now supports python, when I last looked it did
not. I am _very_ happy with wxDesigner.
- overall I like wxWindows better, yet GTK is a great library.
Regards,
Philippe
On Monday 13 June 2005 05:55 pm, Daniel Crespo wrote:
Hi all...
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
--
*************************************
Philippe C. Martin
SnakeCard, LLC
www.snakecard.com
+1 405 694 8098
*************************************
By the way, the target is to develop systems capable of running Windows and
Linux.
I'd appreciate your colaboration on this.
Daniel
"Daniel Crespo" <dcrespo@grupozoom.com> wrote in message
news:d8kh3j$1t3$1@sea.gmane.org...
Hi all...
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.
Daniel Crespo wrote:
I want to get the conviction of preferring wxPython (or wxWidgets) over PyGTK. I need to convince my partner for choosing wxPython. Thanks.
Having not used PyGTK, I can't comment on differences between them in terms of API, features, robustness, but...
wxPython gives you a native interface on Windows, *nix (GTK) and OS-X. PyGTK does not. If you really only need and only ever will need, *nix, then compare them for features, style etc. If you now, or in the future might need other platforms, go with wx.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
By the way, the target is to develop systems capable of running Windows and
Linux.I'd appreciate your colaboration on this.
Gtk on Windows is hated and reviled, for good reason. That should be
about all the reason you need, really. Windows is a first class,
supported platform for wxPython, and native look & feel is supported.
Windows is a second class afterthought platform by Gtk, with minimal
look & feel provided by the theme engine, with no native behavior. The
dependencies are huge, including all the theme files. It's slow and
ugly and nasty.
On 6/13/05, Daniel Crespo <dcrespo@grupozoom.com> wrote:
Daniel
"Daniel Crespo" <dcrespo@grupozoom.com> wrote in message
news:d8kh3j$1t3$1@sea.gmane.org...
> Hi all...
>
> I want to get the conviction of preferring wxPython (or wxWidgets) over
> PyGTK. I need to convince my partner for choosing wxPython. Thanks.
- I do not know whether glade now supports python, when I last looked it
did
not. I am _very_ happy with wxDesigner.
I do have it, but since it doesn't let me save I don't know how well it
is... I think that the best way for constructing the GUI is through the
creation of an .xrc file (probably well generated by wxDesigner). So, I'd
love to try save an example .xrc and using it. So how can I do for test it?
Thanks
- Well I might be wrong here, but when I chose between both (1
year ago), one of my constraints was to have good printing
support. Since GTK+ does not offer any printing support
(usually have to use gnome-print),
Isn't gnome-print that what Wx/gtk uses? Or am I getting it
mixed up with Abiword?
I doubt PyGTK does .... but this might have changed in the
past year. I also love the fact that wxWindows uses a DC
(device context) to print or display.- I also do find wxWidgets prettier (Linux + windows) than GTK's.
Again, aren't GTK widgets usually what wxPython uses under
Linux?
- since GTK is a C library, and although they did give it an
object oriented architecture, I find the APIs too "C" oriented- I do not know whether glade now supports python, when I last
looked it did not. I am _very_ happy with wxDesigner.- overall I like wxWindows better, yet GTK is a great library.
I've used both, and the last time I chose between them (a
couple years ago), I chose wxPython because it was cross
platform and gtkPython wasn't (I guess it is now -- or it's
getting closer).
On 2005-06-13, Philippe C. Martin <philippecmartin@sbcglobal.net> wrote:
--
Grant Edwards grante Yow! TATTOOED MIDGETS
at are using ALFREDO in their
visi.com SALAMI FACTORY!
Grant Edwards wrote:
- Well I might be wrong here, but when I chose between both (1
year ago), one of my constraints was to have good printing
support. Since GTK+ does not offer any printing support
(usually have to use gnome-print),Isn't gnome-print that what Wx/gtk uses? Or am I getting it
mixed up with Abiword?
yes, wxGTK is now using gnome-print, but it will fallback to the standard Postscript printing it has always had if gnome-print is not available on the platfrom.
I doubt PyGTK does .... but this might have changed in the
past year. I also love the fact that wxWindows uses a DC
(device context) to print or display.- I also do find wxWidgets prettier (Linux + windows) than GTK's.
Again, aren't GTK widgets usually what wxPython uses under
Linux?
Yes, but the converse is not true. GTK does not use native widgets on Windows, and even requires a X11 on Mac.
On 2005-06-13, Philippe C. Martin <philippecmartin@sbcglobal.net> wrote:
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
How well does PyGTK run on OS X?
We looked at several UI toolkits for Dabo, and decided that wxPython offered the best overall value.
___/
/
__/
/
____/
Ed Leafe
http://leafe.com/
http://dabodev.com/
On Jun 13, 2005, at 1:55 PM, Daniel Crespo wrote:
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.
I would suggest using wxwindows C++ versions only for the following reason :
it is not possible to overload paint methods.....
Ed Leafe a écrit :
On Jun 13, 2005, at 1:55 PM, Daniel Crespo wrote:
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.How well does PyGTK run on OS X?
We looked at several UI toolkits for Dabo, and decided that wxPython offered the best overall value.
___/
/
__/
/
____/
Ed Leafe
http://leafe.com/
http://dabodev.com/---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Ed Leafe wrote:
On Jun 13, 2005, at 1:55 PM, Daniel Crespo wrote:
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.How well does PyGTK run on OS X?
It uses X-Windows, so nothing is native.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Robin Dunn wrote:
Ed Leafe wrote:
I want to get the conviction of preferring wxPython (or wxWidgets) over
PyGTK. I need to convince my partner for choosing wxPython. Thanks.How well does PyGTK run on OS X?
It uses X-Windows, so nothing is native.
+ X11 isn't installed by default if I remember correctly, and it very slow just tried to use gimp on my Mac it's seems it's a memory hoge.
On Jun 13, 2005, at 1:55 PM, Daniel Crespo wrote:
well,
I started out needing a gui for a little perl program. Back then TK
was about the only free choice robust enough for a commercial app.
Coming from Delphi when it comes to guis under win, I hated it, though
it served the purpose.
Now, years after, I am glad wx windows has come all that way so it is
what it is today- my choice for platform independent guis.
I use wx glade for a framework and then save the code I need (Perl,
Python, C) ...
--
Best regards,
the_shelter mailto:pdftex@the-shelter.de