Search Results

by dmar
Mon Aug 06, 2018 12:01 am
Forum: Linux
Topic: mportError: No module named 'Phidget22'
Replies: 0
Views: 15196

mportError: No module named 'Phidget22'

Hi, Linux/RaspberryPi newbie here. What is causing this error - I have followed all recommended steps and all report no problems but when I run my Python code I get the captioned error while trying to import the various Phidgets modules. I've tried to troubleshoot and now hope someone can help. Stum...
by dmar
Sun Aug 05, 2018 6:08 pm
Forum: Linux
Topic: ImportError: No module named 'Phidget22'
Replies: 10
Views: 52695

Re: ImportError: No module named 'Phidget22'

I'm having the same problem. I have followed the instructions above (downloaded the latest python module, and have run 'sudo python setup.py install' successfully) but still receive this error when I run 'from Phidget22.Devices.Stepper import *' in my python script. I'm new to linux (rasparian) so a...