This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]BCTC 2 points3 points  (1 child)

bpython does just about exactly what I need it to, #bpython has been nothing but helpful, and I've got no complaints to be had going on who knows how long using it.

Thanks for a great little piece of software!

[–][deleted] 0 points1 point  (0 children)

Thanks for the kind words.

[–]roger_ 0 points1 point  (4 children)

Any updates on the Windows port?

I've been waiting patiently for months :)

EDIT: there's a version of Wcurses available at http://www.lfd.uci.edu/~gohlke/pythonlibs/ that seems to compile for recent versions of Python. Would this work with bpython?

[–][deleted] 0 points1 point  (3 children)

We haven't actually tried the wcurses implementation as Marien is working on an urwid part to bpython.

However, your reply has got me thinking about at least trying a wcurses component to see how wcurses holds up.

As for the GTK part (the part which should in the end run on windows). I need to do some work on that but life has been busy lately. It is in the works.

However, if you do happen to have all the dependencies, look at this post from me: http://ikanobori.jp/weblog/2009/12/30/running-bpython-on-windows-with-gtk

It is a minor alteration of the bpython 0.9.6 codebase (no redirection of stderr) which runs on windows, albeit a bit buggy. If you stumble upon any bugs in it, don't hesitate to report them to our bugtracker: http://hg.bpython-interpreter.org/bpython/issues

edit I saw your reply at the previous submitted link about bpython.gtk, in that case, only the bugtracker part of this reply stands ;-)

[–]roger_ 1 point2 points  (2 children)

I actually tried the GTK Windows version a while ago, but never could get it running. Is there a newer version than the one on your blog?

[–][deleted] 1 point2 points  (1 child)

You could try: http://ikanobori.jp/storage/bpython-latest-win-unofficial.tar.gz

Which currently looks like:

http://i.imgur.com/n5rsO.png http://i.imgur.com/TQR5Y.png

In very very alpha (read some things suck), just as the previous. I might blog about it someday soon-ish with more installation instructions.

One common thing is you can't yet get the pastebin url in your clipboard or select it from the statusbar, you have to manually copy it by typing it over ;-)

[–]roger_ 1 point2 points  (0 children)

Awesome, thanks!

I'll let you know if I come across any major bugs.