0

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!

Blair
  • 15,356
  • 7
  • 46
  • 56
iman453
  • 9,105
  • 16
  • 54
  • 70

1 Answers1

0

Is the folder containing the library on Python's search path?

Blair
  • 15,356
  • 7
  • 46
  • 56
  • Thanks for your reply :) I also posted this on the webfaction forum, and got it to work. In case anyone else runs into this problem: http://community.webfaction.com/questions/3353/install-ming-from-source – iman453 Apr 28 '11 at 07:20