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

fix import to pyicloud_ipd #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BuSHari
Copy link

@BuSHari BuSHari commented Oct 15, 2018

When trying to use that new pyicloud it throw an error

/ $ icloud
Traceback (most recent call last):
  File "/usr/bin/icloud", line 7, in <module>
    from pyicloud_ipd.cmdline import main
  File "/usr/lib/python2.7/site-packages/pyicloud_ipd/cmdline.py", line 14, in <module>
    import pyicloud
ImportError: No module named pyicloud

to fix this i needed to change in the file '/usr/lib/python2.7/site-packages/pyicloud_ipd/cmdline.py'

from

import pyicloud

to

import pyicloud_ipd

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

Successfully merging this pull request may close these issues.

1 participant