---------- Forwarded message ----------
From: panos skondras <parra...@gmail.com>
Date: 10 May 2011 20:26
Subject: a bit help please?
To: b...@bpython-interpreter.org
i am looking for a way to run bpython with python3 and set the
pythonpath correct
i searched all over internet and didn't make it.
iam runing xubuntu and i am new to python. Could you please tell me
what should i change and where axcacttly?
now bpython is running python 2.6 but i have installed also 3.1
i like to run it with python 3.1
Thanks for yoyr time bob
Panos from greece
panos skondras <parra...@gmail.com> wrote:
> i am looking for a way to run bpython with python3 and set the
> pythonpath correct
bpython's source code is currently written for Python 2, but it can be
translated to Python 3 code using 2to3. The usual way to translate
bpython is to execute "setup.py install" with Python 3. bpython then
automatically translates itself. Keep in mind that you may also need
to install Pygments that way.
HTH,
Andreas