We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
sudo easy_install biplist pyyaml
The text was updated successfully, but these errors were encountered:
I solved the problems by issuing a user-local install of the modules easy_install --user biplist pyyaml
easy_install --user biplist pyyaml
yay !
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: