caspartse / QQ-Groups-Spider

QQ Groups Spider(QQ 群爬虫)

Home Page:http://kagent.applinzi.com/qqun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行时报错

tanqiwen opened this issue · comments

File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 3123, in run
server.run(app)
File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 2818, in run
from paste import httpserver
ImportError: No module named paste

`root@sf:~/QQ-Groups-Spider# python app.py
Bottle v0.12.13 server starting up (using PasteServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.

Traceback (most recent call last):
File "/root/QQ-Groups-Spider/vendor/bottle.py", line 3123, in run
server.run(app)
File "/root/QQ-Groups-Spider/vendor/bottle.py", line 2818, in run
from paste import httpserver
ImportError: No module named paste
Bottle v0.12.13 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
`

Bottle v0.12.13 server starting up (using PasteServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
It is running normally ,but I can not get the data after submit it .
It show this in the console:
127.0.0.1 - - [08/Aug/2019:11:42:47 +0800] "GET /static/img/ajax-loader.gif HTTP/1.1" 304 - "http://127.0.0.1:8080/qqun" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763"
127.0.0.1 - - [08/Aug/2019:11:42:47 +0800] "POST /qqun HTTP/1.1" 500 738 "http://127.0.0.1:8080/qqun" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763"
'group_list'

AnyThing Wrong ?

File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 3123, in run
server.run(app)
File "/home/webadmin/qq-group-spider/QQ-Groups-Spider-master/vendor/bottle.py", line 2818, in run
from paste import httpserver
ImportError: No module named paste

pip install paste

`root@sf:~/QQ-Groups-Spider# python app.py
Bottle v0.12.13 server starting up (using PasteServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.

Traceback (most recent call last):
File "/root/QQ-Groups-Spider/vendor/bottle.py", line 3123, in run
server.run(app)
File "/root/QQ-Groups-Spider/vendor/bottle.py", line 2818, in run
from paste import httpserver
ImportError: No module named paste
Bottle v0.12.13 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
`

pip install paste