473,407 Members | 2,629 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

GTK for windows and Linux

Ask
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated as I
don't know what I need... GIMP... GTK+ etc

Thanks for any advice

Pauly


Nov 22 '05 #1
18 1838
You'll need to install the libglade/gtk/pygtk packages from:

http://www.pcpm.ucl.ac.be/~gustin/win32_ports/

When your app is complete you can package it with py2exe

Nov 22 '05 #2
You'll need to install the libglade/gtk/pygtk packages from:

http://www.pcpm.ucl.ac.be/~gustin/win32_ports/

When your app is complete you can package it with py2exe

Nov 22 '05 #3
Op 2005-11-17, Ask schreef <pu@pmville.com>:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated as I
don't know what I need... GIMP... GTK+ etc


Well I think if you visit http://www.pygtk.org/, it will answer most of
your questions.

--
Antoon Pardon
Nov 22 '05 #4
Op 2005-11-17, Ask schreef <pu@pmville.com>:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated as I
don't know what I need... GIMP... GTK+ etc


Well I think if you visit http://www.pygtk.org/, it will answer most of
your questions.

--
Antoon Pardon
Nov 22 '05 #5
all you need are GTK+ envirement and the pygtk module.You can get more
information in www.pygtk.org.
Nov 22 '05 #6
all you need are GTK+ envirement and the pygtk module.You can get more
information in www.pygtk.org.
Nov 22 '05 #7
Chapter 13 in "Beginning Python" by Peter Norton has a good
introduction to using GTK to create a GUI. .

Howard

Ask wrote:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated as I
don't know what I need... GIMP... GTK+ etc

Thanks for any advice

Pauly


Nov 22 '05 #8
Chapter 13 in "Beginning Python" by Peter Norton has a good
introduction to using GTK to create a GUI. .

Howard

Ask wrote:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated as I
don't know what I need... GIMP... GTK+ etc

Thanks for any advice

Pauly


Nov 22 '05 #9
Ask
Thanks Renato,

I'm downloading now.

Pauly
"Renato" <re************@gmail.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
You'll need to install the libglade/gtk/pygtk packages from:

http://www.pcpm.ucl.ac.be/~gustin/win32_ports/

When your app is complete you can package it with py2exe

Nov 22 '05 #10
Ask
Thanks Renato,

I'm downloading now.

Pauly
"Renato" <re************@gmail.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
You'll need to install the libglade/gtk/pygtk packages from:

http://www.pcpm.ucl.ac.be/~gustin/win32_ports/

When your app is complete you can package it with py2exe

Nov 22 '05 #11
Ask
Thanks Howard

"hrh1818" <ho******@westerncom.net> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Chapter 13 in "Beginning Python" by Peter Norton has a good
introduction to using GTK to create a GUI. .

Howard

Ask wrote:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated
as I
don't know what I need... GIMP... GTK+ etc

Thanks for any advice

Pauly

Nov 22 '05 #12
Ask
Thanks Howard

"hrh1818" <ho******@westerncom.net> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Chapter 13 in "Beginning Python" by Peter Norton has a good
introduction to using GTK to create a GUI. .

Howard

Ask wrote:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated
as I
don't know what I need... GIMP... GTK+ etc

Thanks for any advice

Pauly

Nov 22 '05 #13
Ask
Thanks Batfree
"batfree" <ba********@gmail.com> wrote in message
news:dl**********@news.yaako.com...
all you need are GTK+ envirement and the pygtk module.You can get more
information in www.pygtk.org.

Nov 22 '05 #14
Ask
Thanks Batfree
"batfree" <ba********@gmail.com> wrote in message
news:dl**********@news.yaako.com...
all you need are GTK+ envirement and the pygtk module.You can get more
information in www.pygtk.org.

Nov 22 '05 #15
Ask
Of course that's where I first looked but the amount of options are many.
Thanks anyway.

"Antoon Pardon" <ap*****@forel.vub.ac.be> wrote in message
news:sl********************@rcpc42.vub.ac.be...
Op 2005-11-17, Ask schreef <pu@pmville.com>:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated
as I
don't know what I need... GIMP... GTK+ etc


Well I think if you visit http://www.pygtk.org/, it will answer most of
your questions.

--
Antoon Pardon

Nov 22 '05 #16
Ask
Of course that's where I first looked but the amount of options are many.
Thanks anyway.

"Antoon Pardon" <ap*****@forel.vub.ac.be> wrote in message
news:sl********************@rcpc42.vub.ac.be...
Op 2005-11-17, Ask schreef <pu@pmville.com>:
Hi All,

Can someone please tell me what I need to use GTK with python for windows
and Linux?

Any links to the appropriate installations would be greatly appreciated
as I
don't know what I need... GIMP... GTK+ etc


Well I think if you visit http://www.pygtk.org/, it will answer most of
your questions.

--
Antoon Pardon

Nov 22 '05 #17
I prefer wxPython www.wxpython.org

Daniel

Nov 22 '05 #18
I prefer wxPython www.wxpython.org

Daniel

Nov 22 '05 #19

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: inquirydog | last post by:
Hello- I, the inquirydog, would like to solicit suggestions for a new web page I am making: I am creating a simple website that will translate concepts between windows os's, Linux, and the...
12
by: Mike Dee | last post by:
A very very basic UTF-8 question that's driving me nuts: If I have this in the beginning of my Python script in Linux: #!/usr/bin/env python # -*- coding: UTF-8 -*- should I - or should I...
3
by: Gaetan Poitras | last post by:
I need to know if we can install our database 10g on a linux server, install our AS10g on a linux server and then install on each Windows XP developer 10g ? Is this combinaison will work fine? I...
383
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a...
9
by: John Eric Hanson | last post by:
My company is considering a development path in which we develop code on 32 bit Windows machines to run remotely on 64 bit Linux machines. What could go wrong?
4
by: John Owens | last post by:
Hi, I'm looking for a plugin for Visual Studio .NET or another IDE etc that would allow me to develop on Windows but have the compiler and debugger and code run on Linux. e.g. Code using...
4
by: Tim Golden | last post by:
Tim Golden enlightened us with: > > Well, I'm with you. I'm sure a lot of people will chime in to point > > out just how flexible and useful and productive Linux is as a > > workstation, but every...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
4
by: peter | last post by:
I've come across a weird difference between the behaviour of the Tkinter checkbox in Windows and Linux. The issue became apparent in some code I wrote to display an image in a fixed size canvas...
20
by: macca | last post by:
Hi, I just started a new web developer job (my first actually) and the machine they gave me to use is a Mac. Two days in and I'm running a Win XP environment on my Mac at work (using VMWare), ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.