Closed ZyX-I closed 10 years ago
setup.py is used only for building standalone executables for Windows.
@ValdikSS It is not what it is designed for.
This is not a package. There is no point in installing it with pip.
setup.py
is for packages. There is no point in using setup.py
for something that cannot be installed by pip
. It will not work worse if you name it build.py
, but I would not expect it to be installable by pip then.
Fixed in commit d61844d
When trying to install the package with
(
pip.conf
includes[install] user = true
) I get the “No module named 'cx_Freeze'” error that gets fixed by installingcx_Freeze
.Full log: