Prev: come and join www.pakdub.com a social network with full features like games, classifieds, forums, blogs and a lot more
Next: Saving the Interactive Window with PythonWin
From: Noam Yorav-Raphael on 21 Feb 2010 04:42 I'm pleased to announce DreamPie 1.0 - a new graphical interactive Python shell! Some highlights: * Has whatever you would expect from a graphical Python shell - attribute completion, tooltips which show how to call functions, highlighting of matching parentheses, etc. * Fixes a lot of IDLE nuisances - in DreamPie interrupt always works, history recall and completion works as expected, etc. * Results are saved in the Result History. * Long output is automatically folded so you can focus on what's important. * Jython and IronPython support makes DreamPie a great tool for exploring Java and .NET classes. * You can copy any amount of code and immediately execute it, and you can also copy code you typed interactively into a new file, with the Copy Code Only command. No tabs are used! * Free software licensed under GPL version 3. Check it out at http://dreampie.sourceforge.net/ and tell me what you think! Have fun, Noam
From: Aage Andersen on 21 Feb 2010 07:51 I tried to edit the awfully colors, here are the results: Traceback (most recent call last): File "dreampie.py", line 4, <module>() File "dreampielib\gui\__init__.pyc", line 972, main() File "dreampielib\gui\__init__.pyc", line 153, __init__(self=DreamPie(path..."window_main"), pyexec='C:\\Python26\\python.exe') File "dreampielib\gui\__init__.pyc", line 829, configure(self=DreamPie(path..."window_main")) File "dreampielib\gui\tags.pyc", line 224, apply_theme_text(textview=<gtk.Tex...xd82038)>, textbuffer=<gtk.Tex...xd816d0)>, theme={('bracket-match', 'bg', 'color'): 'darkblue', ('bracket-match', 'bg', 'isset'): True, ('bracket-match', 'fg', 'color'): 'white', ('bracket-match', 'fg', 'isset'): False, ...}) ValueError: unable to parse colour specification Now the program don't run. Aage
From: Aage Andersen on 21 Feb 2010 08:06 I reinstalled and got this message: Traceback (most recent call last): File "dreampie.py", line 4, <module>() File "dreampielib\gui\__init__.pyc", line 972, main() File "dreampielib\gui\__init__.pyc", line 153, __init__(self=DreamPie(path..."window_main"), pyexec='C:\\Python26\\python.exe') File "dreampielib\gui\__init__.pyc", line 829, configure(self=DreamPie(path..."window_main")) File "dreampielib\gui\tags.pyc", line 224, apply_theme_text(textview=<gtk.Tex...xd82038)>, textbuffer=<gtk.Tex...xd816d0)>, theme={('bracket-match', 'bg', 'color'): 'darkblue', ('bracket-match', 'bg', 'isset'): True, ('bracket-match', 'fg', 'color'): 'white', ('bracket-match', 'fg', 'isset'): False, ...}) ValueError: unable to parse colour specification Aage
From: Noam Yorav-Raphael on 21 Feb 2010 08:18 Delete \Documents and Settings\<username>\DreamPie and it should now work. Did you edit the colors using the configuration window or manually? If you edited them using the configuration window, can you give instructions on how to reproduce the bug? Noam On Feb 21, 3:06 pm, "Aage Andersen" <aaan(REMOVE)@email.dk> wrote: > I reinstalled and got this message: > > Traceback (most recent call last): > File "dreampie.py", line 4, <module>() > File "dreampielib\gui\__init__.pyc", line 972, main() > File "dreampielib\gui\__init__.pyc", line 153, > __init__(self=DreamPie(path..."window_main"), > pyexec='C:\\Python26\\python.exe') > File "dreampielib\gui\__init__.pyc", line 829, > configure(self=DreamPie(path..."window_main")) > File "dreampielib\gui\tags.pyc", line 224, > apply_theme_text(textview=<gtk.Tex...xd82038)>, > textbuffer=<gtk.Tex...xd816d0)>, theme={('bracket-match', 'bg', 'color'): > 'darkblue', ('bracket-match', 'bg', 'isset'): True, ('bracket-match', 'fg', > 'color'): 'white', ('bracket-match', 'fg', 'isset'): False, ...}) > ValueError: unable to parse colour specification > > Aage
From: Mensanator on 21 Feb 2010 11:30
On Feb 21, 3:42�am, Noam Yorav-Raphael <noamr...(a)gmail.com> wrote: > I'm pleased to announce DreamPie 1.0 - a new graphical interactive > Python shell! > What versions of Python does it suuport? |