I think I know why you "saw nothing"
Did you drag default_wallet and drop it on Wordpad? This does not open the file. This is how you paste images.
You have to click "Open" to open files...
but either way... I just remembered wallet files don't have line breaks anyways, so Notepad is fine.
Open the default_wallet with Notepad and try finding the "seed" area.
http://0bin.net/paste/aOXhNOA+aaO06p91#NyNjnyWkEt0Tga6PxCTgASmMcyChXKFkz+13SPM7F86Here's a simple script I set up to decrypt the seed. You just need to replace the 'a' part at the top with your password and the '<seed_gibberish>' with your actual seed.
Then just run that script through python.
You should get some letters and numbers that look like this:
cfad59dfc9babdfcfbad95r957234524
If it doesn't look like this, and it's a bunch of invalid characters (ie not letters and numbers, but weird machine code looking stuff) then your password or your seed is wrong (remember to copy over the entire seed including = signs etc. and remember that both your password and the encrypted seed must be surrounded by ' apostrophes.
So if your password was cat:
etc.
Once you have this 32 character long hexadecimal string of numbers and letters, you can actually paste that into Electrum's "Seed restore" box as-is and it will restore your bitcoins (you don't need to know the word phrase. The word phrase is just masking this hex number, and Electrum can recognize it.
Rename default_wallet into default_wallet2 or something, then try starting Electrum. It should show up with a wizard. paste in the hex string you got, and your bitcoins should be restored.
As far as where you can run the code... you could download Python and install it, then run the script on your computer.
Or if you want to trust me, I can compile the script into an exe file for running on your windows machine.
If you'd like to download Python, click here.
https://www.python.org/downloadDownload one of the two following:
32-bit Windows 7 = Python 2.7.8 Windows Installer (Windows binary -- does not include source)
64-bit Windows 7 = Python 2.7.8 Windows X86-64 Installer (Windows AMD64 / Intel 64 / X86-64 binary [1] -- does not include source)
I am not sure if the script works with Python 3... which is why I am not recommending it. (I have 2.7.