pycat icon indicating copy to clipboard operation
pycat copied to clipboard

Running in windows? 'Session' object has no attribute 'pipeToSocketW'

Open LincT opened this issue 4 years ago • 0 comments

Having issues running in windows. (is this windows compatible?)

updated sample.py w/ mud URL and port

attempted to run pycat.py sample 4000

received error: "An operation was attempted on something that is not a socket"

Is this an end user issue? Am I doing something wrong? I tried looking at the closed issues first before adding a new issue but didn't see an answer.

in line 27 of pycat.py I tried changing ::1 to 127.0.0.1 and running pycat.py sample 4000 received "'Session' object has no attribute 'pipeToSocketW'"

LincT avatar Oct 30 '20 04:10 LincT