Re: Boa Constructor Mac crash when adding menubar

2008-02-23 Thread cmpython
On Feb 21, 2:08 am, Jacob Davis <[EMAIL PROTECTED]> wrote: > hi. Every time I go through the Boa Constructor tutorial and I get to > the "Add a Menu Bar" section, Boa Constructor crashes after I select a > wx.menubar and then left click either in the Data or design frames

Boa Constructor Mac crash when adding menubar

2008-02-20 Thread Jacob Davis
hi. Every time I go through the Boa Constructor tutorial and I get to the "Add a Menu Bar" section, Boa Constructor crashes after I select a wx.menubar and then left click either in the Data or design frames. I saw a post on the internet from the usenet about this very question,

Re: Boa constructor debugging - exec some code at breakpoint?

2008-01-22 Thread Mike Driscoll
On Jan 22, 1:23 am, Joel <[EMAIL PROTECTED]> wrote: > Can you please tell me how this can be done.. > are there any other IDEs for the same purpose if Boa can't do it? > > Joel > > On Jan 6, 11:01 am, Joel <[EMAIL PROTECTED]> wrote: > > > Hey there.. >

Re: Boa constructor debugging - exec some code at breakpoint?

2008-01-21 Thread Joel
Can you please tell me how this can be done.. are there any other IDEs for the same purpose if Boa can't do it? Joel On Jan 6, 11:01 am, Joel <[EMAIL PROTECTED]> wrote: > Hey there.. > I'm using boa constructor to debug a python application. For my > application, I ne

Re: Boa constructor

2008-01-11 Thread Joel
On Jan 12, 9:37 am, Joel <[EMAIL PROTECTED]> wrote: > Hi, > In BOA constructor, is there any way to do the following: > Once a breakpoint has reached, I want to enter some code > and execute it. > Can anyone tell me of a technique? > > Also input stream doesn't see

Boa constructor

2008-01-11 Thread Joel
Hi, In BOA constructor, is there any way to do the following: Once a breakpoint has reached, I want to enter some code and execute it. Can anyone tell me of a technique? Also input stream doesn't seem to work, I do a standard input read and then i enter something in the input window, but it

Boa constructor debugging - exec some code at breakpoint?

2008-01-05 Thread Joel
Hey there.. I'm using boa constructor to debug a python application. For my application, I need to insert break points and execute some piece of code interactively through shell or someother window when the breakpoint has been reached. Unfortunately the shell I think is a seperate proce

Re: Newbie - Boa Constructor, wxPython problem running Boa

2007-04-05 Thread kyosohma
.org/download/releases/2.5/ > > wxPython for Python2.5 > ------------ > installed > usinghttp://prdownloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode... > > Boa Constructor > > installed using boa-constructor-0.4.4.win32.exe > > Do

Newbie - Boa Constructor, wxPython problem running Boa

2007-04-05 Thread Anbeyon
he following setup; Python2.5 --- installed using python-2.5.msi from http://www.python.org/download/releases/2.5/ wxPython for Python2.5 installed using http://prdownloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8

Boa Constructor error: "No section:editor"

2006-10-17 Thread Pat Nystrom
Hi, In case you haven't solved this already, the problem seems to be an empty or corrupt config file - \documents and settings\username\.boa-constructor\Explorer.msw.cfg. (at least under windows - don't know where it'd be in linux/elsewhere) When I deleted it, the next in

Boa Constructor error: "No section:editor"

2006-10-04 Thread Archana Kumar
Hi, I try to open a Boa Constructor's instance when an error message : "No section:editor" (in a pop up window) is being thrown. I can see on the console that the last message shown is "running main" I also tried reinstalling Boa (0.4.4 Release)as well as Python (ver 2.4.3), but the problem still

anyone make any non-wx python plugins for boa-constructor

2006-10-03 Thread [EMAIL PROTECTED]
I was looking at vpython and it would seem to be an easy thing to add to boa-constuctors classes but I am not sure if that is possible within the boa-constructor interface. Is it possible to do without combining it with wxwindows?? Is there any examples besides the simple one that comes

pdf to hhp for boa-constructor help

2006-09-03 Thread [EMAIL PROTECTED]
Is there a way to convert from .pdf to hhp so that I can add help files to boa constructor.. adding html to it would also be helpfull http://www.dexrow.com -- http://mail.python.org/mailman/listinfo/python-list

Re: dragging with Boa Constructor

2006-06-24 Thread icebear
icebear wrote: > There's some non-obvious trick to being able to drag widgets around on a > frame screen using Boa Constructor. I'd appreciate hearing from anybody > who knows what it is. Sem to have figured it out myself here the REAL widgets can be dragged, and t

dragging with Boa Constructor

2006-06-24 Thread icebear
There's some non-obvious trick to being able to drag widgets around on a frame screen using Boa Constructor. I'd appreciate hearing from anybody who knows what it is. -- http://mail.python.org/mailman/listinfo/python-list

Re: Boa constructor- is it still alive?

2006-06-12 Thread jean-michel bain-cornu
tatamata a écrit : > Does anyone know is Boa constructor project still alive? > I visited Boa web site and it seems that it hasn't been updated for a long > time > I downloaded the version 0.4.4 a couple of months ago, so I guess the project is alive (I have been used the

Boa constructor- is it still alive?

2006-06-12 Thread tatamata
Does anyone know is Boa constructor project still alive? I visited Boa web site and it seems that it hasn't been updated for a long time -- http://mail.python.org/mailman/listinfo/python-list

How to debug a multithreaded windowsNT servvice with Boa Constructor

2005-05-18 Thread Gijs Korremans
Hi, I'm trying to debug a multithreaded windowsNT service with Boa Constructor but it's not working. I don't know how to debug a service (there's nothing on the internet about that) so I've made an extra module espacially for the debugger which starts all my threads

{SPAM} Remote debugging with boa constructor

2005-03-14 Thread Gijs Korremans
Hi, I'm a newby on the Python language but I have to modify an excisting pyhon application which runs as a Windows NT service (on 2003 server). I've heared that it's possible to debug an application with boa constructor over the internet, I tried some things what I found on the

Re: boa constructor & mysql

2005-01-29 Thread F. GEIGER
Look at the wx demos. Another idea: Use a virtual list control. In the OnGetItemText() you could do the appropriate SQL query. Workedpretty well for me. HTH Franz GEIGER "Michele" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I've search a lot to found how visualize a mysql

boa constructor & mysql

2005-01-28 Thread Michele
I've search a lot to found how visualize a mysql table in a gui (wxpython). I think to use wxgrid to visualize this table...but I don't know how... Anyone help me? Thanks a lot for the patience. Michele -- http://mail.python.org/mailman/listinfo/python-list

[OT] Re: [Boa Constr] new open source project developing with Boa Constructor

2004-12-14 Thread Stephen Waterbury
Stephen Waterbury wrote: sosman wrote: Just letting people know, I have launched a homebrew software package that is being developed with boa. http://sourceforge.net/projects/brewsta/ So, give us a hint ... does it make beer or what? :) Oops! Sorry gang. Sent my wise-ass reply to the wrong lis

Re: [Boa Constr] new open source project developing with Boa Constructor

2004-12-13 Thread Stephen Waterbury
sosman wrote: Just letting people know, I have launched a homebrew software package that is being developed with boa. http://sourceforge.net/projects/brewsta/ So, give us a hint ... does it make beer or what? :) -- http://mail.python.org/mailman/listinfo/python-list