Cannot find PYB lib



  • Evening All

    I suspect this maybe another silly question which has taken ages to solve and I am tearing my hair out.

    A number of scripts call for a library called PYB. I have tried to load this, but to no avail. The message I get back is as follows:

    >>> import pyb
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: no module named 'pyb'
    >>> 
    

    I even tried :

    >>> from pyb import LED
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: no module named 'pyb'
    >>> 
    

    Can you please shed some light on PYB, where I can find it, and how I incorporate it into a script or standard library set.

    Many thanks.
    Greg



  • This post is deleted!


  • @Vercellotti The pyb module exists for PyBoard in the micropython.org family of ports, not for the Pycom family of boards. Since the Pycom software is derived from these, it is mentioned still at some places in the docs. The module machine is to be used instead.


Log in to reply
 

Pycom on Twitter