jpf / okta-oidc-beta

Instructions and sample code for Okta's OpenID Connect Beta
Other
22 stars 11 forks source link

Can't to import urlparse #5

Open ricardopsl opened 7 years ago

ricardopsl commented 7 years ago

Guys,

I'm trying to build the project with python 3.6, but I can't to execute the command 'python app.py' because I receive the error message: "Traceback (most recent call last): File ".\app.py", line 5, in import urlparse ModuleNotFoundError: No module named 'urlparse'"

I can't to found the solution. Can Someone help me?

jpf commented 7 years ago

This code has only been tested on Python 2.7 and sadly I'm pretty overwhelmed with preparation for our user conference so I won't be able to take a look at this until the end of the month. What is your use case? Perhaps I can help some other way?