fqsocks icon indicating copy to clipboard operation
fqsocks copied to clipboard

ValueError: Attempted relative import in non-package

Open whiteskin opened this issue 10 years ago • 2 comments

python 2.7.3 encountered this error, why? root@OpenWrt:~/fqsocks-master/fqsocks# ./fqsocks.py --outbound-ip 10.1.2.3 --listen *:1984 Traceback (most recent call last): File "./fqsocks.py", line 15, in from .proxies.http_try import detect_if_ttl_being_ignored ValueError: Attempted relative import in non-package

whiteskin avatar Apr 05 '14 22:04 whiteskin

也是这个错误 root@OpenWrt:/mnt/sda1/fqsocks# python2.7 fqsocks.py --outbound-ip 10.1.2.3 --listen *:1984 Traceback (most recent call last): File "fqsocks.py", line 15, in from .proxies.goagent import GoAgentProxy ValueError: Attempted relative import in non-package

wuyongx avatar Jun 13 '14 02:06 wuyongx

readme 太简单了

wuyongx avatar Jun 13 '14 02:06 wuyongx