Stupid Newbie Questions.

Hi all,

I'm coming from a VB background and I've been trying to get up to speed with
Python. It's been a rather large learning curve. Learning the language has
just been a part of it. I've also had some trouble figuring out what I want
to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion and function
parameter help. When I started programming, I had the first two things but
I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look right). I
particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I particularly
like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of a block by
using the Idle command control-[. I can't seem to figure out how to do any
debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through line-by-line or
query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

You could always look at Komodo, it's not free, but you can at least try it out and see if you like it..

It does all the open source stuff, perl, python..

Although I found several times, step debugging wxPython programs will cause it too loop.. and I'm not sure why.. Personally, I use UltraEdit... But that's just me.

D

···

At 04:25 PM 10/29/03, you wrote:

Hi all,

I'm coming from a VB background and I've been trying to get up to speed with
Python. It's been a rather large learning curve. Learning the language has
just been a part of it. I've also had some trouble figuring out what I want
to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion and function
parameter help. When I started programming, I had the first two things but
I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look right). I
particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I particularly
like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of a block by
using the Idle command control-[. I can't seem to figure out how to do any
debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through line-by-line or
query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

We use WingIDE ( http://www.wingide.com/ ) here...also not free. The do
have an eval version IIRC.

Works well with debugging.

- Jim

···

On Wed, 2003-10-29 at 15:30, Dave wrote:

You could always look at Komodo, it's not free, but you can at least try it
out and see if you like it..

It does all the open source stuff, perl, python..

Although I found several times, step debugging wxPython programs will cause
it too loop.. and I'm not sure why.. Personally, I use UltraEdit... But
that's just me.

D

At 04:25 PM 10/29/03, you wrote:
>Hi all,
>
>I'm coming from a VB background and I've been trying to get up to speed with
>Python. It's been a rather large learning curve. Learning the language has
>just been a part of it. I've also had some trouble figuring out what I want
>to use for a development environment.
>
>At a minimum, I'd like to be able to execute a program line-by-line and
>query the values of my variables and have automatic completion and function
>parameter help. When I started programming, I had the first two things but
>I've grown to love the other two and would hate to have to give them up.
>
>I started with Wing IDE but the interface feels awkward (The word awkward
>looks awkward. The spell checker says it's ok but it doesn't look right). I
>particularly don't like the check boxes. It took me a while to figure out
>what they were.
>
>I like the editor in the Py programs like PyAlaMode - a lot. I particularly
>like the way the control [ and ] let you increase and decrease the font
>size. I found this out when trying to change the indentation of a block by
>using the Idle command control-[. I can't seem to figure out how to do any
>debugging. It has a tab with the shell. Does this allow any kind of
>execution of other opened files?
>
>I was able to get Idle to run programs but not step through line-by-line or
>query variable values. Can Idle do that?
>
>Anyone have recommendations for the "best" environment to use to learn and
>debug Python programs? And don't say Python.net. I've been trying to get
>away from the Microsoft world.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
>For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

I used Komodo 2.3 for roughly a year. It's debugging features are very
nice. However, the only way I was able to get it to work with wxPython
was by running my script as an external process. When I did this, I lost
my debugging features.

Since then, I'm using Boa more and more.

···

On Wed, 2003-10-29 at 17:30, Dave wrote:

You could always look at Komodo, it's not free, but you can at least try it
out and see if you like it..

It does all the open source stuff, perl, python..

Although I found several times, step debugging wxPython programs will cause
it too loop.. and I'm not sure why.. Personally, I use UltraEdit... But
that's just me.

D

At 04:25 PM 10/29/03, you wrote:
>Hi all,
>
>I'm coming from a VB background and I've been trying to get up to speed with
>Python. It's been a rather large learning curve. Learning the language has
>just been a part of it. I've also had some trouble figuring out what I want
>to use for a development environment.
>
>At a minimum, I'd like to be able to execute a program line-by-line and
>query the values of my variables and have automatic completion and function
>parameter help. When I started programming, I had the first two things but
>I've grown to love the other two and would hate to have to give them up.
>
>I started with Wing IDE but the interface feels awkward (The word awkward
>looks awkward. The spell checker says it's ok but it doesn't look right). I
>particularly don't like the check boxes. It took me a while to figure out
>what they were.
>
>I like the editor in the Py programs like PyAlaMode - a lot. I particularly
>like the way the control [ and ] let you increase and decrease the font
>size. I found this out when trying to change the indentation of a block by
>using the Idle command control-[. I can't seem to figure out how to do any
>debugging. It has a tab with the shell. Does this allow any kind of
>execution of other opened files?
>
>I was able to get Idle to run programs but not step through line-by-line or
>query variable values. Can Idle do that?
>
>Anyone have recommendations for the "best" environment to use to learn and
>debug Python programs? And don't say Python.net. I've been trying to get
>away from the Microsoft world.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
>For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Goldthwaite, Joe wrote:

Hi all,

I'm coming from a VB background and I've been trying to get up to speed with
Python. It's been a rather large learning curve. Learning the language has
just been a part of it. I've also had some trouble figuring out what I want
to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion and function
parameter help. When I started programming, I had the first two things but
I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look right). I
particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I particularly
like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of a block by
using the Idle command control-[. I can't seem to figure out how to do any
debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through line-by-line or
query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Personally I have been very happy using Jedit as my editor of choice. All debugging and head-scratchin' has been done at the command line.

···

--
"When you do become Satan's Mistress, as you've always dreamed, don't forget us, the little people"

Hi there,

I started off using the Activestate PythonWin editor ... it is very easy to
use, has a step through debugging tool etc ... however now I am using JEdit
( cross platform IDE ) because I got sick of changing editing environments
between linux and windows and different programming lanuages ...

cheers

Ben C

···

----- Original Message -----
From: "Goldthwaite, Joe" <joe@goldthwaites.com>
To: <wxpython-users@lists.wxwindows.org>
Sent: Thursday, October 30, 2003 9:25 AM
Subject: [wxPython-users] Stupid Newbie Questions.

Hi all,

I'm coming from a VB background and I've been trying to get up to speed

with

Python. It's been a rather large learning curve. Learning the language

has

just been a part of it. I've also had some trouble figuring out what I

want

to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion and

function

parameter help. When I started programming, I had the first two things

but

I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look right).

I

particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I

particularly

like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of a block

by

using the Idle command control-[. I can't seem to figure out how to do

any

debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through line-by-line

or

query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.423 / Virus Database: 238 - Release Date: 25/11/2002

Commercially, I've found CodeWright to be fairly good with Python code. VIM
is also available on Windows and has a lot of Python support goodness, if
you can hack the vi command set.

Non-commerially, do a search for PyPE. It comes the closest to what I want
to see in a Python editor, though it is very much a work in progress. The
last version I used worked quite well, though. It's written in Python using
wxPython for the UI. I've ganked a lot of code from it for my own efforts in
this area (don't ask, it's such a mess right now I'd be embarassed to share
the code).

Personally, I'm a debug-from-the-shell kinda programmer so as long as it
edits Python code well and offers a code browser I'm a happy camper :slight_smile:

···

-----Original Message-----
From: Goldthwaite, Joe [mailto:joe@goldthwaites.com]
Sent: Wednesday, October 29, 2003 14:26
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython-users] Stupid Newbie Questions.

Hi all,

I'm coming from a VB background and I've been trying to get up to
speed with
Python. It's been a rather large learning curve. Learning the
language has
just been a part of it. I've also had some trouble figuring out
what I want
to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion
and function
parameter help. When I started programming, I had the first two
things but
I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look
right). I
particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I
particularly
like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of
a block by
using the Idle command control-[. I can't seem to figure out how
to do any
debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through
line-by-line or
query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Another (great) editor for Python is SciTE, available at

   <http://www.scintilla.org/SciTE.html&gt;

We use it both on Linux (RedHat) and Windows (XP). The
latter is a very simple install: just download and unzip.

/Jean Brouwers
  ProphICy Semiconductor

Jeff Grimmett wrote:

···

Commercially, I've found CodeWright to be fairly good with Python code. VIM
is also available on Windows and has a lot of Python support goodness, if
you can hack the vi command set.

Non-commerially, do a search for PyPE. It comes the closest to what I want
to see in a Python editor, though it is very much a work in progress. The
last version I used worked quite well, though. It's written in Python using
wxPython for the UI. I've ganked a lot of code from it for my own efforts in
this area (don't ask, it's such a mess right now I'd be embarassed to share
the code).

Personally, I'm a debug-from-the-shell kinda programmer so as long as it
edits Python code well and offers a code browser I'm a happy camper :slight_smile:

-----Original Message-----
From: Goldthwaite, Joe [mailto:joe@goldthwaites.com]
Sent: Wednesday, October 29, 2003 14:26
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython-users] Stupid Newbie Questions.

Hi all,

I'm coming from a VB background and I've been trying to get up to
speed with
Python. It's been a rather large learning curve. Learning the
language has
just been a part of it. I've also had some trouble figuring out
what I want
to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion
and function
parameter help. When I started programming, I had the first two
things but
I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look
right). I
particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I
particularly
like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of
a block by
using the Idle command control-[. I can't seem to figure out how
to do any
debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through
line-by-line or
query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

I here there is a wxPython book? ... can I please have a name and an ISBN
number ...

thanks

Ben Catanzariti

···

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.423 / Virus Database: 238 - Release Date: 25/11/2002

boa constructor

http://boa-constructor.sourceforge.net/

Stano.

Goldthwaite, Joe wrote:

···

Hi all,

I'm coming from a VB background and I've been trying to get up to speed with
Python. It's been a rather large learning curve. Learning the language has
just been a part of it. I've also had some trouble figuring out what I want
to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion and function
parameter help. When I started programming, I had the first two things but
I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look right). I
particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I particularly
like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of a block by
using the Idle command control-[. I can't seem to figure out how to do any
debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through line-by-line or
query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

"Goldthwaite, Joe" <joe@goldthwaites.com> wrote in message
news:000601c39e6b$a09deee0$6501a8c0@bars.com...

Hi all,

I'm coming from a VB background and I've been trying to get up to speed

with

Python. It's been a rather large learning curve. Learning the language

has

just been a part of it. I've also had some trouble figuring out what I

want

to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion and

function

parameter help. When I started programming, I had the first two things

but

I've grown to love the other two and would hate to have to give them up.

One thing that is *really* nice with wxPython (or should that now be
wx.Python? ) is that you can put a pyShell or pyCrust window in your
application, and let it be its own debugger. Very useful if you have to
debug a system running on the users computer rather than your own.

From: Jeff Grimmett [mailto:grimmtooth@softhome.net]

Non-commerially, do a search for PyPE. It comes the closest to what

Oy, I forgot to mention spe (google it, it'll turn up). It's still in
progress too but so far I am *very* impressed with it. If it had tabs
instead of using MDI I'd be on it like hair on a gorilla.

Yeah,
  Komodo is nice for the core language, but the wx.. Languages it has problems.. so if you are mainly a wx I woudl stay away from this I Guess.. sorry for the confusion, hopefully they can find a way to make it work.. :slight_smile:

···

At 08:23 PM 10/29/2003, you wrote:

I used Komodo 2.3 for roughly a year. It's debugging features are very
nice. However, the only way I was able to get it to work with wxPython
was by running my script as an external process. When I did this, I lost
my debugging features.

Since then, I'm using Boa more and more.

On Wed, 2003-10-29 at 17:30, Dave wrote:
> You could always look at Komodo, it's not free, but you can at least try it
> out and see if you like it..
>
> It does all the open source stuff, perl, python..
>
> Although I found several times, step debugging wxPython programs will cause
> it too loop.. and I'm not sure why.. Personally, I use UltraEdit... But
> that's just me.
>
> D
>
> At 04:25 PM 10/29/03, you wrote:
> >Hi all,
> >
> >I'm coming from a VB background and I've been trying to get up to speed with
> >Python. It's been a rather large learning curve. Learning the language has
> >just been a part of it. I've also had some trouble figuring out what I want
> >to use for a development environment.
> >
> >At a minimum, I'd like to be able to execute a program line-by-line and
> >query the values of my variables and have automatic completion and function
> >parameter help. When I started programming, I had the first two things but
> >I've grown to love the other two and would hate to have to give them up.
> >
> >I started with Wing IDE but the interface feels awkward (The word awkward
> >looks awkward. The spell checker says it's ok but it doesn't look right). I
> >particularly don't like the check boxes. It took me a while to figure out
> >what they were.
> >
> >I like the editor in the Py programs like PyAlaMode - a lot. I particularly
> >like the way the control [ and ] let you increase and decrease the font
> >size. I found this out when trying to change the indentation of a block by
> >using the Idle command control-[. I can't seem to figure out how to do any
> >debugging. It has a tab with the shell. Does this allow any kind of
> >execution of other opened files?
> >
> >I was able to get Idle to run programs but not step through line-by-line or
> >query variable values. Can Idle do that?
> >
> >Anyone have recommendations for the "best" environment to use to learn and
> >debug Python programs? And don't say Python.net. I've been trying to get
> >away from the Microsoft world.
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
> >For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
> For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

This dose seem like a nice editor, but when I tried to download it I got a 404..

So might need to wait just a bit on this one..

···

At 03:54 AM 10/30/2003, you wrote:

> From: Jeff Grimmett [mailto:grimmtooth@softhome.net]

> Non-commerially, do a search for PyPE. It comes the closest to what

Oy, I forgot to mention spe (google it, it'll turn up). It's still in
progress too but so far I am *very* impressed with it. If it had tabs
instead of using MDI I'd be on it like hair on a gorilla.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Ben Catanzariti wrote:

I here there is a wxPython book? ... can I please have a name and an ISBN
number ...

It hasn't been published yet, but the good news is that work on it is proceeding again.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Hi everyone,
I really feel like an oddball here because I seem to be the only one who
uses the HAP debugger IDE, available on SourceForge. I come from the MS VC++
environment, though, and HAP is a lot like that so maybe that's the reason,
but it really isn't missing much (at least not much that isn't also missing
on other IDEs).

- uses the Scintilla editor; not missing much, IMO (auto-completion isn't
there, but is it anywhere?)
- step by step debugging with breakpoints - step over, into, and out of
- also a remote debugger, although I haven't had to use this feature
- project workspace listing project files
- variable watches
- ability to change variable values while debugging
- while debugging you have windows to view output, errors only, or both
- also a call stack window
- something I use all the time is the "find in files" function to search for
string occurrences; I use this all the time to locate wx names in the
wxPython source since there is no documentation to go to.

For resources I use XRCed distributed with wxPython, and again there really
isn't anything missing there either, IMO. However, using resources from xrc
files is a manual process, which is maybe something other IDEs have
automated more, I don't know.

There is a very small learning curve with the HAP debugger, although that
might be because of my background. HAP seems so simple though - I tried Boa
and WindIDE and there was so much layered on by these environments (and they
were so slow) that it didn't seem worth it to continue.

HTH
-Rick King

I'm coming from a VB background and I've been trying to get up to speed

with

Python. It's been a rather large learning curve. Learning the language

has

just been a part of it. I've also had some trouble figuring out what I

want

to use for a development environment.

At a minimum, I'd like to be able to execute a program line-by-line and
query the values of my variables and have automatic completion and

function

parameter help. When I started programming, I had the first two things

but

I've grown to love the other two and would hate to have to give them up.

I started with Wing IDE but the interface feels awkward (The word awkward
looks awkward. The spell checker says it's ok but it doesn't look right).

I

particularly don't like the check boxes. It took me a while to figure out
what they were.

I like the editor in the Py programs like PyAlaMode - a lot. I

particularly

like the way the control [ and ] let you increase and decrease the font
size. I found this out when trying to change the indentation of a block

by

using the Idle command control-[. I can't seem to figure out how to do

any

debugging. It has a tab with the shell. Does this allow any kind of
execution of other opened files?

I was able to get Idle to run programs but not step through line-by-line

or

···

query variable values. Can Idle do that?

Anyone have recommendations for the "best" environment to use to learn and
debug Python programs? And don't say Python.net. I've been trying to get
away from the Microsoft world.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Robin Dunn wrote:

Ben Catanzariti wrote:

I here there is a wxPython book? ... can I please have a name and an ISBN
number ...

It hasn't been published yet, but the good news is that work on it is proceeding again.

Do you know who might be publishing the book, if there is a site for it etc...?

Thanks.

···

--
"When you do become Satan's Mistress, as you've always dreamed, don't forget us, the little people"

Robin,

Robin Dunn wrote:

Ben Catanzariti wrote:

I here there is a wxPython book? ... can I please have a name and an ISBN
number ...

It hasn't been published yet, but the good news is that work on it is proceeding again.

That is very good news! Looking forward to it!

See you
Werner

Rick King wrote:

Hi everyone,
I really feel like an oddball here because I seem to be the only one who
uses the HAP debugger IDE, available on SourceForge. I come from the MS VC++
environment, though, and HAP is a lot like that so maybe that's the reason,
but it really isn't missing much (at least not much that isn't also missing
on other IDEs).

Does HAP run on platforms other than Windows yet?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Steven Bell wrote:

Robin Dunn wrote:

Ben Catanzariti wrote:

I here there is a wxPython book? ... can I please have a name and an ISBN
number ...

It hasn't been published yet, but the good news is that work on it is proceeding again.

Do you know who might be publishing the book, if there is a site for it etc...?

Manning Press. There is not a website for it yet, still too early for that.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!