You need to place an import statement at the start of your config.py file.
### Settings relating to server identity
import jsonrpc_getwork
# Name of the server
ServerName = 'Private Eloipool'
To force the use of mempool:
import jsonrpc_getmemorypool
To force the use of getwork:
import jsonrpc_getwork
It won't work because eloipool has some of bitcoin-specific network rules hardcoded.
Very well could be, I remember spending hours looking at and altering eloipool's code, and I think I did get it to work with TRC. With TRC it might be possible because it is so close to Bitcoin.
I eventually concluded that although it would be nice to start the pools based on Eloipool, the Alt-coins just do not have the hash rate that needs stratum. Hat's off to coinotron however, for getting stratum to work with some of the alt-coins
For now I am just working with pushpools' code to get my new pools up and running.
Wolf0, you need to consider the amount of time and effort needed to modify Eloipools' code vs. the real benefit when it comes to the hash rate of alt-coins.