Re: Monitoring updating directory for image for GUI

2013-02-11 Thread ciscorucinski
WOW...I am thinking that all of this was actually unnecessary, I don't think I need a Queue, or List / Stack, or any traversal of the file system to accomplish this!! I only need one image displayed at a time and don't care about them after a newer image is generated. So my prototype of just re

Glade + GTK.Builder() | Missing Handlers | Handler for multiple objects

2013-02-08 Thread ciscorucinski
Here is my code in PasteBin... http://pastebin.com/ZubyV8RT If you go to the very bottom of the paste, you will see the error messages that I get, but here it is again. --- Warning (from warnings module): File "C:\Users\rucinskic

Re: Monitoring updating directory for image for GUI

2013-02-08 Thread ciscorucinski
> Who/what are you responding to here? You haven't included any context > from what you're replying to. Sorry, never really used Google Groups, or anything like this before. That I was responding to only Chris Angelico with his question of how real-time it needed to be...since it takes some ti

Re: Monitoring updating directory for image for GUI

2013-02-07 Thread ciscorucinski
Real-time...as close to real-time as possible. That is why I did not really want to use a queue. That is because if a bunch of the thread that create the images finish really close to one another (when they should be spread out based on how the music is played), then there would be a larger "lag

Monitoring updating directory for image for GUI

2013-02-06 Thread ciscorucinski
Hello, I have been using Python for a few months now, so I am still learning a few things here and there. Basically I am creating a program that will stream musical notes into a program called Lilypond one-by-one and it will create the sheet music for that stream of music via OS command. Your