[Pythonmac-SIG] (no subject) (original) (raw)
Robert White kranki at mac.com
Tue Nov 30 14:23:07 CET 2004
- Previous message: [Pythonmac-SIG] ANN: Python 2.3->2.4 "compatibility" package
- Next message: [Pythonmac-SIG] (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If someone could run the following program on a Darwin machine, not
MacOSX,
and email me the results, I would appreciate it. Since I run several
computers
at my home, I now have the output for MacOSX, Cygwin, Win32 and Linux.
If
anyone can email me the output for other OSes such as Solaris, Sun,
etc, I
would appreciate that too.
Thanks for your help.
Bob
#!/usr/bin/env python
#Program: testSysconfig.py - Print the sysconfig variables
import os import sys import distutils.sysconfig
if name == 'main': aDict = distutils.sysconfig.get_config_vars( ) for a in aDict: print a,'[',aDict[a],']'
- Previous message: [Pythonmac-SIG] ANN: Python 2.3->2.4 "compatibility" package
- Next message: [Pythonmac-SIG] (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]