
-
-
upwart
I have noticed that stash install a package in site-packages-3, but I would like it to be installed in site-packages.
How can I force stash pip install to install in site-packages.
BTW. I am running stash v0.7.2 -
upwart
Is there a possibility to set the background colour of the console?
For the foreground (text), there's console.set_color, but I can't seem to find a function to set the background. -
upwart
With the new Pythonista 3.3 (thanks Ole!), I ran into a problem with the Synchronator script, that I use regularly.
The scripts hard codes the colour to be written text with as (0,0,0). As a solution I have just disabled the colour setting at all, so I can at least see what's going.
But it would be nice if I could check the dark/light mode setting from Python.
Or, maybe better yet, get the current theme colours.Would it be possible to force the console output to another theme?
-
upwart
I just noticed that under Pythonista, it is not required to say
import os,
import sys or
import shutil.
That seems fine ... until you run the same script on another platform.So, be careful to import these modules explicitily in order to avoid problems when porting to another platform.
-
-
upwart
One of the mainstream UI packages (tkinter, PyQt, wxPython) please. Please!
-
-
upwart
As much as I like Pythonista, we have to face the fact that there's no more development. Fortunately there's a very active, open source, Python environment for iOS/iPadOS called PyTo. And they have just released Python 3.8.
Unfortunately I can't find a forum, like this one for that app. Is anyone aware of a user group or similar for PyTo?