On 23/06/2009 10:09 AM, Roberto Aguilar wrote:
To fix the msi installation part, I generate an msi-specific
pywin32-postinstall script (pywin32_msi_postinstall.py) which simply
replaces the contents of if __name__ == '__main__' with install(). That
file is then added to the MSI package.
I've g
On Jun 16, 2009, at 1:41 AM, Mark Hammond wrote:
On 16/06/2009 12:40 PM, Roberto Aguilar wrote:
Hello everyone,
I've been able to successfully build a MSI of pywin32 under Python
2.6.2. But, when trying to use python, e.g. "import win32api", after
installing the MSI I get:
ImportError: DLL loa
On 16/06/2009 12:40 PM, Roberto Aguilar wrote:
Hello everyone,
I've been able to successfully build a MSI of pywin32 under Python
2.6.2. But, when trying to use python, e.g. "import win32api", after
installing the MSI I get:
ImportError: DLL load failed: The specified module could not be found.