Gmansolf / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

scripts for Windows #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
"easy_install googlecl" does not create any scripts on Windows. Perhaps use the 
entry points feature in setuptools? It will automatically create .exe wrappers.

Original issue reported on code.google.com by Sridhar....@gmail.com on 21 Jun 2010 at 4:30

GoogleCodeExporter commented 8 years ago
For a short tutorial on entry points, and what is does, see: 
http://guide.python-distribute.org/creation.html#entry-points

Without this `googlecl` is not very usable on Windows, unless it adopts 
Mercurial's approach and install a googlecl.bat file.

Original comment by Sridhar....@gmail.com on 21 Jun 2010 at 8:20

GoogleCodeExporter commented 8 years ago
We've gone with offering a straight-up executable for Windows. If you'd like to 
see this happen, feel free to submit a patch! It sounds like it would be 
especially handy for Windows users that want to patch their version.

Original comment by tom.h.mi...@gmail.com on 1 Jul 2010 at 3:38