happynear / py-leveldb-windows

A Visual Studio project to build leveldb python wrapper
94 stars 30 forks source link

How to "Modify the python path in the settings" #6

Open baoachun opened 7 years ago

baoachun commented 7 years ago

hi, I'm new. I don't find where to "Modify the python path in the settings", can you help me ? thanks!

primehat23 commented 7 years ago

I have the same issue I think. I can change the settings but how does one change a python path inside Microsoft visual studios. There is no python like thing here. I and the start mechanic is not clear.

happynear commented 7 years ago

Right click the project->Properties->C/C++->Additional Include Directories and Properties->Linker->Additional Library Directories. Change these two settings.

happynear commented 7 years ago

Hi all,

I have upgraded the whole project to VS2015 and added support for Python 3.6. I also provide pre-built binaries for both Python 2.7 and Python 3.6. I guess this way is more covenient.