im running mac os X with native python 2.6.1 install . Later today installed GDAL complete pkg, and added the program to the shell path on the terminal with the folowing cmd :
~: echo "export PATH=/Library/Frameworks/PROJ.framework/Programs:$PATH" >>.bash_profile
Resulting on my bash_file this following line : ~: echo "export PATH=/Library/Frameworks/PROJ.framework/Programs:$PATH" >>.bash_profile
Now every time i try on terminal to import the pyproj i receive the error described on title.
ps. go easy im new to Mac's/UNIXs and to osgeo in general.
Many thanks Jorge