[Distutils] bdist_wininst and dependencies with setuptools

Manlio Perillo manlio.perillo at gmail.com
Thu Sep 9 19:37:28 CEST 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

Today I was building a package that must be installed on a Windows
system (I'm on Linux).

I simply did:
python setup.py bdist_inst

and I was expecting that, when executed on the Windows machine, it would
not only install my package, but also all dependencies declared in the
setup file.

This was not the case.

I would like to avoid having to create an all in one installer using
pyinstalled; is this possible?

Note that dependencies are all pure Python modules available on pypi,
except PyQt (that is installed using the installer provided by riverbank).



Thanks   Manlio
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyJG1gACgkQscQJ24LbaUTcCgCfRFOCF101mhRfaWCuU+5g41Wj
X2EAn2tOiYudntVi06aa9L9IdpNxp5y2
=YiSl
-----END PGP SIGNATURE-----


More information about the Distutils-SIG mailing list