identifying operating system
Emile van Sebille
emile at fenx.com
Thu Jun 15 23:00:18 EDT 2000
More information about the Python-list mailing list
Thu Jun 15 23:00:18 EDT 2000
- Previous message (by thread): Extending Python with Obj-C on MacOSX(server)?
- Next message (by thread): identifying operating system
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Look for Marc Lemburg's platform.py, or use the standard sys.platform. Emile van Sebille emile at fenx.com ------------------- ----- Original Message ----- From: Juerg Tschirren <jtschirr at engineering.uiowa.edu> Newsgroups: comp.lang.python To: <python-list at python.org> Sent: Thursday, June 15, 2000 7:50 PM Subject: identifying operating system > > Is there a way how I can identify the operating system my Python script > is running on (e.g., Linux, Windows, Mac, ...)? > > Juerg > -- > http://www.python.org/mailman/listinfo/python-list >
- Previous message (by thread): Extending Python with Obj-C on MacOSX(server)?
- Next message (by thread): identifying operating system
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list