天天看點

NameError: name 'serverSocket' is not defined

在python2.7學習python + selenium + unittest+ HTMLTestRunner 生成html測試報告的路上

此問題是我在引入HTMLTestRunner.py (python2版本)時,進行unittest架構執行腳本時,此時控制台報錯;

NameError: name 'serverSocket' is not defined

在下試過配置檔案的python path 路徑到windows- path變量,無果。

徹底解決辦法: 

重新安裝python即可解決該問題

進入控制中心--程式--程式解除安裝--删除python--重新安裝python