hi, im new in this forum and im also new to programming.
im currently learning python and i think im getting good at it.
I want to start making gui programs but i dont know what to use:
Tkinter
EasyGUI
PyGTK
wxPython
PythonCard
PyQt
PyFLTK
PythonWin
i read a book called Python an introduction to computer science and they used only a graphics.py library. But now i want to get deep.
i hope you guys can help me...
(sorry for bad english)
python gui toolkit (?)
Started by mahdi_cie, Nov 07 2010 08:04 AM
4 replies to this topic
#1
Posted 07 November 2010 - 08:04 AM
|
|
|
#2
Posted 08 November 2010 - 07:28 AM
You can check my answer in this topic: http://forum.codecal...evelopment.html . If you don't need GUI designer, you can choose any of framework listed above, because it's matter of your taste.
#3
Posted 08 November 2010 - 08:46 AM
Vladimir said:
You can check my answer in this topic: http://forum.codecal...evelopment.html . If you don't need GUI designer, you can choose any of framework listed above, because it's matter of your taste.
thanks, i downloaded pyGTK+(linux) but when i try to install it i keep getting this error: "make: *** No targets specified and no makefile found. Stop."
can you help me?
#4
Posted 08 November 2010 - 01:48 PM
I am not very familiar with this, but I will try. Am I right that you did this:
Also you should know that
So you probably don't have to install PyGTK from sources, but give a try to your package manager. For example, if you use Ubuntu you can try Ubuntu sofware center or this command:
cd pygtk-folder ./configure ./make ./make install?
Also you should know that
Quote
PyGTK is included in most Linux distributions (including Debian, Fedora, Ubuntu, Opensuse, Gentoo, Mandrake, Redhat, SUSE...); the source code can also be downloaded and compiled from the links below.
apt-get install python-gtk2
#5
Posted 09 November 2010 - 06:47 AM
[/QUOTE]
thanks alot... this worked :)
thanks alot... this worked :)


Sign In
Create Account

Back to top









