[Distutils] Issue with Setuptools package name

P.J. Eby pje at telecommunity.com
Wed Aug 11 16:42:44 CEST 2010


At 07:48 PM 8/11/2010 +0530, pavi ena wrote:
>The above said scenario is working fine with Linux machine when i 
>tried the same usecase in windows machine, it is not working as expected.
>Entry point console script is not listing/showing under "Scripts" directory.

Where is it showing up?  Note that on Linux, the standard 
installation pattern is such that scripts are installed in prefix/bin 
-- i.e., alongside the python executable.  On Windows, however, the 
default installation location for scripts is in a subdirectory called 
"Scripts" alongside the python executable.

Since you did a verbose install, the actual location of the script 
should be shown in the output from the command.



More information about the Distutils-SIG mailing list