I'm trying to just start working with the TWS API with Python. I've copied the instructional video exactly, but it doesn't seem to be working. The code below should just get market data.
from ibapi.client import EClient
from ibapi.wrapper import EWrapper
from ibapi.contract import Contract
from...