Closed hichem-abdellali closed 7 years ago
how did you install it?
I have the same problem , first I build gco-v3.0 in visual studio 2015 and get gcolib.dll (dynamic library) second I put the gco-v3.0 root address in setup.py and third execute python setup.py build but when I run example.py , it goes to same error as djidan10
@mohammadkamalzare you also need to python setup.py install
or you need to do pip install -e .
to add the folder to your pythonpath.
@amueller Thanks a lot , it works.
closing for no reply on original issue.
@amueller @mohammadkamalzare @djidan10 can anyone explain the steps in details.. i'am new to compiling and building in windows environment. Thanks in advance.
Thanks