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

Compatibility Issues? #153

Open
vogt31337 opened this issue Apr 21, 2020 · 0 comments
Open

Compatibility Issues? #153

vogt31337 opened this issue Apr 21, 2020 · 0 comments

Comments

@vogt31337
Copy link

vogt31337 commented Apr 21, 2020

Hi,

I've created some proto files with pyrobuf (forgot which version...), but as I tried to use them with a newer version of pyrobuf (0.9.3) I got the following error:

Traceback (most recent call last):
  File "Proxy.py", line 9, in <module>
    from client.Client import Client
  File "Client.py", line 11, in <module>
    import client.Logger as Logger
  File "Logger.py", line 10, in <module>
    from client.datamodel import logevent_proto
  File "pyrobuf_list.pxd", line 6, in init logevent_proto
AttributeError: module 'pyrobuf_list' has no attribute 'NullListener'

BR

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

1 participant