roadlabs / cefpython

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

easy_install doesn't work with the innosetup file #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here's a short description of creating traditional .exe install files: 
http://docs.python.org/2/distutils/builtdist.html

I mostly want it, because I use virtualenv and want to install this only to a 
specific environment.

Simply installing the existing .exe works as well though, but there might be 
some conflicts if multiple environments want to use them.

Plus I like to have a scriptable install procedure. Despite innosetup accepting 
dir argument and having silent install flag, it would be nice  to just install 
it with easy_install.

Not very important.

Original issue reported on code.google.com by madisli...@gmail.com on 13 Jan 2014 at 3:09

GoogleCodeExporter commented 9 years ago
Added support for creating Distutils setup, see revisions 00f8606dbebc and 
75a19a8a9a1a. See the "make-setup.py" instructions on the BuildOnWindows wiki 
page.

Version 29.3 released. New binary distributions available:
 * Distutils setup
 * Distutils Self-extracting zip
 * Distutils MSI installer

Original comment by czarek.t...@gmail.com on 13 Jan 2014 at 11:45

GoogleCodeExporter commented 9 years ago
Tested the new .exe and it worked.

Thank you for the super quick fix!

Original comment by madisli...@gmail.com on 13 Jan 2014 at 4:10