#!/bin/sh

pylib=`python -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'`
exec python $pylib/wxglade/wxglade.py "$@"
