rohe / oictest

OAuth2 and OpenID Connect test tools
Other
39 stars 21 forks source link

Missing dependencies #10

Closed zboralski closed 10 years ago

zboralski commented 11 years ago

I can't find the oic package and I can't find any documentation related to it.

./path_run.sh script/oic_flow_tests.py

Traceback (most recent call last): File "script/oic_flow_tests.py", line 2, in from oic.utils.keyio import KeyJar ImportError: No module named oic.utils.keyio

python setup.py install

generates the following errors:

Couldn't find index page for 'oic' (maybe misspelled?) No local packages or download links found for oic error: Could not find suitable distribution for Requirement.parse('oic')

rohe commented 11 years ago

18 sep 2013 kl. 18:45 skrev kugutsumen notifications@github.com:

I can't find the oic package and I can't find any documentation related to it.

You can find it on github:

https://github.com/rohe/pyoidc

-- Roland "Education is the path from cocky ignorance to miserable uncertainty.” - Mark Twain

zboralski commented 10 years ago

Thanks I did find it but forgot about this issue.