schmir / bbfreeze

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

Freezing in buildout does not pick the proper dependent dll path on Windows #17

Closed rodcloutier closed 11 years ago

rodcloutier commented 11 years ago

When using bbfreeze in a buildout context, bbfreeze always favors the system32 dlls (python27.dll). If no python is installed, no dlls are found.

Proper fix would be to add the current python executable path as the first entry in the path list.