Hi,
Just thought I'd add that the ActiveGrid IDE, which is a wxPython sample app, is getting better all the time. We've added basic support for extending the IDE recently. It already has a debugger that can handle wx apps. We're still missing intellisense, but I've been following the discussion in this group about how to add that and hope to do it once I get some spare cycles.
--Matt
Do ANY of these option run your app "out of process" including when debugging? (I'm pretty sure Wing does)
I know it's a LOT harder to write it that way, but it's really the only option for a robust environment, and one that can be used with multiple GUI toolkits.
I haven't seen Eric3 mentioned in this thread yet. Is it any good?
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
It is very good - I only had troubles with the CVS support (could have been my
fault), so I went to eclipe+pydev.
Regards,
Philippe
···
On Wednesday 22 June 2005 04:23 pm, Chris Barker wrote:
Do ANY of these option run your app "out of process" including when
debugging? (I'm pretty sure Wing does)
I know it's a LOT harder to write it that way, but it's really the only
option for a robust environment, and one that can be used with multiple
GUI toolkits.
I haven't seen Eric3 mentioned in this thread yet. Is it any good?
-Chris
--
*************************************
Philippe C. Martin
SnakeCard, LLC
www.snakecard.com
+1 405 694 8098
*************************************
We use eclipse+pydev too. It works
pretty well, and with the latest pydev plugin the code completion/intellisense
(whatever it is called with Eclipse) works reasonably well.
Hubert
"Philippe C. Martin"
philippecmartin@sbcglobal.net
06/22/2005 11:30 AM
Please respond to
wxPython-users@lists.wxwidgets.org
To
wxPython-users@lists.wxwidgets.org
cc
Subject
Re: [wxPython-users] Re:
IDE choice?
`It is very good - I only had troubles with the CVS
support (could have been my
fault), so I went to eclipe+pydev.
Regards,
Philippe
Do ANY of these option run your app “out of process” including
when
debugging? (I’m pretty sure Wing does)
I know it’s a LOT harder to write it that way, but it’s really the
only
···
On Wednesday 22 June 2005 04:23 pm, Chris Barker wrote:
option for a robust environment, and one that can be used with multiple
GUI toolkits.
I haven’t seen Eric3 mentioned in this thread yet. Is it any good?
-Chris
–
Philippe C. Martin
SnakeCard, LLC
www.snakecard.com
+1 405 694 8098
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
`
Chris Barker wrote:
Do ANY of these option run your app "out of process" including when debugging? (I'm pretty sure Wing does)
I know it's a LOT harder to write it that way, but it's really the only option for a robust environment, and one that can be used with multiple GUI toolkits.
I haven't seen Eric3 mentioned in this thread yet. Is it any good?
-Chris
The ActiveGrid IDE runs and debugs things in a separate process (using process.py). It uses XML-RPC to control the debugger. You pretty much have to have a separate process to debug wx apps because of the event loops.
--Matt
Hi Chris,
Chris Barker wrote:
Do ANY of these option run your app "out of process" including when debugging? (I'm pretty sure Wing does)
I am pretty sure Boa does it that way.
See you
Werner
···
I know it's a LOT harder to write it that way, but it's really the only option for a robust environment, and one that can be used with multiple GUI toolkits.
I haven't seen Eric3 mentioned in this thread yet. Is it any good?
-Chris
This thread made me want to try eric3 again to see if the cvs problem was
gone ... it is.
Regards,
Philippe
···
On Wednesday 22 June 2005 04:30 pm, Philippe C. Martin wrote:
It is very good - I only had troubles with the CVS support (could have been
my fault), so I went to eclipe+pydev.
Regards,
Philippe
On Wednesday 22 June 2005 04:23 pm, Chris Barker wrote:
> Do ANY of these option run your app "out of process" including when
> debugging? (I'm pretty sure Wing does)
>
> I know it's a LOT harder to write it that way, but it's really the only
> option for a robust environment, and one that can be used with multiple
> GUI toolkits.
>
> I haven't seen Eric3 mentioned in this thread yet. Is it any good?
>
> -Chris
--
*************************************
Philippe C. Martin
SnakeCard, LLC
www.snakecard.com
+1 405 694 8098
*************************************