Push Notifications - pycurl - Raspberry Pi Forums
hi guys,
i'm newbie. i'm following guide - http://videos.cctvcamerapros.com/digita ... ry-pi.html
i've installed pycurl using sudo apt-get install python-pycurl when run code shows:
can help?
i'm newbie. i'm following guide - http://videos.cctvcamerapros.com/digita ... ry-pi.html
i've installed pycurl using sudo apt-get install python-pycurl when run code shows:
code: select all
traceback (most recent call last): file "/home/pi/desktop/doorsensor.py", line 1, in <module> import pycurl, json importerror: no module named pycurl
how running code (terminal, idle)?
running in python2?
did errors when installing pycurl?
if type
$ python
>>> import pycurl
or
$ python3
>>> import pycurl
running in python2?
did errors when installing pycurl?
if type
$ python
>>> import pycurl
or
$ python3
>>> import pycurl
raspberrypi
Comments
Post a Comment