andrewherd.me

Technical Artist

Tag: PyQt4

Mosaic Render Program

          I’ve completed everything I set out to do for my mosaic render program. Now that it’s officially done, I can begin working on some of the other features I’ve thought of while building it. This was written in python with PyQt4, sqlite3, pil. I’m happy with the initial work on […]

VLC Capture Tool

While working on my Mosaic Image Generator, I realized I was going to need to generate a few thousand images. No better place to get images then from a video source. Now there are a few programs out there that will do this, but they wanted my money. VLC is free and comes with command […]

PyQt4 Class Inheritance

There are a few ways for PyQt4 to be inherited by the class that is being constructed and until recently I hadn’t noticed any different between one method over the other.

Running PyQt4 Scripts on Snow Leopard

Calling python scripts from the terminal window run fine. But when running python scripts with PyQt4 embedded, they require a little more then just ‘python script.py’. This may be from the previous entry on how the PyQt4 was installed, but regardless this information has been gleaned from the internet: arch -i386 python2.6 %pathToScript% Without the […]

Installing PyQt4 for Mac OS

It took a while to find some nice directions for installing PyQt4 on Mac OS Snow Leopard. These directions where easy to follow and made no assumptions about what you may already know to install via command line. Very helpful. http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard