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.

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to