Forum: Python Dec 11th, 2005 |
| Replies: 0 Views: 1,745 Hello...
I'm using glade on linux platform, and i've bumped into a problem with Gtk.Image...
When i'm using an image in glade, the xml glade file that's created does not contain the library... |
Forum: Python Dec 3rd, 2005 |
| Replies: 3 Views: 4,417 Yea, but i understand from you that your'e using it on Windows platform.
I'm using it on Linux with glade... |
Forum: Python Dec 3rd, 2005 |
| Replies: 4 Views: 3,838 The command i forgot was :
comboBoxEntry.set_text_column(0)
after that, the text shuold appear in the combo box.
It works on Linux, I think it should work on Windows too... |
Forum: Python Dec 1st, 2005 |
| Replies: 1 Views: 1,811 Hey!
Does anyone know how can i read the "sensitive" property of a gtk.Widget??
It seems that it only has a set_sensitive method, but has no way to retrieve that property...
any suggestions?? |
Forum: Python Nov 28th, 2005 |
| Replies: 3 Views: 4,417 Hello people!
does anyone know in what way can you edit a default value inside a gtk.ComboBox? |
Forum: Python Nov 27th, 2005 |
| Replies: 4 Views: 3,838 Hello everyone..!
I'm having a problem with gtk.ListStore class, while i'm trying to insert values into it.
It seems that after I create the class object and use each one of the functions which... |
Forum: Python Nov 7th, 2005 |
| Replies: 1 Views: 1,570 Hey..
Does anyone know what libraries are needed for using GnomeDruid class (and other Gnome classes), and where can i download these libraries?
Thanks! |
Forum: Python Nov 6th, 2005 |
| Replies: 2 Views: 3,369 hello everybody,
I've started to learn pyGTK and glade for a program i'm doing,
and i've run into some problems:
1. Is there no way to change the size of a specific text when using glade? for... |
Forum: Python Sep 27th, 2005 |
| Replies: 5 Views: 46,380 Hello fellows...
Is there something like static function variables in python?
I know there are static attributes of a class, but what if i want
to use a static variable inside a function?... |
Forum: Python Sep 26th, 2005 |
| Replies: 2 Views: 1,983 Hey everybody...
Does sombody knows how can i use the getattr function in order to call to a sub function defined inside another one?
somthing like this code:
# ----------------------------... |
Forum: Python Sep 7th, 2005 |
| Replies: 1 Views: 3,496 Hello beautiful people..!
i need a way to run a python program from another one...
does anyone know what is the best way to call a process which runs another program in python, and when running... |
Forum: Python Aug 21st, 2005 |
| Replies: 4 Views: 6,978 yea but actually it's the opposite, my single quotes are replaced by double quotes, and the double quotes remains the same, so i can't really use double quotes as part of a string... |
Forum: Python Aug 15th, 2005 |
| Replies: 4 Views: 6,978 Hello!
I need some help...
I parsed an xml file using the minidom.parse method, but when i
printed the document object to the screen (using toxml() function), i noticed that the parser... |
Forum: Python Aug 15th, 2005 |
| Replies: 5 Views: 4,460 |
Forum: Python Aug 10th, 2005 |
| Replies: 5 Views: 4,460 hello fellows,
I seem to have a little problem:
I tried to use the function getattr(object, attribute) with two strings which is being read from a xml file as arguments, and seem to have a... |
Forum: Python Aug 10th, 2005 |
| Replies: 4 Views: 35,781 thanks!
you helped me a lot! |
Forum: Python Aug 9th, 2005 |
| Replies: 4 Views: 35,781 Hello everyone!
I want to use bash from python, however the os.system(command) seems to act only on one command at a time.
I want to use complete commands, also containing control flow... |
Forum: Python Aug 9th, 2005 |
| Replies: 7 Views: 22,455 Hello everyone!
I want to use bash from python, however the os.system(command) seems to only act on one command at a time.
I want to use complete commands, also containing control flow... |