我在筆記本電腦上構建python2.6.1。構建成功。從那以後,我試着用./python運行蟒蛇試圖導入選擇模塊python select.epoll()不起作用
>>>import select
>>>select.epoll()
<select.epoll object at 0xb76140d0>
之後,我複製蟒蛇build文件夾到另一臺筆記本電腦,並試圖運行python
>>>import select
>>> select.epoll()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'epoll'
如何解決此問題
每個'select'的值是什麼? –
如何獲得價值 – big
每檯筆記本電腦上的操作系統和/或Linux發行版是什麼? – Keith