Re: [python-win32] Python Windows Socket problem after Py2exe and install

2010-03-14 Thread Greg Ewing
pyt...@bdurham.com wrote: ...'Choosing a collection of common modules/packages for a general purpose reusable PY2EXE runtime'. This post got zero feedback so our idea is either too stupid or too obvious to warrant further conversation :) I think the problem is that in the rare cases when you n

Re: [python-win32] Python Windows Socket problem after Py2exe and install

2010-03-14 Thread Andrew Spagnoletti
Hi Malcolm, Problem solved! For some reason _socket.pyd was not added to the install; I manually included it with Advanced Installer and now it works. I can only presume that with my other application (the one that included CherryPy and simplejson) I have some 'include' that causes _socket.