python-libuuid
python-libuuid copied to clipboard
Working on windows OS
Does this package work with windows os? I'm having trouble installing it on my machine. I get the error: error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27
I downloaded that dependency and installed it through easy-install, but I still get an error when trying to import that library in the code.
So the question is:
- does this library support windows OS
- if so - does anyone know how to solve the Visual C++ dependency?
Thanks ahead.
Besides a working compiler, you also need a Windows build of libuuid, since the whole point of this module is to make available Python bindings for that C library.