Stefan Schukat
Stefan Schukat
Hi, we had the same problem in our company environment. During the installation of our product the gen_py folder was created by the installing admin and then a non admin...
> > It might instead be better to deprecate having it anywhere other than %TEMP%. I'll agree to that, This would fix any access right problems since files would not...
+1 for `site.getusersitepackages`
If looking at the strings probably you have a generated or gen_py wrapper in your cache in Python 2.7 while this is not available in Python 3.6. Look into [PythonRoot]\Lib\site-packages\win32com\gen_py...
Also removes the problem if debugging code in windbg. Since in the dll cache you have clr.dll (from .net) and clr.pyd (from pythonnet), this leads to naming conflicts which makes...