[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

DreamPie - The Python shell you've always dreamed about!

Noam Yorav-Raphael

2/21/2010 9:43:00 AM

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.source... and tell me what you
think!

Have fun,
Noam
24 Answers

Aage Andersen

2/21/2010 12:52:00 PM

0

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


Aage Andersen

2/21/2010 1:07:00 PM

0

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


Noam Yorav-Raphael

2/21/2010 1:18:00 PM

0

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

Mensanator

2/21/2010 4:30:00 PM

0

On Feb 21, 3:42?am, Noam Yorav-Raphael <noamr...@gmail.com> wrote:
> I'm pleased to announce DreamPie 1.0 - a new graphical interactive
> Python shell!
>
What versions of Python does it suuport?

Mensanator

2/21/2010 4:33:00 PM

0

On Feb 21, 10:30?am, Mensanator <mensana...@aol.com> wrote:
> On Feb 21, 3:42 am, Noam Yorav-Raphael <noamr...@gmail.com> wrote:> I'm pleased to announce DreamPie 1.0 - a new graphical interactive
> > Python shell!
>
> What versions of Python does it suuport?

What OS are supported?

Paul Boddie

2/21/2010 6:14:00 PM

0

On 21 Feb, 17:32, Mensanator <mensana...@aol.com> wrote:
> On Feb 21, 10:30 am, Mensanator <mensana...@aol.com> wrote:
>
> > What versions of Python does it suuport?
>
> What OS are supported?

From the Web site referenced in the announcement (http://
dreampie.sourceforge.net/):

"""
# Supports Python 2.5, Python 2.6, Jython 2.5, IronPython 2.6 and
Python 3.1.
# Works on Windows and Linux.
"""

Paul

Mensanator

2/21/2010 9:41:00 PM

0

On Feb 21, 12:14 pm, Paul Boddie <p...@boddie.org.uk> wrote:
> On 21 Feb, 17:32, Mensanator <mensana...@aol.com> wrote:
>
> > On Feb 21, 10:30 am, Mensanator <mensana...@aol.com> wrote:
>
> > > What versions of Python does it suuport?
>
> > What OS are supported?
>
> From the Web site referenced in the announcement (http://
> dreampie.sourceforge.net/):
>
> """
> # Supports Python 2.5, Python 2.6, Jython 2.5, IronPython 2.6 and
> Python 3.1.
> # Works on Windows and Linux.
> """

Yeah, I saw that. Funny that something important like that wasn't part
of the
announcement. I notice no mention of Mac OS, so visiting the website
was a complete
waste of time on my part, wasn't it?

> Paul

ssteinerX@gmail.com

2/21/2010 10:01:00 PM

0


On Feb 21, 2010, at 4:40 PM, Mensanator wrote:

> On Feb 21, 12:14 pm, Paul Boddie <p...@boddie.org.uk> wrote:
>> On 21 Feb, 17:32, Mensanator <mensana...@aol.com> wrote:
>>
>>> On Feb 21, 10:30 am, Mensanator <mensana...@aol.com> wrote:
>>
>>>> What versions of Python does it suuport?
>>
>>> What OS are supported?
>>
>> From the Web site referenced in the announcement (http://
>> dreampie.sourceforge.net/):
>>
>> """
>> # Supports Python 2.5, Python 2.6, Jython 2.5, IronPython 2.6 and
>> Python 3.1.
>> # Works on Windows and Linux.
>> """
>
> Yeah, I saw that. Funny that something important like that wasn't part
> of the
> announcement. I notice no mention of Mac OS, so visiting the website
> was a complete
> waste of time on my part, wasn't it?

See my earlier message -- I have it running just fine on 10.6 with MacPorts and even managed to report a bug!

S


>
>> Paul
>
> --
> http://mail.python.org/mailman/listinfo/p...

Steven D'Aprano

2/21/2010 11:24:00 PM

0

On Sun, 21 Feb 2010 13:40:54 -0800, Mensanator wrote:

> Yeah, I saw that. Funny that something important like that wasn't part
> of the
> announcement. I notice no mention of Mac OS, so visiting the website was
> a complete
> waste of time on my part, wasn't it?

Of course not. Now you know that Mac OS isn't officially supported, so
you're less ignorant than you were before you went to the website.

But since Dreampie is written in Python, it shouldn't be that hard to
have it run on Mac OS, provided you can get the GUI tool kit it requires.



--
Steven

rantingrick

2/22/2010 1:39:00 AM

0



Mensanator snipped: """Yeah, I saw that. Funny that something
important like that wasn't part of the announcement. I notice no
mention of Mac OS, so visiting the website was a complete waste of
time on my part, wasn't it?"""

Oh Mensanator, why you always so grumpy? I visited your site a few
years ago and i found it to be a complete waste of my time but you
don't hear me whining about it do you? Besides mac is always the last
to get releases (if any) everybody knows that. If you drive a porsche
you can't get all upset every time you find yourself on road with pot-
holes, your just not *that* important because you drive a porsche!
Please (in the future) leave the ranting to me, i'm better at it ;).

Thanks for the release Noam, i look forward to "test driving" it.
hehe ;)