Basically, I want to run a Python script from the applescript package
So, I linked the file (Controller.py) inside the package
I need to run a script
do shell script "PYTHONPATH = / Applications / gtk / inst / lib / python2.6 / site-packages python / path / to / Controller.py
I want to access Controller.py from the package
So how do you access linked files through bash?
source share