Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

My python environment was installed by downloading the official python installer for Mac. Django was installed in:

/Library/Frameworks/Python.framework/Version/2.7/lib/Python2.7/site-packages/

I used the automatic configuration in Titanium Studio → Preferences → PyDev → Interpreter-python to setup the interpreter. It did a good job, but...

/Library/Frameworks/Python.framework/Version/2.7/lib/Python2.7/site-packages/

...was not included, so a Django project cannot be created.

I want to add the site-packages manually. Although the site-package can be found in Finder, it does not show in the Titanium browser. I don't know why?!

How can I add the site-packages and django into Titanium?

share|improve this question
Welcome to Ask Different! Question about programming and development are off topic for Ask Different with the exception of AppleScript and Automator. Please take a look at the FAQs for more info. Thank you :) – gentmatt Oct 29 '12 at 11:23

closed as off topic by Mark, patrix, Michiel, Stu Wilson, gentmatt Oct 29 '12 at 11:20

Questions on Ask Different are expected to relate to Apple hardware or software within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.