Re: Pygtk scrollbar Programming Software Development by bumsfeld I have used pygtk one little and have found these good resources: [QUOTE]Recommended reading for Python+GTK users PyGTK 2.0 Tutorial by John Finlay download from: [url]http://www.pygtk.org/dist/pygtk2-tut.pdf[/url] also: PyGTK FAQ Index at: [url]http://www.async.com.br/faq/pygtk/index.py?req=index[/url][/QUOTE] Pygtk Workspace Change Programming Software Development by mmxbass How can I make my pygtk windows switch to another workspace. I'm working on a …. This is my code thus far: [code] import wnck import pygtk pygtk.require('2.0') import gtk import gobject #import os def… PyGtk/Matplotlib drawing issue, please help! Programming Software Development by tehbrozor … a plotting routine written with matplotlib. The GUI is in PyGtk. One of the things I would like to have is… gtk widget: [code] #!/usr/bin/python #Filename: foo.py import pygtk pygtk.require('2.0') import gtk import matplotlib matplotlib.use('GtkAgg… Re: Pygtk and Eclipse Programming Software Development by bumsfeld …/env python # example frame.py # http://www.pygtk.org/pygtk2tutorial/sec-Frames.html import pygtk pygtk.require('2.0') import gtk class FrameExample… your Operating System? Which version of Python? Which version of PyGTK? On Windows PyGTK is almost impossible to install! Re: PyGtk/Matplotlib drawing issue, please help! Programming Software Development by tehbrozor … using Cairo: [code] #!/usr/bin/python #Filename: foobar.py import pygtk pygtk.require('2.0') import gtk import matplotlib matplotlib.use('GtkAgg… pygtk Glade GUI freezes Programming Software Development by JoeM Hello!! I'm really new to python and pygtk and Glade, I'm sorry I'm still on the … somebody help me please??? Here's my code: [code] import pygtk import gtk import gtk.glade import time import threading bandera1… pyGTK and the Mandate of Sudo Programming Software Development by 1337455 10534 So I have a pyGTK app going on nicely, but it requires sudo permission (under … mkdir /dev/home") [/code] Given a password, and using pyGTK, how could I run that system() operation without even touching… Re: Pygtk and Eclipse Programming Software Development by b_bayaraa_d [QUOTE=sneekula;945823]What is your problem? How does it manifest itself?[/QUOTE] hi i want to creat activity by Pygtk for OLPC-xo. so how i work pygtk in eclipse? sorry for my english skill. e.x import pygtk. it's not import Re: Pygtk and Eclipse Programming Software Development by Stefano Mtangoo [QUOTE=b_bayaraa_d;946257]hi i want to creat activity by Pygtk for OLPC-xo. so how i work pygtk in eclipse? sorry for my english skill. e.x import pygtk. it's not import[/QUOTE] re-read my above post ;) pyGTK Event Box Problem Need Help Programming Software Development by cnuzzo … testing. [CODE] #!/usr/bin/env python # example eventbox.py import pygtk pygtk.require('2.0') import gtk class EventBoxExample: def callback(self… Re: Pygtk and Eclipse Programming Software Development by nikosokin … on eclipse using Pydev. I import in my code and pygtk. WHen i run it as 'Python Run' it terminates it… import gobject except: raise SystemExit import pygtk if gtk.pygtk_version<(2.0): print "pygtk 2.0 or later require for… Re: Pygtk and Eclipse Programming Software Development by nikosokin … on eclipse using Pydev. I import in my code and pygtk. WHen i run it as 'Python Run' it terminates it… import gobject except: raise SystemExit import pygtk if gtk.pygtk_version<(2.0): print "pygtk 2.0 or later require for… Re: pygtk Glade GUI freezes Programming Software Development by vegaseat My experience with pyGTK, I can not get it to work with Windows XP. The Linux folks have no problems. Before you go completely nuts with an unstable product, I would recommend switching to the wxPython GUI. Just my opinion! Re: Pygtk scrollbar Programming Software Development by paulmal Hi It is actually easier to use ScrolledWindow. Here is a link to the pygtk tutorial which gives a good example: [url]http://www.pygtk.org/pygtktutorial/sec-ScrolledWindows.html[/url] Regards, Paul Re: pyGTK Event Box Problem Need Help Programming Software Development by woooee Take a look at the first paragraph of the first hit [URL=http://www.google.com/search?client=opera&rls=en&q=pygtk+set+cursor&sourceid=opera&ie=utf-8&oe=utf-8]here[/URL]. You can just comment that line and keep the default cursor. Pygtk scrollbar Programming Software Development by JyotiC Hi, i am using Pygtk to make GUI . I have a frame in which i … PyGTK tray menu has annoying scroll arrows Programming Software Development by ewall I've been working on a simple little PyGTK app that shows an icon in the system tray. When … pygtk: Disable buttons, Comboboxes, checkboxes... Programming Software Development by marcux Hi all! I can not find my way around disabling widgets in pygtk. Is there one way for all type of widgets to disable them? By disabling I mean not being able to edit an entry and it is "grayed out", or the same for a checkbox, combobox and so on. Many thanks in advance! Re: pygtk: Disable buttons, Comboboxes, checkboxes... Programming Software Development by jlm699 Perhaps this can help: [icode]button.set_sensitive(False)[/icode] [url=http://pygtk.org/pygtk2reference/class-gtkwidget.html#method-gtkwidget--set-sensitive]Documentation[/url] pygtk make help contents Programming Software Development by marcux … a "standard" way to make help contents in pygtk? I was thinking about making a simple html page for… PyGTK Glade translation for a gettext based application Programming Software Development by xcristi … everyone, I try to build a python application based on pygtk. For GUI development I used glade3 with the option translatable… Pygtk and Eclipse Programming Software Development by b_bayaraa_d hi everbody! How do i get pygtk to work with eclipse? pyGTK + py2exe -- Normal GTK theme not being used Programming Software Development by LinkMaster03 I packed a Python script (that uses pyGTK) into an .exe with py2exe. It runs fine, except that … PyGTK 64bit Programming Software Development by ultimatebuster I currently have Win7 64bit installed. I know it's possible to install python 32bit, GTK32bit and PyGTK 32bit and use it, but is there a way to get python 64bit, gtk 64 bit, and pygtk64 bit working on 2.6.6 without compiling myself? Pygtk + Glade self auto refreshing labels Programming Software Development by xunilxunil … application with a very basic GUI and chose Python and Pygtk with Glade. Unfortunately, our Linux distros are not so up… Re: Pygtk + Glade self auto refreshing labels Programming Software Development by xunilxunil I got an answer from another source. Here is a working way to my solution: [url]http://tuxion.com/2010/04/16/periodic-timers-in-pygtk.html[/url] Re: pygtk dynamic table Programming Software Development by bumsfeld Seems that Linux folks use GTK and pygtk for GUI work. It looks like a good GUI, but I use the Windows OS and the whole installation process of GTK/pygtk and all the additional required things is very cumbersome. I personally like wxPython a lot. Why did you choose to go with GTK? Re: PyGtk progressbar problem Programming Software Development by Kruptein Is there really no one who knows how to use the pygtk progressbar? Re: PyGtk progressbar problem Programming Software Development by Kruptein I just need to know how the pygtk progressbar works, on the internet I can't find any good info about it ... Re: PyGtk progressbar problem Programming Software Development by jlm699 …: [QUOTE=Kruptein;1009394]I just need to know how the pygtk progressbar works, on the internet I can't find any…