I'm trying to install the Ming SWF creation library from source on WebFaction. After untarring it, I ran ./configure --prefix=$HOME -enable--python
and then ran make install
. It seemed to install fine, but when I do a import ming
from within Python it gives me an import error. These steps worked for me on my local machine. I was hoping someone could help me out.
Thanks!