Error on Server..

Host your own server and communicate with server operators.
2 posts Page 1 of 1 First unread post
twingkioyee
Deuce
Posts: 1
Joined: Tue Jul 30, 2013 3:00 pm


Can someone help me with this problem??
Code: Select all
# sh run_server.sh
(dependencies missing for epoll, using normal reactor)
(optional: install psyco for optimizations)
Traceback (most recent call last):
  File "run.py", line 87, 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
AriaKanzaki
Blue Master Race
Blue Master Race
Posts: 30
Joined: Wed Jul 17, 2013 8:52 pm


PySpades is outdated and and quite robust compared to the recommended compiled PySnip build. The distinctive reason as to why your server probably won't operate is due to *trying* to connect to the old Ace of Spades master server instead of buildandshoot's contemporary counterpart.

Options:

Option I. Manually configure correct settings (taken from izzy's guide)
1. Open ~/pyspades/master.py
2. Find:
Code: Select all
HOST = '184.172.204.137'
3. Replace with:
Code: Select all
HOST = '199.195.254.202'
4. Restart the server

Option II. Integrate your server with the notorious, new PySnip build (complete with preset scripts).
https://code.google.com/p/pysnip/downlo ... 14e7bf.zip
2 posts Page 1 of 1 First unread post
Return to “Servers”

Who is online

Users browsing this forum: No registered users and 14 guests