In 2008, over one thousand people experienced the world’s first virtual web conference. Together, we created a new type of conference that is environmentally-friendly, affordable, and interactive.

In 2009, we are going to take it one step further.


How to make standalone OS X application bundles from PyQt apps using py2app

You can build cross-platform GUI applications in Python using a library called PyQt, a set of Python bindings for Nokia's Qt application framework. Using PyQt, you can create Python applications that look and feel like native applications regardless of whether they happen to be running on Linux, OS X, or Windows. The application files themselves, [...]
December 1st, 2008 by Aral - No Comments

Bye bye, Pownce

I have to admit that I didn't use Pownce — heck, I only use Twitter because it's so light and takes almost no commitment whatsoever — but, as I recently tweeted, it was weirdly comforting to know that it was[...]

Macports Python Google App Engine Gotcha

If you have Google App Engine installed via the official Mac launcher, and you also have Python installed under Macports, you might forget and try to run your app server via the Macports Python. This results in the follo[...]

Links for 2008-12-01

Creating a new EC2 AMI from within VMware or from VMDK files – TheWebFellas - Ruby on Rails Development Specialists UK Creating the AMI from VMware was easier than I thought - but just in case anyone else is looking[...]

Python Launcher doesn’t work with OS X Leopard

It appears that Python Launcher doesn't work under OS X Leopard. Python Launcher is used to launch Python apps by double-clicking on them in the Finder, and is thus useful when testing GUI Python apps. I wasted a bit o[...]