rohe / oictest

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

ImportError: No module named configuration_server.configurations #89

Open yicancao opened 9 years ago

yicancao commented 9 years ago

Roland, I followed instruction on https://dirg.org.umu.se/static/oictest/setup/oprp.html ran python2.7 config_server.py config got: Traceback (most recent call last): File "config_server.py", line 18, in from configuration_server.configurations import convert_config_file, get_issuer_from_gui_config, \ ... ... I could not find configuration_server anywhere. Is this instruction completed and accurate? I found some difficulties to get OpenID Connect test running. Before that, another package named dirg_util.http_util was missing, and I got that it from github and built install. It loaded dirg_util.http_util package, and that error went away. If you can provide me a complete how to run OpenID Connect test instruction or a package I can install and run the test, I would be very much appreciated. Thanks, Yican Cao