-
Notifications
You must be signed in to change notification settings - Fork 131
Zomus instal from pip missing fold 8000 er #1
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
Labels
Comments
Can you give me a little more details as to what you were doing? I did a clean pip install on a new virtualenv (we use virtualenvwrapper) and everything seems to be working correctly. # Make new virtual environment
$ mkvirtualenv zoomus-test
# Install zoomus in the environment
$ pip install zoomus
# Show what is installed in the current environment
$ pip freeze
requests==2.9.1
wheel==0.24.0
zoomus==0.1.1
# Start python and test it
$ python
Python 2.7.10 (default, Oct 23 2015, 18:05:06)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from zoomus import ZoomClient
>>> client = ZoomClient('API_KEY', 'API_SECRET')
>>> rv = client.user.list()
>>> print rv.text
{"error":{"code":200,"message":"Invalid api key or secret"}} (Note, the last error is expected since I didn't provided it with a real |
I haven't heard anything back, so I'm closing this issue. |
jrfernandes
pushed a commit
to bevy/zoomus
that referenced
this issue
May 13, 2020
Create test_add_registrant.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just installed the client using pip and it doesn't runs, because the component folder is missing in the install.
The text was updated successfully, but these errors were encountered: