Pragyan Srivastava
Results
1
comments of
Pragyan Srivastava
> When looking at the PyPI-counterpart of https://github.com/pywin32/pypiwin32/blob/master/pywin32.pth, the following two lines are missing: > > ``` > > import os;os.environ["PATH"]+=(';'+os.path.join(sitedir,"pywin32_system32")) > ``` > > This looks quite hacky to...