作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 python 2.7 并且我已经安装了模块 websocket-client 0.40.0 但是我收到了我上面提到的属性错误。
这是我的代码,我正在尝试通过 websocket 将我的 PC 连接到微 Controller 板
import websocket
import nltk
from nltk.tokenize import PunktSentenceTokenizer
import sys
import urllib
import urlparse
from urllib2 import HTTPError
from urllib2 import URLError
from getch import getch, pause
import numpy as np
websocket.enableTrace(True)
ws = websocket.create_connection("ws://169.254.7.144:1234")
websocket.enableTrace(True)
最佳答案
您可能已经安装了 websocket
包(没有 enableTrace
方法)而不是 websocket-client
.pip install websocket-client
应该可以解决您的问题。
关于python-2.7 - 我收到属性错误 : 'module' object has no attribute 'enableTrace' while running a python code,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42905748/
我是一名优秀的程序员,十分优秀!