Really, I'm a little tired of this, so I hope you can help me figure it out once and for all.
I am really confused about what is happening with Python on my MacBook. I am running OS X 10.6.2 and installed python from a website (a package that includes IDLE). This works absolutely fine, and in fact IDLE will run everything I want, I just donβt want to use IDLE.
So, I tried Netbeans and it infuriates - it seems he is looking for libraries in a completely wrong place (even when I try to get it to look in different places on Python on my machine). Eclipse did something very similar.
This leads to more problems; How to install modules in python exactly? -Using MacPorts, it seems to disappear in some depths of opt / local / var / macports, where it is detected by nothing but IDLE. -The "python setup.py install" luck from the USUALLY command line ends with various errors regarding something like:
warning: in /opt/local/lib/libfreetype.dylib, file is not of required architecture
and then sometimes unloads something in Libraries \ Python \ 2.6 \ site-packages, which doesn't work. - Installing a version of any module in .dmg format literally seems to be doing nothing, cannot find any trace of what she did to him, even from IDLE.
There seems to be different versions of Python running on my machine, with different IDEs that are looking for different places for Python and its modules. As it seems, each way to install modules for python puts them in different places. Is it really that hard?
Is there a way to get Netbeans to run a specific version of python? Or is there a way to force everyone to use only one of the versions? Also, which paths belong to Python versions?
Yours, seriously embarrassed!
Duncan