Skip to content

No moduled named 'handler' #574

@braunsonm

Description

@braunsonm

Importing the SBP Python client will raise a module not found error from inside SBP.

Traceback (most recent call last):
  File "/home/b/Development/swiftnav-gps/Software/rpi-rover/main.py", line 4, in <module>
    from sbp.client.drivers.pyserial_driver import PySerialDriver
  File "/home/b/.pyenv/versions/rpi-rover/lib/python3.6/site-packages/sbp/client/__init__.py", line 11, in <module>
    from handler import Handler
ModuleNotFoundError: No module named 'handler'

You can reproduce this by trying the example code here: https://github.com/swift-nav/libsbp/blob/master/python/sbp/client/examples/simple.py

Is there any work around?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions