kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

UserWarning: Unknown distribution option: 'console' #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Running setup.py manually produces the following warning:

>set PYTHONPATH=C:\p4_ws\0toolbox\main.br\PyPI\setuptools\1.1.6\lib.3.3
>py -3 .\setup.py clean
C:\Program Files\Python\0331\lib\distutils\dist.py:257: UserWarning: Unknown 
distribution option: 'console'
  warnings.warn(msg)
running clean

How is setuptools supposed to handle the "console" option? (See setup.py, 
setup().) I'm not that familiar with setuptools - maybe there should be an 
entry point for "console"?

pysimplesoap 1.10
setuptools 1.1.6
Python 3.3.1 on Win64

Original issue reported on code.google.com by sferen...@gmail.com on 31 Oct 2013 at 9:53

GoogleCodeExporter commented 8 years ago
console may be an option of py2exe.
I think it could be removed.
Please, if you can, propose a patch / pull request if it can be safely removed.

Original comment by reingart@gmail.com on 20 Dec 2013 at 7:57