Closed Joozty closed 6 years ago
in my case, I checked where the interpreter loaded wordnik by
import wordnik print(wordnik.file)
and I find that the interpreter loaded wordnik from wordnik.py that was made by myself. so, I delete it and can run my code correctly.
I recently download wornik package using pip without any errors.
I ran this code:
It gives me error: client = swagger.ApiClient(apiKey, apiUrl) NameError: name 'swagger' is not defined
Where can be a problem?
Thanks for help