gongzhang / procbridge

A super-lightweight IPC (Inter-Process Communication) protocol over TCP socket.
MIT License
120 stars 16 forks source link

[python] #13

Closed DirtyJerz closed 5 years ago

DirtyJerz commented 6 years ago
Traceback (most recent call last):
  File "c:\Users\name\Documents\python\procbridgetest\main.py", line 32, in <module>
    from procbridge import ProcBridgeServer
ImportError: cannot import name 'ProcBridgeServer'

Python 3.6.4 procbridge 1.0.3

solution was to add below to procbridge/__init__.py:

from procbridge.procbridge import ProcBridgeServer, ProcBridge
ynx0 commented 5 years ago

@DirtyJerz, in case you haven't already updated, this has been fixed in the latest release of procbridge-python.