今後のプロジェクトでスレッド化を使用しようとしていますが、うまくいきません。http://www.tutorialspoint.com/python/python_multithreading.htmで2番目の例を実行しようとしましたが、これはコードが機能していると思いますが、エラーが発生します...
Traceback (most recent call last):
File "C:/Python27/threads/threading.py", line 3, in <module>
import threading2
File "C:\Python27\lib\site-packages\threading2\__init__.py", line 49, in <module>
from threading import _active,_DummyThread
File "C:\Python27\threads\threading.py", line 8, in <module>
class myThread (threading2.Thread):
AttributeError: 'module' object has no attribute 'Thread'
どうしたの?threading という名前のモジュールがないようです。私はそれを見つけるためにあらゆる場所を探しました。このモジュールの場所とインストール方法を知っている人はいますか?