Hi Samuel,

On 18 June 2015 at 02:25, Bancal Samuel <samuel.ban...@epfl.ch> wrote:

> Good news, we could fix the installation bug by replacing in setup.py :
>
>                  libraries.append("python%s.%s" % sys.version_info[:2])
> with
>                  libraries.append("python%s" % vars["LDVERSION"])
>


Excellent, thanks for posting your fix. Do you think the changed version is
more generally correct? If so, would you like to open a pull request with
it?

https://bitbucket.org/anthony_tuininga/cx_freeze/pull-requests

Best wishes,
Thomas
------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to