-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named _list #36
Comments
The |
Later I have installed some other python stuff and libudev etc. and afterwards it runs fine, not sure what was really missing, the content is currently:
I guess thats looks ok. Strange thing is on this distro I have to call the commands by sudo, no matter if its python-gphoto2 or the regular gphoto2 cli.
|
The sudo requirement is possibly because of permissions on the USB port. You might need to add your regular user to a USB group, or add a udev rule to change the permissions. |
Yeah, that makes sense, thank y for y support. |
For future reference: I've just discovered (while experimenting with MSYS2 on Windows) that installing |
Hi, great stuff here and I would like to try it on a new RaspberryPI 3 distro pi64 https://github.com/bamarni/pi64.
Installed libgphoto 2.5.15 based on http://blog.marcelkrauskopfphotography.de/category/raspberry-pi/
Installed python-gphoto by
sudo pip install -v gphoto2
without problems.lsusb gives me
But running the example return exceptions:
Using Python 2.7.13 and libgphoto2-2.5.15.
Any ideas would be appreciated. Best regards,
Nic
The text was updated successfully, but these errors were encountered: