Guest User

Untitled

a guest
Apr 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. pi@raspberrypi:~$ uname -a
  2. Linux raspberrypi 4.14.30+ #1102 Mon Mar 26 16:20:05 BST 2018 armv6l GNU/Linux
  3.  
  4. pi@raspberrypi:~$ cd /usr/share/doc/python-gpod/examples
  5. pi@raspberrypi:/usr/share/doc/python-gpod/examples$ ./toy_around.py
  6. Traceback (most recent call last):
  7. File "./toy_around.py", line 30, in <module>
  8. import gpod
  9. File "/usr/lib/python2.7/dist-packages/gpod/__init__.py", line 8, in <module>
  10. from gpod import *
  11. File "/usr/lib/python2.7/dist-packages/gpod/gpod.py", line 31, in <module>
  12. _gpod = swig_import_helper()
  13. File "/usr/lib/python2.7/dist-packages/gpod/gpod.py", line 30, in swig_import_helper
  14. return importlib.import_module('_gpod')
  15. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  16. __import__(name)
  17. ImportError: No module named _gpod
  18.  
  19. pi@raspberrypi:~$ ls /usr/lib/python2.7/dist-packages/gpod/
  20. _gpod.arm-linux-gnueabihf.so gpod.py gtkpod.py __init__.py ipod.py
Add Comment
Please, Sign In to add comment