My system language is English. Here is the output for that command:
Python 2.7.3 (default, Apr 10 2012, 23:31:26)
Type "electrum -help" for a list of available commands.
(Full documentation at
https://en.bitcoin.it/wiki/Electrum)
---
03/09/2012 21:36:25.46> dirS | find "util"
C:\Users\Sovereign108\AppData\Roaming\Electrum_SysFiles\1.01-e\C_\ElectrumPY\e
cdsa\util.py
C:\Users\Sovereign108\AppData\Roaming\Electrum_SysFiles\1.01-e\C_\ElectrumPY\e
cdsa\util.pyc
C:\Users\Sovereign108\AppData\Roaming\Electrum_SysFiles\1.01-e\C_\ElectrumPY\l
ib\util.py
C:\Users\Sovereign108\AppData\Roaming\Electrum_SysFiles\1.01-e\C_\ElectrumPY\l
ib\util.pyc
03/09/2012 21:36:42.72> e
Traceback (most recent call last):
File "electrum", line 23, in <module>
from electrum.util import print_error
ImportError: No module named electrum.util
03/09/2012 21:37:49.29>
03/09/2012 21:36:42.72>
Wow, that worked in getting me an error message finally! Here it is:
Python 2.7.3 (default, Apr 10 2012, 23:31:26)
Type "electrum -help" for a list of available commands.
(Full documentation at
https://en.bitcoin.it/wiki/Electrum)
---
03/09/2012 20:37:25.97> e
Traceback (most recent call last):
File "electrum", line 23, in <module>
from electrum.util import print_error
ImportError: No module named electrum.util
03/09/2012 20:37:50.23>
Hi Flatfly! I still can't get Electrum to work! This time I get no windows log errors for the latest version I just tried, its pretty mych the same thing as before......unpacking modules then an empty shadow outline for a small window. Any help! My Windows is 7 ultimate 64-bit and is nothing but a standard installation. Are there any prerequisites to running this app or is it self contained?
Hey, no there aren't any prerequisites, the app contains all the required libraries.
As for the strange issue you are having, perhaps the following could help us investigate:
Start Electrum while holding down the Shift key on your keyboard - this should open the virtual text-mode Python console. If that works, just type "e" (without the quotes) there to launch the Electrum GUI. If you get any new error messages
at this point, please let me know.
Interesting... It could be a "path" issue. Is your system language other than English?
Also, if possible, could you post the output of the following command:
dirS | find "util"