schmir / bbfreeze

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

Altgraph: No module named compat #24

Closed wolph closed 10 years ago

wolph commented 10 years ago

Is there any specific version that should work with bbfreeze? Cause the latest version (0.11) gives me error that compat has been removed. Since this has been removed in 0.7.1 it's probably something else that's causing this but I'm not sure what (https://pypi.python.org/pypi/altgraph/0.7.1)

Traceback (most recent call last):
  File "/Users/rick/envs/wifisd/bin/bbfreeze", line 7, in <module>
    from bbfreeze import main
  File "/Users/rick/envs/wifisd/lib/python2.7/site-packages/bbfreeze/__init__.py", line 8, in <module>
    from bbfreeze.freezer import Freezer
  File "/Users/rick/envs/wifisd/lib/python2.7/site-packages/bbfreeze/freezer.py", line 13, in <module>
    from modulegraph import modulegraph
  File "/Users/rick/envs/wifisd/lib/python2.7/site-packages/bbfreeze/modulegraph/modulegraph.py", line 24, in <module>
    from altgraph.compat import *
ImportError: No module named compat

Versions:

On OS X

schmir commented 10 years ago

yes, altgraph 0.9, which I also try to pin down in setup.py: https://github.com/schmir/bbfreeze/blob/master/setup.py#L19

please stop using OS X. bbfreeze does not work on OS X.

wolph commented 10 years ago

In that case, it might be useful to mention that os x is not supported on the readme.

On Friday, May 23, 2014, Ralf Schmitt notifications@github.com wrote:

Closed #24 https://github.com/schmir/bbfreeze/issues/24.

— Reply to this email directly or view it on GitHubhttps://github.com/schmir/bbfreeze/issues/24#event-124334717 .