Page 1 of 1

PySnip ubuntu error

Posted: Tue Jan 29, 2019 7:46 am
by Gauns
Hey im trying to host a PySnip server on my ubuntu VPS but when I try to run it I get the error.
Code: Select all
./run_server.sh: 4: [: x/root/PySnip/venv/bin/python: unexpected operator
(dependencies missing for epoll, using normal reactor)
Traceback (most recent call last):
  File "run.py", line 130, in <module>
    from pyspades.server import (ServerProtocol, ServerConnection, position_data,
  File "../pyspades/server.py", line 18, in <module>
    from twisted.internet import reactor
ImportError: No module named twisted.internet
Thank you.

Re: PySnip ubuntu error

Posted: Sat Feb 02, 2019 9:03 am
by notafile
You obviously haven't installed twisted, which pysnip requires.

However, pysnip is no longer being worked on. You should use https://github.com/piqueserver/piqueserver instead.