Assuming you are using electrum 1.9.8, find the file mnemonic.py and run it with your mnemonic:Run this:
It will spit out a hex number. Pass that onto pybitcoin tools and it will tell you the address specific private key which you can import into any wallet:
git clone https://github.com/vbuterin/pybitcointools
pybtctool electrum_privkey <seed in hex> <index number> 0
pybtctool electrum_privkey 484ccb566edb66c65dd0fd2e4d90ef65 0 0 #example
If you need to convert between hex encoded private keys and WIF ones just use encode_privkey. So again:
pybtctool electrum_privkey f45xxxx...xe3c 0 0 | pybtctool -s encode_privkey wif