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

Strange error at statrup related to biplist #2

Open
sandrobilbeisi opened this issue Jul 14, 2019 · 1 comment
Open

Strange error at statrup related to biplist #2

sandrobilbeisi opened this issue Jul 14, 2019 · 1 comment

Comments

@sandrobilbeisi
Copy link

Strange error at statrup related to biplist

Traceback (most recent call last): File "convert.py", line 2, in <module> from biplist import readPlist ImportError: No module named biplist

but the installation of biplist proceded without a hitch
sudo easy_install biplist pyyaml

@sandrobilbeisi
Copy link
Author

I solved the problems by issuing a user-local install of the modules
easy_install --user biplist pyyaml

yay !

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