schmir / bbfreeze

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

bbfreeze incorrect .egg handling in python 2.6.4 #3

Closed kainz closed 13 years ago

kainz commented 14 years ago

Running bbfreeze on Python 2.6.4 creates non-working distributions when using eggs.

Workaround: manually include these modules in your includes arugment to Freezer: distutils.dep_util distutils.errors distutils.log distutils.spawn distutils.sysconfig distutils.text_file distutils.util

Haven't been able to look, but i suspect this is related to the distutils StringType->str changes between 2.6.2 and python 2.6.4.

schmir commented 14 years ago

can you provide a minimal example that fails?