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

2010-03-22 Thread Steve Holden
Luis M. González wrote: > On Feb 21, 6:40 pm, Mensanator wrote: >> On Feb 21, 12:14 pm, Paul Boddie wrote: >> >> >> >> >> >>> On 21 Feb, 17:32, Mensanator wrote: On Feb 21, 10:30 am, Mensanator wrote: > What versions of Python does it suuport? What OS are supported? >>> From the W

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

2010-03-22 Thread Luis M . González
On Feb 21, 6:40 pm, Mensanator wrote: > On Feb 21, 12:14 pm, Paul Boddie wrote: > > > > > > > On 21 Feb, 17:32, Mensanator wrote: > > > > On Feb 21, 10:30 am, Mensanator wrote: > > > > > What versions of Python does it suuport? > > > > What OS are supported? > > > From the Web site referenced i

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

2010-03-21 Thread kuru
Thanks for the shell. It is nice alternative , however I am not ready to give up Ipython :) If the code ends with a comment line your shell is giving an error. Feature request: It would be nice to have numbered lines in the code section, it makes it hard to find problem line Feature request: Load

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

2010-03-01 Thread Noam Yorav-Raphael
Can you try DreamPie 1.0.1 and say if it still happens? There's a bug report system at launchpad.net/dreampie. Thanks, Noam -- http://mail.python.org/mailman/listinfo/python-list

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

2010-03-01 Thread Noam Yorav-Raphael
This is most probably a bug discovered in DreamPie 1.0 (See https://bugs.launchpad.net/dreampie/+bug/525652 ) Can you try to download DreamPie 1.0.1, and if it still happens, report a bug? Thanks! Noam -- http://mail.python.org/mailman/listinfo/python-list

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

2010-02-27 Thread Steven D'Aprano
On Fri, 26 Feb 2010 21:31:47 -0800, alex23 wrote: > Mensanator wrote: >> "You're" not getting the point. > > If every link has to be accompanied by a summary of all of the > information at the end of it, what point is there to linking? > > (Programmers are the _only_ people I know of who compla

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

2010-02-26 Thread alex23
Mensanator wrote: > "You're" not getting the point. If every link has to be accompanied by a summary of all of the information at the end of it, what point is there to linking? (Programmers are the _only_ people I know of who complain about the arduousness of tasks like typing quotes or clicking

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

2010-02-23 Thread Alan Harris-Reid
Chris Colbert wrote: Do you have gtk and PyGTK installed? Sounds like a missing dependency to me. On Tue, Feb 23, 2010 at 6:56 AM, Alan Harris-Reid mailto:aharrisr...@googlemail.com>> wrote: gorauskas wrote: I installed it on a Windows 7 machine with CPython 2.6.4 and I

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

2010-02-23 Thread Chris Colbert
Do you have gtk and PyGTK installed? Sounds like a missing dependency to me. On Tue, Feb 23, 2010 at 6:56 AM, Alan Harris-Reid < aharrisr...@googlemail.com> wrote: > gorauskas wrote: > >> I installed it on a Windows 7 machine with CPython 2.6.4 and I get the >> following error: >> >> Traceback (m

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

2010-02-23 Thread Olof Bjarnason
2010/2/23 Noam Yorav-Raphael : > ‎Thanks! I'm happy you like it! > Thanks for the feedback too. Here are my replies. > > On Sun, Feb 21, 2010 at 7:13 PM, Chris Colbert wrote: >> This is bloody fantastic! I must say, this fixes everything I hate about >> Ipython and gives me the feature I wished it

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

2010-02-23 Thread Noam Yorav-Raphael
‎Thanks! I'm happy you like it! Thanks for the feedback too. Here are my replies. On Sun, Feb 21, 2010 at 7:13 PM, Chris Colbert wrote: > This is bloody fantastic! I must say, this fixes everything I hate about > Ipython and gives me the feature I wished it had (with a few minor > exceptions). >

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

2010-02-23 Thread Alan Harris-Reid
gorauskas wrote: I installed it on a Windows 7 machine with CPython 2.6.4 and I get the following error: Traceback (most recent call last): File "dreampie.py", line 3, in File "dreampielib\gui\__init__.pyc", line 73, in File "dreampielib\gui\load_pygtk.pyc", line 49, in load_pygtk Import

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

2010-02-23 Thread Processor-Dev1l
On Feb 21, 10:42 am, Noam Yorav-Raphael wrote: > 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, > highligh

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

2010-02-22 Thread gorauskas
I installed it on a Windows 7 machine with CPython 2.6.4 and I get the following error: Traceback (most recent call last): File "dreampie.py", line 3, in File "dreampielib\gui\__init__.pyc", line 73, in File "dreampielib\gui\load_pygtk.pyc", line 49, in load_pygtk ImportError: DLL load fai

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

2010-02-21 Thread Mensanator
On Feb 21, 7:39 pm, rantingrick wrote: > 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

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

2010-02-21 Thread sstein...@gmail.com
On Feb 21, 2010, at 9:10 PM, Shashwat Anand wrote: > Just got it working in mac. Installing dependencies took a bit though. I used macports and it was only 2 installs: # sudo port install py26-pygtksourceview # sudo port install py26-gtk2 It sure did install a lot of other stuff, like a new g

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

2010-02-21 Thread Shashwat Anand
Just got it working in mac. Installing dependencies took a bit though. On Mon, Feb 22, 2010 at 7:38 AM, Philip Semanchuk wrote: > > On Feb 21, 2010, at 8:39 PM, rantingrick wrote: > > >> >> Mensanator snipped: """Yeah, I saw that. Funny that something >> important like that wasn't part of the ann

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

2010-02-21 Thread Philip Semanchuk
On Feb 21, 2010, at 8:39 PM, rantingrick wrote: 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

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

2010-02-21 Thread rantingrick
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 year

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

2010-02-21 Thread Steven D'Aprano
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 M

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

2010-02-21 Thread sstein...@gmail.com
On Feb 21, 2010, at 4:40 PM, Mensanator wrote: > On Feb 21, 12:14 pm, Paul Boddie wrote: >> On 21 Feb, 17:32, Mensanator wrote: >> >>> On Feb 21, 10:30 am, Mensanator wrote: >> What versions of Python does it suuport? >> >>> What OS are supported? >> >> From the Web site referenced in

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

2010-02-21 Thread Mensanator
On Feb 21, 12:14 pm, Paul Boddie wrote: > On 21 Feb, 17:32, Mensanator wrote: > > > On Feb 21, 10:30 am, Mensanator wrote: > > > > What versions of Python does it suuport? > > > What OS are supported? > > From the Web site referenced in the announcement (http:// > dreampie.sourceforge.net/): > >

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

2010-02-21 Thread Paul Boddie
On 21 Feb, 17:32, Mensanator wrote: > On Feb 21, 10:30 am, Mensanator 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, IronPy

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

2010-02-21 Thread sstein...@gmail.com
On Feb 21, 2010, at 11:51 AM, Chris Colbert wrote: > http://dreampie.sourceforge.net/download.html > > reading is a wonderful thing. I got it running on OS X with MacPorts after about an hour of installing everything required for gtk and gtksourceview (including a new gcc, apparently). Now...

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

2010-02-21 Thread Iuri
I tested it in Windows Vista. When I type single or double quotes, I get a unicode character, different of python's quotes, and it break my code. But i liked this tool! Thanks! []s iuri On Sun, Feb 21, 2010 at 3:13 PM, Chris Colbert wrote: > This is bloody fantastic! I must say, this fixes

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

2010-02-21 Thread Chris Colbert
This is bloody fantastic! I must say, this fixes everything I hate about Ipython and gives me the feature I wished it had (with a few minor exceptions). I confirm this working on Kubuntu 9.10 using the ppa listed on the sites download page. I also confirm that it works interactively with PyQt4 an

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

2010-02-21 Thread Chris Colbert
http://dreampie.sourceforge.net/download.html reading is a wonderful thing. On Sun, Feb 21, 2010 at 11:32 AM, Mensanator wrote: > On Feb 21, 10:30�am, Mensanator wrote: > > On Feb 21, 3:42 am, Noam Yorav-Raphael wrote:> I'm > pleased to announce DreamPie 1.0 - a new graphical interactive > >

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

2010-02-21 Thread Mensanator
On Feb 21, 10:30�am, Mensanator wrote: > On Feb 21, 3:42 am, Noam Yorav-Raphael 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? -- http://mail.python.org/mailman/listinfo/python-l

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

2010-02-21 Thread Mensanator
On Feb 21, 3:42�am, Noam Yorav-Raphael wrote: > I'm pleased to announce DreamPie 1.0 - a new graphical interactive > Python shell! > What versions of Python does it suuport? -- http://mail.python.org/mailman/listinfo/python-list

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

2010-02-21 Thread Noam Yorav-Raphael
Delete \Documents and Settings\\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" wrote: > I reins

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

2010-02-21 Thread Aage Andersen
I reinstalled and got this message: Traceback (most recent call last): File "dreampie.py", line 4, () 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

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

2010-02-21 Thread Aage Andersen
I tried to edit the awfully colors, here are the results: Traceback (most recent call last): File "dreampie.py", line 4, () File "dreampielib\gui\__init__.pyc", line 972, main() File "dreampielib\gui\__init__.pyc", line 153, __init__(self=DreamPie(path..."window_main"), pyexec='C:\\Python2