torque59 / nosqlpot

The NoSQL Honeypot Framework
GNU General Public License v2.0
102 stars 23 forks source link

added cherrypy to requirements.txt #3

Closed jatrost closed 7 years ago

jatrost commented 7 years ago

Without cherrypy, this error happens:

(env)root@server:/opt/nosqlpot# python nosqlpot.py -deploy redis -out redis.log
Traceback (most recent call last):
  File "nosqlpot.py", line 19, in <module>
    from couchpot import couchdeploy
  File "/opt/nosqlpot/couchpot/__init__.py", line 1, in <module>
    from couchdeploy import coudeploy
  File "/opt/nosqlpot/couchpot/couchdeploy.py", line 1, in <module>
    import cherrypy
ImportError: No module named cherrypy
torque59 commented 7 years ago

Thanks @jt6211 for the fix , missed that one.Could you give your email id