I currently have two scripts in Pythonista that work great: one adds iOS clipboard to .txt file in Dropbox, the other adds contents of .txt file in Dropbox to iOS clipboard. I am using this to "sync" clipboards between iOS and OS X. I am also attempting to use LaunchCenterPro to run the two scripts.
However, whenever I select the scripts in LaunchCenterPro, I get the following error message:
http://d.pr/i/sygG [Not Found: You have no script with the name 'CBtoDB.py' in your library.]
(I also get this note when I am creating an iOS desktop shortcut to actions using 'http://omz-software.com/pythonista/shortcut'.)
Does anybody know what is going on? As you can see in my screenshot, I clearly do have a file named 'CBtoDB'...so what gives? Why is '.py' being appended to my action names? Thanks!