I need to install suds (and other Python modules) on a windows machine without Internet connection (use ftp to move the software to the machine). In another thread, I was advised to get the source (.gz or .zip), unzip it on the machine, then install it using the modules setup.py, e.g. python setup.py install
. However, this method also requires Internet connection - at least in the case of suds. I get the error:
Download error: [Errno 11001] getaddrinfo failed — Some packages may not be found!
No local packages or download links found for distribute
I've searched high and low for a msi or exe install program for suds, but not found any.