by wbond on Wed Apr 11, 2012 3:57 pm
You can bundle python modules with a package (I do so with the SFTP package). It is likely that there is a _select.so or some sort of platform-specific compiled object necessary for Windows. You'd need to compile, or get your hands on both the 32bit and 64bit versions. That said, in the past when Jon has excluded specific modules, it is because of incompatibilities. It may be worth emailing him and asking why it is not included. You may be in for quite a bit more work if you need to try and come up with a solution to work around compatibility issues.