BrenBarn | 1 Dec 2010 22:29
Picon

Re: Load file on launch?

Cool, thanks.  (I haven't been able to use feature yet, unfortunately,
since I can't seem to get GTK working, so I can't use DreamPie except
from the binary installer.)

Noam Yorav-Raphael | 2 Dec 2010 04:54
Picon

Re: Load file on launch?

Try to put the gtk-runtime and pygtk-2.6 directories from the binary install into the source directory. It should work then.

On Wed, Dec 1, 2010 at 11:29 PM, BrenBarn <brenbarn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Cool, thanks.  (I haven't been able to use feature yet, unfortunately,
since I can't seem to get GTK working, so I can't use DreamPie except
from the binary installer.)

Jurgis Pralgauskis | 15 Dec 2010 15:42
Picon

variable explorer

Hello,

would there be a possibility of Variable Watch/Explorer
as http://packages.python.org/spyder/variableexplorer.html
or http://people.csail.mit.edu/pgbovine/python/

it is probably quite easy in interactive mode
and more complicated for "debug" mode (by the way, woul it be hard to
borrow debug from IDLE ?)

Noam Yorav-Raphael | 16 Dec 2010 20:52
Picon

Re: variable explorer

Hello,

Currently there's no variable explorer and no debug mode.

I wonder if it may be possible to make spyder's variable explorer into a stand-alone module. I think that would be the way to go, and then you would be able to use it from DreamPie.

Along the same lines, I thought about adding some feature to the winpdb debugger to make it work nicely with an interactive environment. Right now you can use winpdb on DreamPie's subprocess, but it can be inconvenient as you can easily get into DreamPie's code. I thought of adding functions rpdb2.run() and rpdb2.pm() which will open a winpdb window and debug what you want. It should be possible, but will require some work.

I don't think it's possible to borrow IDLE's debug mode - IDLE uses quite a different model from DreamPie.

Noam

On Wed, Dec 15, 2010 at 4:42 PM, Jurgis Pralgauskis <jurgis.pralgauskis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hello,

would there be a possibility of Variable Watch/Explorer
as http://packages.python.org/spyder/variableexplorer.html
or http://people.csail.mit.edu/pgbovine/python/

it is probably quite easy in interactive mode
and more complicated for "debug" mode (by the way, woul it be hard to
borrow debug from IDLE ?)


Gmane