Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to run a python script to convert an FBX model from Maya to a ThreeJS JSON loadable module. I'm running OSX Mountain Lion. Whenever I try to run the script, I get the following error:

You need to copy the content in compatible subfolder under /lib/python<version> into your
python install folder such as "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages" folder.

Anyone ever run into that problem and/or knows how to fix it?

share|improve this question

1 Answer

up vote 0 down vote accepted

I figured it out. Apparently, the site-packages directory resides in /Library/Python/2.6

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.