Thanks I fixed that and was about to get the stratum started, but it also gave me an error after it started, looks like its working but miners unable to connect, saying connection refused. read out from the server is as follows:
jeremy@MineCamp:~/git/stratum-mining$ twistd -ny launcher.tac -l -
2014-02-02 03:21:39,922 INFO mining # Connecting to bitcoind...
2014-02-02 03:21:39-0600 [-] Log opened.
2014-02-02 03:21:39-0600 [-] twistd 13.2.0 (/usr/bin/python 2.7.4) starting up.
2014-02-02 03:21:39-0600 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
2014-02-02 03:21:39,950 INFO mining # Connected to bitcoind - Ready to GO!
2014-02-02 03:21:39,956 INFO coinbaser # Coinbase address 'mxUQAbpu31HyFozsMuY2bVGCsnwC75iNaQ' is valid
2014-02-02 03:21:39,957 INFO mining # MINING SERVICE IS READY
2014-02-02 03:21:39-0600 [HTTPPageGetter,client] Unhandled error in Deferred:
2014-02-02 03:21:39-0600 [HTTPPageGetter,client] Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
result = g.send(result)
File "/home/jeremy/git/stratum-mining/mining/__init__.py", line 83, in setup
on_startup.callback(True)
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 382, in callback
self._startRunCallbacks(result)
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 490, in _startRunCallbacks
self._runCallbacks()
--- ---
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/local/lib/python2.7/dist-packages/stratum/server.py", line 46, in setup_finalize
import websocket_transport
File "/usr/local/lib/python2.7/dist-packages/stratum/websocket_transport.py", line 1, in
from autobahn.twisted.websocket import WebSocketServerProtocol, WebSocketServerFactory
File "/usr/local/lib/python2.7/dist-packages/autobahn/twisted/websocket.py", line 39, in
from autobahn.wamp import websocket
File "/usr/local/lib/python2.7/dist-packages/autobahn/wamp/websocket.py", line 34, in
from autobahn.wamp.serializer import JsonSerializer, MsgPackSerializer
exceptions.ImportError: cannot import name MsgPackSerializer
2014-02-02 03:21:39,994 INFO template_registry # New template for 00000000e5fb3cb4f20c1e7cd30d3bdafbd1d1418a0c1a9a2d0c6da8c6a0950c
2014-02-02 03:21:39,994 INFO subscription # BROADCASTED to 0 connections in 0.000 sec
2014-02-02 03:21:39,994 INFO template_registry # Update finished, 0.002 sec, 16 txes
2014-02-02 03:21:44,957 INFO block_updater # Checking for new block.
2014-02-02 03:21:49,957 INFO block_updater # Checking for new block.
2014-02-02 03:21:54,956 INFO block_updater # Checking for new block.