Re: [PyMOL] Importing simplejson in pymol on OSX

2012-07-25 Thread Troels Emtekær Linnet
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

[PyMOL] Importing simplejson in pymol on OSX

2012-07-24 Thread Matthew Baumgartner
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