程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> node-Python出現了一個異常卡在那裡不動了

node-Python出現了一個異常卡在那裡不動了

編輯:編程綜合問答
Python出現了一個異常卡在那裡不動了

我是在win8上面操作,運行一個Python項目
Python:2.7

node:0.12

npm:2.11

vs:2012

輸入run all(這個是自己定義的命令,用於啟動項目) 後出現:

 2015-08-25 22:13:47 [24784] [WARNING] Your terminal is not configured to receive
 UTF-8 encoded text. Please adjust your locale settings or force UTF-8 output by
 setting PYTHONIOENCODING="utf-8".
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python27\Lib\multiprocessing\forking.py", line 380, in main
    prepare(preparation_data)
  File "C:\Python27\Lib\multiprocessing\forking.py", line 488, in prepare
    assert main_name not in sys.modules, main_name
AssertionError: __main__
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python27\Lib\multiprocessing\forking.py", line 380, in main
    prepare(preparation_data)
  File "C:\Python27\Lib\multiprocessing\forking.py", line 488, in prepare
    assert main_name not in sys.modules, main_name
AssertionError: __main__

然後就一直卡在這裡,
請各位老師指點一下,已經困擾好幾天了,不勝感激

最佳回答:


http://blog.csdn.net/lgy807720302/article/details/7515743

參考這個

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved