-
tomkirn
Hi,
You can also run the widget in Pythonista and select „Use in Today“
-
tomkirn
Hi,
just a thought: Have you tried „reset environment“ by holding clear button in console?
Regards
Tom -
tomkirn
Is this a new problem of 330018? As far as I know it is a IOS13 „problem“ caused by a new entitlement needed for accessing.
Regards
Tom -
tomkirn
Hi,
can confirm this behavior, but unfortunately without solution. Seems to be a mathematical problem while calculating the views position.
@OMZ: can you please fix this?
Regards
Tom -
-
tomkirn
Hi,
in Settings App select Pythonista and choose „Launch in Save mode“
Regards
Tom -
tomkirn
Well, you could dock the console to the editor to get something similar.
Did not realize this.....sometimes the solution is nearer than the problem. This is exactly what I was thinking about.
-
tomkirn
Hi Ole,
I really like the new object inspector. It's a great new feature inside the console. Just a few suggestions from me:
- is it possible to make the panel resizable? Some of the object descriptions are cut off.
- possible to make the objects copy-able? Would be great for searching the correct methode, attribute,... and than just copying into the code.
- and a last one: Why only for console? I would like this feature also within the code editor.
Regards
TomP.S.: Thanks for continuing the journey!
-
tomkirn
I have a problem with appex module. In actual Pythonista 3 Beta appex.get_url() does not get back with the actual URL from Safari. Anyone else got this?
Edit: This happens only while Python 3.5 is selected as default interpreter. Python 2.7 is working fine. -
tomkirn
@OMZ: Is it possible to make the different Standard Libraries (PythonistaKit.framework / PythonistaKit3.framework) visible? I found that some modules have different versions (e.g. dropbox) but only the framework3 versions are shown via "show standard library" which can be confusing (especially for a beginner like me).