[PyQt] about pyqtdelpoy and other packages

Phil Thompson phil at riverbankcomputing.com
Sun Sep 11 01:29:09 BST 2016


On 10 Sep 2016, at 8:34 pm, wengo <dada20042030 at gmail.com> wrote:
> 
> Hi All, 
> 
> I need to use pymysql and requests package, i already on other packages tab
> setting, but I get ImportError: No module named _socket error, please give
> me a pdy example. thanks.
> 
> Development environment:
> pyqtdelpoy 1.3
> win 7
> python 2.7
> pyqt 4

Make sure you have checked all of the standard library modules needed by pymysql and requests.

Phil


More information about the PyQt mailing list