[New-bugs-announce] [issue9171] sysconfig module does not support -m option

Giampaolo Rodola' report at bugs.python.org
Mon Jul 5 19:45:10 CEST 2010


New submission from Giampaolo Rodola' <g.rodola at gmail.com>:

http://docs.python.org/dev/library/sysconfig.html#using-sysconfig-as-a-script

The doc states that sysconfig module con be used with python's -m option but this doesn't work:

giampaolo at ubuntu:~/svn/python-2.7$ python -m sysconfig
giampaolo at ubuntu:~/svn/python-2.7$ 

By taking a look at the code it seems that the module doesn't contain any main() or similar function.

----------
messages: 109343
nosy: giampaolo.rodola, tarek, tarek-ziade
priority: normal
severity: normal
status: open
title: sysconfig module does not support -m option
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9171>
_______________________________________


More information about the New-bugs-announce mailing list