Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: NoobBitcoinUzr on September 27, 2012, 02:14:06 PM



Title: Can't install Electrum (help!) Mac OSX 10.6.8 (console log posted)
Post by: NoobBitcoinUzr on September 27, 2012, 02:14:06 PM
Any help is appreciated. I can basically navigate a terminal window or monkey with some code otherwise if need be, but I would need a little handholding.

Thanks so much.

http://pastebin.com/YbR54nkt



Title: Re: Can't install Electrum (help!) Mac OSX 10.6.8 (console log posted)
Post by: nomnomnom on September 28, 2012, 06:10:42 AM
Probably relevant lines from the pastebin:
Code:
9/27/12 7:12:15 AM      SIMBL Agent[2755]       warning: failed to get scripting definition from /Applications/Electrum.app; it may not be scriptable.
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]  Traceback (most recent call last):
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]    File "/Applications/Electrum.app/Contents/Resources/__boot__.py", line 309, in <module>
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]      _run('electrum.py')
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]    File "/Applications/Electrum.app/Contents/Resources/__boot__.py", line 306, in _run
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]      execfile(path, globals(), globals())
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]    File "/Applications/Electrum.app/Contents/Resources/electrum.py", line 147, in <module>
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]      import electrum.gui_lite as gui
9/27/12 7:12:15 AM      [0x0-0xd50d5].org.pythonmac.unspecified.Electrum[3184]  ImportError: No module named gui_lite
9/27/12 7:12:15 AM      Electrum[3184]  Electrum Error

I am on linux, but I remember that I had this error message one time. Updating electrum to a newer version fixed it IIRC.
Do you have the newest version?

Here: https://bitcointalk.org/index.php?topic=100502.msg1144908#msg1144908 someone had this problem and fixed it by updating MacOS.
 


Title: Re: Can't install Electrum (help!) Mac OSX 10.6.8 (console log posted)
Post by: Tachikoma on September 28, 2012, 07:33:58 AM
Sorry but Electrum for OS X needs 10.7.4 or higher. If you are technical enough you could try building it from source. Upgrading to 10.7.4 should solve your problems.


Title: Re: Can't install Electrum (help!) Mac OSX 10.6.8 (console log posted)
Post by: NoobBitcoinUzr on September 29, 2012, 01:01:54 AM
Thanks, 10.7.4 it is then, I couldn't begin to start digging into the code


Title: Re: Can't install Electrum (help!) Mac OSX 10.6.8 (console log posted)
Post by: Tachikoma on September 30, 2012, 08:47:29 AM
You wouldn't have to touch the code itself, I added some OS X build instructions to the download page (http://electrum-desktop.com/download.html), just scroll all the way down. :)