[Python-Dev] Exposing the Android platform existence to Python modules (original) (raw)
Steven D'Aprano steve at pearwood.info
Sat Aug 2 05:06:34 CEST 2014
- Previous message: [Python-Dev] Exposing the Android platform existence to Python modules
- Next message: [Python-Dev] Exposing the Android platform existence to Python modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Aug 02, 2014 at 05:53:45AM +0400, Akira Li wrote:
Python uses os.name, sys.platform, and various functions from
platform
module to provide version info: [...] If Android is posixy enough (wouldposix
module work on Android?) then os.name could be left 'posix'.
Does anyone know what kivy does when running under Android?
-- Steven
- Previous message: [Python-Dev] Exposing the Android platform existence to Python modules
- Next message: [Python-Dev] Exposing the Android platform existence to Python modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]