You are not logged in.
Hi,
I've installed Bitmessage using the instructions for Debian/Ubuntu:
sudo apt-get install python openssl git python-qt4
git clone https://github.com/Bitmessage/PyBitmessage $HOME/PyBitmessageHowever, when I run it...
cd $HOME/PyBitmessage/src/ && python bitmessagemain.pyI get errors....
Traceback (most recent call last):
File "bitmessagemain.py", line 31, in <module>
from class_singleListener import *
File "/home/stim/PyBitmessage/src/class_singleListener.py", line 6, in <module>
import helper_bootstrap
File "/home/stim/PyBitmessage/src/helper_bootstrap.py", line 3, in <module>
import defaultKnownNodes
File "/home/stim/PyBitmessage/src/defaultKnownNodes.py", line 40
with open(appdata + 'knownnodes.dat', 'wb) as output:
^
SyntaxError: EOL while scanning string literalCan anyone help me decipher this error message?
Has anyone had success running Bitmessage?
Thanks in advance...
Last edited by stim (2013-08-10 12:23:24)
Offline
could it have sth to do with python versions?
i'm sorry i don't know what the situation on crunchbang is right now, but on my archlinux i have both python 2.7 and 3.x installed, and sometimes i get similar error messages. then i have to change the first line of a python script from
#!/usr/bin/env pythonto
#!/usr/bin/env python2.7what python version is bitmessage written in?
Offline
Hi,
I found the solution on the Bitmessage forum. It's a bug in the latest version. To correct it issue:
cd $HOME/PyBitmessage/src/
git pull origin master
python bitmessagemain.pyWorks now!

Offline
please edit the title of your frst post to start with [SOLVED].
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.