andrewherd.me

Technical Artist

Category: OS

Triple Booting a Macbook + Storage Space

After my Macbook pro failed last year and it’s internals were replaced, I didn’t bother with putting windows back onto the laptop. Recently though, I’ve realized I did need some form of windows on the laptop. I gave virtual box a try but running windows inside of virtual box was rather slow and not exactly […]

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