Unable to import pyb

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
prvns
Posts: 1
Joined: Thu Jul 27, 2017 10:59 am

Unable to import pyb

Post by prvns » Thu Jul 27, 2017 11:01 am

Hi,

I have created a project in PyCharm and it has it's own virtualenv. I'm using Python 3.6. I'm no trying to to `import pyb` but it says "no modules named pyb". Can you pls help me how to setup this project or micropython? I'm working on OpenMV.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Unable to import pyb

Post by pythoncoder » Sat Jul 29, 2017 10:59 am

Have you tried the OpenMV forum http://forums.openmv.io/? There will be more users there.
Peter Hinch
Index to my micropython libraries.

Post Reply