pygtk
pygtk OSError: [Errno 2] No such file or directory. subprocess.Popen PIPE command
I\'m new to python and I\'m trying to make a search bar that searches only 2 directories using two find commands and output the results into an ordered list [].[详细]
2023-04-06 20:19 分类:问答Appending a Counter() list to a pygtk treestore (Python)
I\'m currently attempting to append a sorted list of items to a pygtk treestore. The list is a count of the times the number occurs in the original list, eg. 2 lots of 24[详细]
2023-04-06 19:12 分类:问答gtk.PrintOperation reset status?
Is it possible to reset status of printing somehow, or is it always necessary to create new PrintOperation? For example, if you show printPreview, it is necessary to recreate PrintOperation b开发者_JA[详细]
2023-04-06 18:51 分类:问答PyGTK Spacing in an HBox
I\'m new to GTK, I\'m trying to figure out how to accomplish something like this: +---+------+---+ [详细]
2023-04-06 09:00 分类:问答Weird Post-Run Animation Error
I have a Python 2.7/PyGTK 2.24 project. I\'m building on Linux Ubuntu 11. I am using the following code to animate an image\'s movement across the screen.[详细]
2023-04-06 05:23 分类:问答PyGTK nonblocking
Is there a way to not block PyGTK while performing some expensive operation? 开发者_如何学编程I know threading would work but it would take a lot of code and setup.[详细]
2023-04-05 17:13 分类:问答Creating Segments in Video
I\'m using Python 2.7, PyGTK 2.24, and PyGST (Gstreamer). To ensure smooth playback from on开发者_运维问答e clip to another (without a blink), I combined all the clips I needed into one larger video.[详细]
2023-04-05 17:00 分类:问答FileChooserDialog stuck on screen after destroy()
I have a python script, requesting a file from user using FileChoose开发者_运维问答rDialog. When done, it calls .destroy() on the dialog, but immediately after that begins to load the file. Since it i[详细]
2023-04-05 07:55 分类:问答Using widget written in Tkinter with pygtk
I\'m trying to attach a Tkinter widget to a pygtk application and I\'ve looked into some ways of doing this.First there was gtk.Plug and gtk.Socket, but I wasn\'t able to find any examples outside of[详细]
2023-04-05 07:43 分类:问答How do I support user-configurable shortcuts in GTK+ menus?
Using GtkUIManager, it\'s easy to specify accelerators for GtkActions. However, some users inevitably want different accelerators, or want accelerators for actions that I don\'t think see enough usage[详细]
2023-04-05 06:39 分类:问答