Я пытаюсь импортировать модуль потоковой передачи, однако, я просто, кажется, получаю ошибки без уважительной причины. Вот мой код:
import threading
class TheThread ( threading.Thread ):
def run ( self ):
print 'Insert some thread stuff here.'
print 'I\'ll be executed...yeah....'
print 'There\ not much to it.'
TheThread.Start()
И ошибки:
Traceback (most recent call last):
File "threading.py", line 1, in <module>
import threading
File "C:\Users\Trent\Documents\Scripting\Python\Threading\threading.py", line
3, in <module>
class TheThread ( threading.Thread ):
AttributeError: 'module' object has no attribute 'Thread'
Press any key to continue . . .
Статистика Python:
Python 2.7.2 (по умолчанию, 12 июня 2011, 15:08:59) [MSC v.1500 32 бит (Intel)] на выигрыше 32