Hi.
You probably want to make sure your file is somewhere in your system path.
write in pymol
import sys
print sys.path
Then locate a directory where you can store your file.
You can also make some kung-fu, and add to the PYTHONPATH:
You could have a start script something like this
#!/bin/bas
Hi,
I wrote a short script that I am going to use in pymol. I need to parse
a json file and then display the contents in some manner. It works just
fine in Ubuntu 12.04, but when I try it on OSX, it doesn't work. The
problem that I am having is that when I try `import simplejson` or
`import js