Git Product home page Git Product logo

pyorbit's Introduction

Projects

  • WiFLX - SDR based Layer-2 PHY/MAC point-to-multipoint wireless data system
  • YAIL - C++ library that provides publish/subscribe and remote procedure call functionality.
  • PyOrbit - Python library for managing GE MDS Orbit devices

Miscellaneous

  • scratch - Home of concept/test programs

pyorbit's People

Contributors

agrewal707 avatar kodweis avatar

Watchers

 avatar  avatar

pyorbit's Issues

Does not work with python3

python3 pyorbit/examples/get_config.py 192.168.1.1 admin admin
Traceback (most recent call last):
File "pyorbit/examples/get_config.py", line 4, in
from pyorbit import Device
File "/home/user/pyorbit/pyorbit/init.py", line 1, in
from .device import Device
File "/home/user/pyorbit/pyorbit/device.py", line 15, in
from ncclient import manager as netconf_ssh
File "/home/user/ncclient/ncclient/manager.py", line 230
async=self._async_mode,
^
SyntaxError: invalid syntax

Some import statements are not working with Python3

python3 ./pyorbit/examples/get_config.py 192.168.1.1 admin admin
Traceback (most recent call last):
  File "./pyorbit/examples/get_config.py", line 4, in <module>
    from pyorbit import Device
  File "/home/jkodweis/projects/python-orbit/pyorbit/pyorbit/__init__.py", line 1, in <module>
    from device import Device
ImportError: No module named 'device'

This can be fixed by prefixing the module name with a period: from .device import Device

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.