Closed mhils closed 8 years ago
Sorry for the late response, I was in holidays... I'll going to check this soon, I had not take virtualenv into account since the windivert driver is installed system wide, so conflicts could arise if several different version of the binding would be installed in the system
Well seems to work by just creating the directory DLLs
if does not exist. Now I have to check the unittests but this is another story...
fixed by #11.
Hi @ffalcinelli,
I face the following issue when installing pydivert into a virtualenv:
Apparently there's an error with the DLL path. I'm not sure where the issue lies, but another interesting observation might be that pydivert creates a
DLLs
file (not folder) in the virtualenv.Any ideas how this could be fixed?