Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing warning about cymunk not being available #216

Open
KeyWeeUsr opened this issue Apr 20, 2017 · 0 comments
Open

Missing warning about cymunk not being available #216

KeyWeeUsr opened this issue Apr 20, 2017 · 0 comments

Comments

@KeyWeeUsr
Copy link
Contributor

cymunk module setup.py

Traceback (most recent call last):
  File "setup.py", line 101, in <module>
    cymunk_dirname = loader.path if hasattr(loader, 'path') else loader.filename
AttributeError: 'NoneType' object has no attribute 'filename'

I think pkgutil returns None when it can't find the required package, therefore it might be a good idea to ping the user about installing it, or add it to requirements (but there's no cymunk on pypi, so that probably nah).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant