Mailing List Archive

GUI other than Tkinter
Well, I've just about given up on EVER getting Tkinter to work on my
Win98 machine. Is there any other GUI module that I can get that
doesn't require TCL/TK to be installed on my machine? Isn't there
something called GD?

Thanks,
Frustrated in Frisco.....
GUI other than Tkinter [ In reply to ]
If you don't want to learn MFC (which is a headache!), there's wxPython,
which i'm looking at now.. its very nice. :) Check the contributed download
part of the python website...

--Stephen
<mrfusion@bigfoot.com> wrote in message news:3721567f.1748033@news...
> Well, I've just about given up on EVER getting Tkinter to work on my
> Win98 machine. Is there any other GUI module that I can get that
> doesn't require TCL/TK to be installed on my machine? Isn't there
> something called GD?
>
> Thanks,
> Frustrated in Frisco.....
GUI other than Tkinter [ In reply to ]
mrfusion@bigfoot.com writes:

> Well, I've just about given up on EVER getting Tkinter to work on my
> Win98 machine. Is there any other GUI module that I can get that
> doesn't require TCL/TK to be installed on my machine? Isn't there
> something called GD?

There's pygtk, which uses the gtk toolkit.

--
-russ nelson <rn-sig@crynwr.com> http://crynwr.com/~nelson
Crynwr supports Open Source(tm) Software| PGPok | There is good evidence
521 Pleasant Valley Rd. | +1 315 268 1925 voice | that freedom is the
Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | cause of world peace.
GUI other than Tkinter [ In reply to ]
On 25 Apr 1999 09:23:35 -0400, Russell Nelson <nelson@crynwr.com> wrote:
>mrfusion@bigfoot.com writes:
>
>> Well, I've just about given up on EVER getting Tkinter to work on my
>> Win98 machine. Is there any other GUI module that I can get that
^^^^^
>> doesn't require TCL/TK to be installed on my machine? Isn't there
>> something called GD?
>
>There's pygtk, which uses the gtk toolkit.

As far as I know, GTk has not been ported to the Win32 platform, yet.

--
Michael W. Ryan | OTAKON 1999
mryan@netaxs.com | Convention of Otaku Generation
http://www.netaxs.com/~mryan/ | http://www.otakon.com/

PGP fingerprint: 7B E5 75 7F 24 EE 19 35 A5 DF C3 45 27 B5 DB DF
PGP public key available by fingering mryan@unix.netaxs.com (use -l opt)
GUI other than Tkinter [ In reply to ]
>As far as I know, GTk has not been ported to the Win32 platform, yet.
thats not correct. have a look at

http://user.sgic.fi/~tml/gimp/win32/

kaweh
GUI other than Tkinter [ In reply to ]
On 25 Apr 1999 17:09:22 GMT, Michael W. Ryan <mryan@localhost.netaxs.com> wrote:
>On 25 Apr 1999 09:23:35 -0400, Russell Nelson <nelson@crynwr.com> wrote:
>>mrfusion@bigfoot.com writes:

>>> Well, I've just about given up on EVER getting Tkinter to work on my
>>> Win98 machine. Is there any other GUI module that I can get that
> ^^^^^
>>> doesn't require TCL/TK to be installed on my machine? Isn't there
>>> something called GD?

>>There's pygtk, which uses the gtk toolkit.

>As far as I know, GTk has not been ported to the Win32 platform, yet.

And i wanted to propose pyQT/pyKDE :-) Seriously QT works for Windows, too but I
think the bindings are for real operating systems only, aren't they?

--
Moritz Moeller-Herrmann mmh@gmx.net ICQ# 3585990 # Not only
Get my public pgp / gpg key from # Open Source(TM)
http://webrum.uni-mannheim.de/jura/moritz/pubkeymoritz # but also
# Open Minded!
GUI other than Tkinter [ In reply to ]
Russell Nelson <nelson@crynwr.com> wrote:
: mrfusion@bigfoot.com writes:
:
:> Well, I've just about given up on EVER getting Tkinter to work on my
:> Win98 machine. Is there any other GUI module that I can get that
:> doesn't require TCL/TK to be installed on my machine? Isn't there
:> something called GD?
:
: There's pygtk, which uses the gtk toolkit.
:

On Windows 98?
--

Boudewijn Rempt | www.xs4all.nl/~bsarempt
GUI other than Tkinter [ In reply to ]
In article <3721567f.1748033@news>, <mrfusion@bigfoot.com> wrote:
>Well, I've just about given up on EVER getting Tkinter to work on my
>Win98 machine. Is there any other GUI module that I can get that
>doesn't require TCL/TK to be installed on my machine? Isn't there
.
.
.
<URL:http://starbase.neosoft.com/~claird/comp.lang.python/python_GUI.html>
--

Cameron Laird http://starbase.neosoft.com/~claird/home.html
claird@NeoSoft.com +1 281 996 8546 FAX
GUI other than Tkinter [ In reply to ]
claird@Starbase.NeoSoft.COM (Cameron Laird) writes:

> In article <3721567f.1748033@news>, <mrfusion@bigfoot.com> wrote:
> >Well, I've just about given up on EVER getting Tkinter to work on my
> >Win98 machine. Is there any other GUI module that I can get that
> >doesn't require TCL/TK to be installed on my machine? Isn't there
> .
> .
> .
> <URL:http://starbase.neosoft.com/~claird/comp.lang.python/python_GUI.html>

I appreciate this useful list.

Also ... I noticed a refernce to `fltk' on this list, and I downloaded
and built it. However, I don't notice any Python support as part of
this distribution, and I'm wondering why `fltk' is on this "Python GUI"
list. Is there somewhere else where a Python interface to `fltk'
might exist?

Thanks in advance.

--
Lloyd Zusman
ljz@asfast.com
GUI other than Tkinter [ In reply to ]
In article <lthfq34dtz.fsf@asfast.com>, Lloyd Zusman <ljz@asfast.com> wrote:
>claird@Starbase.NeoSoft.COM (Cameron Laird) writes:
>> .
>> .
>> .
>> <URL:http://starbase.neosoft.com/~claird/comp.lang.python/python_GUI.html>
>
>I appreciate this useful list.
You're welcome. Please be aware that I often
know more than what appears in these documents;
I might not get around to expressing it readably,
though, until someone expresses a definite interest.
When you ask particular questions, as you do below,
sometimes I can unpack other notes of mine and
update the documents to make them more useful.
That's what I'm working to do now with the fltk
reference.
>
>Also ... I noticed a refernce to `fltk' on this list, and I downloaded
>and built it. However, I don't notice any Python support as part of
>this distribution, and I'm wondering why `fltk' is on this "Python GUI"
>list. Is there somewhere else where a Python interface to `fltk'
>might exist?
I've sent a copy of your question to a couple
of people likely to know more.
.
.
.
--

Cameron Laird http://starbase.neosoft.com/~claird/home.html
claird@NeoSoft.com +1 281 996 8546 FAX
GUI other than Tkinter [ In reply to ]
claird@Starbase.NeoSoft.COM (Cameron Laird) wrote:
.
>>> <URL:http://starbase.neosoft.com/~claird/comp.lang.python/python_GUI.html>
>>
>>I appreciate this useful list.

>>Also ... I noticed a refernce to `fltk' on this list, and I downloaded
>>and built it. However, I don't notice any Python support as part of
>>this distribution, and I'm wondering why `fltk' is on this "Python GUI"
>>list. Is there somewhere else where a Python interface to `fltk'
>>might exist?
>I've sent a copy of your question to a couple
>of people likely to know more.

We are working on it - and perl support too. While FLTK doesn't play games
with the preprocessor, it does use a lot of function overloading. Bjorn
Petterson contributed a python idiom to allow overloaded functions. It's about
2/3 of the way completed - at least for an open alpha release. I've got a
handfull of the fltk test programs implemented in Python. In a few weeks,
we'll be asking for people to help test the wrappers.

Mailing list: www.egroups.com/group/pyfltk/
Future home: http://www.netpedia.net/hosting/fltk/
GUI other than Tkinter [ In reply to ]
In article <372360df.5406764@news.teleweb.at>,
e9025657@stud3.tuwien.ac.at wrote:
> >As far as I know, GTk has not been ported to the Win32 platform, yet.
> thats not correct. have a look at
>
> http://user.sgic.fi/~tml/gimp/win32/
>
> kaweh
>

While its true that GTK is being ported to Win32, I don't think that pyGTK can
be used on Win32 yet. (for one there is a GTK.py and a gtk.py in the
distribution, hmmm tain't gonna work on winders)

Tom


-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own