Hello Panos, panos skondras <[email protected]> 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 -- You received this message because you are subscribed to the Google Groups "bpython" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/bpython?hl=en.
