schmir / bbfreeze

UNMAINTAINED
http://pypi.python.org/pypi/bbfreeze/
92 stars 22 forks source link

Added current python executable path to find dependencies on Windows #18

Closed rodcloutier closed 11 years ago

rodcloutier commented 11 years ago

On Windows, bbfreeze always pick System path to find python27.

This will fail if no python is installed and prevents using the proper python library in a case where we are running in an interpreter that is not the same version as the installed interpreter (ie buildout with 2.7.5 and python 2.7.3 currently installed).

Fixes https://github.com/schmir/bbfreeze/issues/17

schmir commented 11 years ago

Thanks!