slartibartfast wrote: 
> That gives me
> > 
Code:
--------------------
  >   > pi@raspberrypi:~ $ python updater.py
  > Traceback (most recent call last):
  > File "updater.py", line 8, in <module>
  > import urllib.parse
  > ImportError: No module named parse
  > 
--------------------
> > 

That explains why it failed on the autorun too. You're missing a python
dependency, which is strange as Python3 includes urllib as part of the
base install. What version of python is on that machine?


------------------------------------------------------------------------
philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to