[Pythonmac-SIG] (no subject)

Robert White kranki at mac.com
Tue Nov 30 19:00:50 CET 2004


Thanks to David Reed.  I now have a Solaris 9 output.  I would still 
really
like a Darwin output if anyone can do it.

Bob

Begin forwarded message:

> From: Robert White <kranki at mac.com>
> Date: November 30, 2004 8:23:07 AM EST
> To: pythonmac-sig at python.org
> Subject:
>
> 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],']'
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1171 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20041130/7b171b71/attachment.bin


More information about the Pythonmac-SIG mailing list