Skip to content Skip to sidebar Skip to footer

Use C++ Compiled Library In Virtualenv

Notes This is a python-2.7/django-1.6 project I have a project that requires the use of the libRETS C++ library which supports python. I was able to successfully compile so that

Solution 1:

I solved this by simply copying librets.* files from my /usr/local/lib... directory directly into my virtualenv dist-packages directory for the project.


Post a Comment for "Use C++ Compiled Library In Virtualenv"