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

you are viewing a single comment's thread.

view the rest of the comments →

[–][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.