A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2002-June/025360.html below:

[Python-Dev] addressing distutils inability to track file dependencies

[Python-Dev] addressing distutils inability to track file dependencies [Python-Dev] addressing distutils inability to track file dependenciesFredrik Lundh fredrik@pythonware.com
Fri, 14 Jun 2002 13:25:38 +0200
> the following is a bit more reliable (windows version):
>=20
>     rd /s /q build
>     python setup.py build
>     rd /s /q install
>     python setup.py install --prefix install
>     copy install\*.pyd .

except that the PYD ends up under install\lib\site-packages
in some versions of distutils, of course...

brute-force workaround:

     copy install\*.pyd .
     copy install\lib\site-packages\*.pyd .

</F>





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4