Is it possible to use pyWin32 without installing it? I would like to include it into python's interpreter folder. I have managed to use Python interpreter without installing it (simply installing it and copy&pasting installed directory into my product). I need also the same with pyWin32.
My objective is: Client receives a folder with a script (batch) which will run python program in a console. The client does not have to install python, pywin32, nothing. What he needs is to copy and paste my product and run the console-based program.
Is it possible?