mgsky1 / DDNS

An implementation of DDNS with Python and Aliyun API 利用Python+阿里云云解析API实现DDNS
Apache License 2.0
267 stars 125 forks source link

Utils 错误 #2

Open mljwan opened 6 years ago

mljwan commented 6 years ago

Traceback (most recent call last): File "DDNS.py", line 3, in from Utils import Utils File "/home/DDNS/Utils.py", line 3, in import IpGetter File "/home/DDNS/IpGetter.py", line 2, in import urllib.request 请问这是怎么回事啊,是哪里没调好么

mgsky1 commented 6 years ago

不知道你用的Python版本是什么,我测试了一下,环境是Ubuntu 16.04 LTS,Python用的是3.5.2测试通过

shaokeke commented 5 years ago

image 去掉 request import urllib