View Single Post
Old 10-28-2012, 09:25 AM   #29
Banned
Human being with feelings
 
Banned's Avatar
 
Join Date: Mar 2008
Location: Unwired (probably in the proximity of Amsterdam)
Posts: 4,868
Default

That one explains setting the path *to* Python, so the system (and REAPER) knows where to find Python. I already have that working, it seems. My problem is rather that Python can't find the modules in REAPER's "Scripts" folder, so I need to set the paths that Python itself uses. Another page linked from that one seemed more relevant though: http://www.ehow.com/how_10071616_mak...s-syspath.html. While it was helpful (I now at least know what my sys.path looks like, it is not a file), unfortunately it still did not solve the problem. I made a file named "path_to_sws_python.pth", containing the line
Code:
~/Library/Application\ Support/REAPER/Scripts
and placed in in the folder
Code:
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/
but it doesn't show that path when I quit and restart python and make it show sys.path again.
__________________
˙lɐd 'ʎɐʍ ƃuoɹʍ ǝɥʇ ǝɔıʌǝp ʇɐɥʇ ƃuıploɥ ǝɹ,noʎ
Banned is offline   Reply With Quote