YongpingZhang / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

"python setup.py --help" doesn't show help, but instead builds module #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the source version of pyodbc (2.1.11), at a system shell prompt (either 
Windows cmd.exe or a Unix-like bash):
> python setup.py --help
running build
running build_ext
...

Why is setup.py attempting to build the module? I only requested help!

Original issue reported on code.google.com by mwto...@gmail.com on 3 Nov 2011 at 2:52

GoogleCodeExporter commented 9 years ago
This has been fixed in version 3.0.x.

It was actually trying to build the 'pyodbcconfig' helper module, but this was 
a failed experiment I've now removed.  Sorry for the confusion.

Original comment by mkleehammer on 18 Dec 2011 at 6:52