-
radlsneak
Hello
Just wondering how to use pythonistas button & text field to send command parameters to another python script and execute it. I'm currently importing console and using alert for it but I would like to have a main gui that I can add a help button to as well.
I've done this before with TkInter but I'm not sure if it applies the same way to pythonista. -
radlsneak
Is there anyway to launch another .py file while inside of shellista.py? or how would I go about adding that to the current code. I would like to just be able to call a script from with by just a name, like running ls but instead call my script.
-
radlsneak
Hello
I'm building an exported to xcode iphone app that is basically a command line app. In pythonista itself I can pass arguments to the app but when it's built in xcode it doesn't have that ability. Any suggestions on how to incorporate this in to my little project?
-
-
radlsneak
Having a little trouble building my project. I'm getting the following message error: no such file or directory: 'libpythonista3.a'
I can't seem to find the file in the package either.