-
oefe186
It should be in Reverse domain name notation. Do you own a domain? Then it's easy: just revert the order of the parts of the domain, than tack on a component that is specific for your app. E.g. If you would own
example.com
, you could usecom.example.myapp
for your app named "My App".If you don't have a domain, you wouldn't be able to submit the app to the App Store. But for your own personal use, the identifier should not matter much, as long as it is unique. I would probably use
com.example.<my name>.<my app>
-
oefe186
@TheWizza, these manual steps are unnecessary.
Using stash,
pip install module_name
is all you need. Pip does the searching, downloading and unzipping for you.
Pip can also search for modules (if you don't know the exact name), update modules, install a specific version, and more. as with any stash command, you can use
pip -h
or
man pip
to learn about pip's capabilities.
-
oefe186
@brumm works for me. Probably you edited
bin/find.py
by accident. The original is 147 lines long, but the error message refers to line 148.., -
oefe186
To download a single file, use
wget
. Use the-o
option to specify the destination file name, otherwise it will download to the clipboard:wget http://www.example.com/path/to/file -o file.py
-
oefe186
Cool!
At First, I was wondering which of the
.py
files to use for the action menu (it'schooseicon.py
). Maybe you should add this to the readme. -
oefe186
@Des: I had exactly the same problem, see above. Just force-quit and restart Pythonista
-
oefe186
Item 1 might be a Pythonista issue. Seems that it gets confused if you update code outside of the editor
Item 2 works now like a charm. Thanks!
-
oefe186
Hi Jon,
Very cool! Finally I can review my changes before committing them!
I noticed a couple of bugs:
- the first time I tried to run it (after running install_gitview), it failed with an ImportError for the drop down module. Had to restart Pythonista to get it working
- when trying to push something (to my github repo) it prompts for credentials and Pythonista freezes.
-
oefe186
iPad 4th generation, Pythonista 1.5: 23446.4 pystones/second
-
oefe186
Another app might not be able to read Pythonista's keychain, but any script within Pythonista can.
So if you download and run untrusted scripts, and have valuable passwords in Pythonista, it might be a good idea to use a master password.