Open tayaza opened 6 years ago
I had troubles import the client API in a Python3 env. Solved it by editing the import statement in init.py from from wikipathways_api_client import WikipathwaysApiClient to simply import wikipathways_api_client
from wikipathways_api_client import WikipathwaysApiClient
import wikipathways_api_client
Perhaps you should effect this.
Thanks for reporting this!
@nsalomonis, would this change be OK for altanalyze?
I had troubles import the client API in a Python3 env. Solved it by editing the import statement in init.py from
from wikipathways_api_client import WikipathwaysApiClient
to simplyimport wikipathways_api_client
Perhaps you should effect this.