Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] #13

Closed
DirtyJerz opened this issue Mar 5, 2018 · 1 comment
Closed

[python] #13

DirtyJerz opened this issue Mar 5, 2018 · 1 comment

Comments

@DirtyJerz
Copy link

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
Copy link

ynx0 commented Jun 18, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants