-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unable to run abodecl #2
Comments
1) make sure you're using python 3.3
2) after I did a pip, I still had to download the project locally to my machine. abodecl.py wasn't installed (afaik) with pip. pip just lets the code import the abodepy library.
…________________________________
From: Alok Saboo <notifications@github.com>
Sent: Friday, August 11, 2017 12:05 PM
To: MisterWil/abodepy
Cc: Subscribed
Subject: [MisterWil/abodepy] Unable to run abodecl (#2)
Thanks for your excellent work. I installed abodeby using
pip3 install abodepy on my Ubunto box, but python abodecl.py --username USERNAME --password PASSWORD --mode gives me the error: python: can't open file 'abodecl.py': [Errno 2] No such file or directory.
Manually searching the file find / abodecl.py also returns find: ‘abodecl.py’: No such file or directory.
Any thoughts?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AdeuA5fTbK_SzgdbgCpftngTEzz83LaZks5sXHvLgaJpZM4O02F6>.
|
|
Ok....it is working now....had a typo in the password....thanks!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your excellent work. I installed abodeby using
pip3 install abodepy
on my Ubunto box, butpython abodecl.py --username USERNAME --password PASSWORD --mode
gives me the error:python: can't open file 'abodecl.py': [Errno 2] No such file or directory
.Manually searching the file
find / abodecl.py
also returnsfind: ‘abodecl.py’: No such file or directory
.Any thoughts?
The text was updated successfully, but these errors were encountered: