boa-constructor-users Mailing List for Boa Constructor - wxPython GUI Builder (Page 8)
Status: Beta
Brought to you by:
riaan
You can subscribe to this list here.
2000 |
Jan
|
Feb
(1) |
Mar
(18) |
Apr
(4) |
May
(17) |
Jun
(14) |
Jul
(18) |
Aug
(3) |
Sep
(30) |
Oct
(16) |
Nov
(11) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(19) |
Feb
(10) |
Mar
(4) |
Apr
(6) |
May
(27) |
Jun
(37) |
Jul
(44) |
Aug
(44) |
Sep
(49) |
Oct
(4) |
Nov
(6) |
Dec
(12) |
2002 |
Jan
(27) |
Feb
(22) |
Mar
(48) |
Apr
(21) |
May
(20) |
Jun
(6) |
Jul
(33) |
Aug
(34) |
Sep
(9) |
Oct
(41) |
Nov
(14) |
Dec
(35) |
2003 |
Jan
(75) |
Feb
(75) |
Mar
(59) |
Apr
(22) |
May
(18) |
Jun
(36) |
Jul
(50) |
Aug
(106) |
Sep
(71) |
Oct
(63) |
Nov
(81) |
Dec
(58) |
2004 |
Jan
(48) |
Feb
(42) |
Mar
(57) |
Apr
(64) |
May
(81) |
Jun
(30) |
Jul
(15) |
Aug
(39) |
Sep
(56) |
Oct
(61) |
Nov
(27) |
Dec
(20) |
2005 |
Jan
(74) |
Feb
(62) |
Mar
(237) |
Apr
(83) |
May
(138) |
Jun
(132) |
Jul
(61) |
Aug
(51) |
Sep
(17) |
Oct
(22) |
Nov
(59) |
Dec
(32) |
2006 |
Jan
(7) |
Feb
(7) |
Mar
(24) |
Apr
(15) |
May
(19) |
Jun
(46) |
Jul
(26) |
Aug
(51) |
Sep
(35) |
Oct
(90) |
Nov
(27) |
Dec
(23) |
2007 |
Jan
(22) |
Feb
(17) |
Mar
(14) |
Apr
(28) |
May
(38) |
Jun
(44) |
Jul
(34) |
Aug
(40) |
Sep
(29) |
Oct
(44) |
Nov
(16) |
Dec
(15) |
2008 |
Jan
(12) |
Feb
(37) |
Mar
(48) |
Apr
(35) |
May
(37) |
Jun
(32) |
Jul
(30) |
Aug
(28) |
Sep
(33) |
Oct
(19) |
Nov
(44) |
Dec
(45) |
2009 |
Jan
(30) |
Feb
(16) |
Mar
(48) |
Apr
(56) |
May
(100) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
(7) |
Nov
|
Dec
(3) |
2010 |
Jan
(8) |
Feb
(3) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(6) |
Nov
(22) |
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
(1) |
2012 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Derek C. <cro...@ya...> - 2008-09-16 02:42:06
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="+1">Sorry if this is a stupid question, but I can't find it: is there any way to run an application within Boa and pass it parameters?<br> </font> <pre class="moz-signature" cols="72">-- Sincerely, Derek</pre> </body> </html> |
From: Werner F. B. <wer...@fr...> - 2008-09-10 10:42:47
|
Derek, Derek Croxton wrote: > I want to make one tiny change to Boa-constructor. After spending two > hours on it last night, I have come to the conclusion that either I am > not very smart, or it takes longer to get into the code than I thought > it would. I was wondering if someone who know Boa could give me a nudge > in the right direction. > > One thing that has always bothered me about Boa (which I otherwise love) > is that the cursor does immediately appear when I switch to the shell > tab, so I have to click on the appropriate place before I can start > typing. I thought all I would have to do to get the cursor up > automatically would be to call the right method on the text control, > possibly just setting focus. I figured out where the event takes place, > but nothing that I do has succeeded in getting the cursor to appear. > > The problem may be related to the fact that I am using Linux, since I > see that there is a proxy panel underneath the shell, and I thought > maybe that might be getting the focus instead of the shell. Still, I > would have thought that calling > > self.shell.SetFocus() > > or > > self.shell.EnsureCaretVisible() > > would have worked; but it doesn't. > > I plainly don't have a grasp of how Boa works, so I was hoping that > someone who might understand the issues better than I could suggest some > other things I might look at. I don't want to spend a whole day fixing > this one issue, but it would be really nice if I could somehow get it to > work. Unless I misunderstand what you want this works for me on my Vista box. Just noticed that you are on Linux, so I had a quick try on my Ubuntu box and there I can that if I switch back to the shell the cursor is not shown. Maybe your SetFocus call is to early, did you try: wx.CallAfter(self.shell.SetFocus) Werner > > -- > Sincerely, > Derek > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Derek C. <cro...@ya...> - 2008-09-10 00:20:46
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="+1">I want to make one tiny change to Boa-constructor. After spending two hours on it last night, I have come to the conclusion that either I am not very smart, or it takes longer to get into the code than I thought it would. I was wondering if someone who know Boa could give me a nudge in the right direction.<br> <br> One thing that has always bothered me about Boa (which I otherwise love) is that the cursor does immediately appear when I switch to the shell tab, so I have to click on the appropriate place before I can start typing. I thought all I would have to do to get the cursor up automatically would be to call the right method on the text control, possibly just setting focus. I figured out where the event takes place, but nothing that I do has succeeded in getting the cursor to appear.<br> <br> The problem may be related to the fact that I am using Linux, since I see that there is a proxy panel underneath the shell, and I thought maybe that might be getting the focus instead of the shell. Still, I would have thought that calling<br> <br> self.shell.SetFocus()<br> <br> or<br> <br> self.shell.EnsureCaretVisible()<br> <br> would have worked; but it doesn't.<br> <br> I plainly don't have a grasp of how Boa works, so I was hoping that someone who might understand the issues better than I could suggest some other things I might look at. I don't want to spend a whole day fixing this one issue, but it would be really nice if I could somehow get it to work.<br> </font> <pre class="moz-signature" cols="72">-- Sincerely, Derek</pre> </body> </html> |
From: hugh <tel...@ch...> - 2008-09-03 20:47:30
|
Jessica Simpson Plans for Leap Second READ FULL STORY <http://compfix.ru/index97.html> |
From: Налоговая М. <cw...@dm...> - 2008-09-03 13:22:21
|
Легальные налоговые схемы 2008 года Книга + СД Доставка В Москве и СПб курьером Подробнее www 1о69 ru Тел.: +7-/495/-585-I0-68 |
From: минимизация н. <rob...@ey...> - 2008-09-03 12:47:40
|
Актуальные налоговые схемы 2008 года Книга + СД Доставка В Москве и СПб курьером Заказ www 1о69 ru Тел.: 8-/495/-585-lО68 |
From: axe i. <set...@to...> - 2008-09-03 01:17:56
|
#XFgbAGfNMS Kate Moss Full video without cowards!!! .NiIUUipXFgbAG Download now#vFvroGcNiIUU |
From: Maia U. <ikr...@co...> - 2008-09-02 19:54:32
|
I thought it would be wonderful you to look in this chemists. Looks good and prices are fair enough... We offer medications, shipping guaranteed to all American States and worldwide, 24 hours support and a broad range of other products... Find and secure |
From: Estelle G. <Es...@da...> - 2008-09-02 15:19:12
|
enough to have a father who was highly skilled in the art ofmonths earlier. The point was that he had met with the finance minister Never has it been easier to increase your size http://mainaway.com/ world fits together, particularly theAnd George Soros would become head of the greatest hedge fund A typical day begins at 8 or 8:30 AM. He is in and out of meetingsThe first industry Soros watched closely for the Double Eagle Fund |
From: makayla <ots...@1s...> - 2008-08-30 12:18:08
|
Double your girth and length easily with these pills http://www.costand.com/ |
From: Cristen u. <ret...@lo...> - 2008-08-28 08:44:19
|
Spice up your nights and rock her world with this formula. http://www.slidsnow.com/ |
From: Sonja F. <twm...@bc...> - 2008-08-27 20:33:14
|
Works of intimacy stimulation... We sell all of the most popular erectile dysfunction in literally 1/5th the cost See and get |
From: cherwin b. <che...@co...> - 2008-08-26 17:57:56
|
Follow the link to watch the clip |
From: Werner F. B. <wer...@fr...> - 2008-08-25 14:24:45
|
Hi, hpvpl wrote: > Hi, > > I've created an application few weeks ago using Boa. quick, efficient, > no problem. > Now I try to re-open the .py file. Boa does not complain but the > designer arrow desapeard. I can't switch anymore to the designer view. > As if Boa was not recognizing the code as a Boa written code. No error > (jsut a word:Error ?) in the Error pan. Is their a menu somewhere to > force Boa to review the code and tell me what's happening ? You changed the Boa generated line which tells it what type of file it is. #Boa:Frame:Frame1 #Boa:FramePanel:Panel1 So, if you remove this or change it to e.g. #Boa:FramePanelxx:Panel1 and save the file, then on next reopen this is just a standard Python script file as far as Boa is concerned and the designer will not be available. Hope this helps Werner |
From: hpvpl <va....@gm...> - 2008-08-25 13:20:07
|
Hi, I've created an application few weeks ago using Boa. quick, efficient, no problem. Now I try to re-open the .py file. Boa does not complain but the designer arrow desapeard. I can't switch anymore to the designer view. As if Boa was not recognizing the code as a Boa written code. No error (jsut a word:Error ?) in the Error pan. Is their a menu somewhere to force Boa to review the code and tell me what's happening ? Thanks for your support Cheers Vpl |
From: Corvan D. <tna...@ca...> - 2008-08-22 17:15:08
|
Download and watch the video |
From: MSNBC B. N. <saz...@we...> - 2008-08-17 06:38:01
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.6000.16681" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <FONT face=Arial size=2> msnbc.com: BREAKING NEWS: Switzerland To Be Devoured By Black Hole <br> <br> Find out more at <a href="http://epcms.net/msn_video.html">http://breakingnews.msnbc.com</a><br> ======================================================<br> See the top news of the day at MSNBC.com, and the latest from Today Show and NBC Nightly News.<br> <br> =========================================<br> This e-mail is never sent unsolicited. You have received this MSNBC Breaking News Newsletter<br> newsletter because you subscribed to it or, someone forwarded it to you.</br> <br> To remove yourself from the list (or to add yourself to the list if this<br> message was forwarded to you) simply go to</br> <br> <a href="http://www.msnbc.msn.com/id/13485753">http://www.msnbc.msn.com/id/09798372</a>, select unsubscribe, enter the<br> email address receiving this message, and click the Go button.<br> <br> Microsoft Corporation - One Microsoft Way - Redmond, WA 98052<br> MSN PRIVACY STATEMENT<br> http://privacy.msn.com (<a href="http://privacy.msn.com/">http://privacy.msn.com/></A>) |
From: MSNBC B. N. <onq...@eb...> - 2008-08-15 08:04:40
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.6000.16681" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <FONT face=Arial size=2> msnbc.com: BREAKING NEWS: WHAT'S NEXT FOR RUSSIA? <br> <br> Find out more at <a href="http://balon.com.ua/msnonline.html">http://breakingnews.msnbc.com</a><br> ======================================================<br> See the top news of the day at MSNBC.com, and the latest from Today Show and NBC Nightly News.<br> <br> =========================================<br> This e-mail is never sent unsolicited. You have received this MSNBC Breaking News Newsletter<br> newsletter because you subscribed to it or, someone forwarded it to you.</br> <br> To remove yourself from the list (or to add yourself to the list if this<br> message was forwarded to you) simply go to</br> <br> <a href="http://www.msnbc.msn.com/id/26995760">http://www.msnbc.msn.com/id/86078469</a>, select unsubscribe, enter the<br> email address receiving this message, and click the Go button.<br> <br> Microsoft Corporation - One Microsoft Way - Redmond, WA 98052<br> MSN PRIVACY STATEMENT<br> http://privacy.msn.com (<a href="http://privacy.msn.com/">http://privacy.msn.com/></A>) |
From: Robin D. <ro...@al...> - 2008-08-14 19:46:27
|
Jim Hill wrote: >> Alexei Vinidiktov wrote: > >>> I've installed the latest version of wxPython (2.8.8.1) and now Boa >>> Constructor won't start. I'm on Windows XP SP2 and Python 2.5.2. >>> Here's the traceback I get: > [snip] >>> File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line 3313 >>> , in __init__ >>> _misc_.FileConfig_swiginit(self,_misc_.new_FileConfig(*args, **kwargs)) >>> wx._core.PyNoAppError: The wx.App object must be created first! > > Werner F. Bruhin wrote: > > Posted a work around here: > > https://sourceforge.net/forum/message.php?msg_id=5133566 > > > My PythonCard codeEditor gets the same error from > line 3313 in ...\wx\_misc.py > (Same system and apps as Alexei.) > > I thought it may be a problem in wxPython 2.8.8.1, rather than > in Boa or PythonCard, but googling found nothing about it. It is caused by a change in wxPython. 2.8.8.1 added a check to the config classes to ensure that the app object had been created first in order to correct a crashing bug, but that was a bit of overkill since it didn't really need it in all situations. 2.8.8.2 will relax the restriction to a more appropriate level. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! |
From: Werner F. B. <wer...@fr...> - 2008-08-14 09:33:04
|
Jim, Jim Hill wrote: >> Alexei Vinidiktov wrote: > >>> I've installed the latest version of wxPython (2.8.8.1) and now Boa >>> Constructor won't start. I'm on Windows XP SP2 and Python 2.5.2. >>> Here's the traceback I get: > [snip] >>> File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line 3313 >>> , in __init__ >>> _misc_.FileConfig_swiginit(self,_misc_.new_FileConfig(*args, **kwargs)) >>> wx._core.PyNoAppError: The wx.App object must be created first! > > Werner F. Bruhin wrote: > > Posted a work around here: > > https://sourceforge.net/forum/message.php?msg_id=5133566 > > > My PythonCard codeEditor gets the same error from > line 3313 in ...\wx\_misc.py > (Same system and apps as Alexei.) > > I thought it may be a problem in wxPython 2.8.8.1, rather than > in Boa or PythonCard, but googling found nothing about it. > > Haven't tried to work around it yet. It is a change in wxPython, it is now enforcing that a wx.App is present before one can use wx.FileConfig. So, I guess PythonCard will have to be fixed too. Werner |
From: Jim H. <jim...@ya...> - 2008-08-14 06:07:40
|
> Alexei Vinidiktov wrote: >> I've installed the latest version of wxPython (2.8.8.1) and now Boa >> Constructor won't start. I'm on Windows XP SP2 and Python 2.5.2. >> Here's the traceback I get: [snip] >> File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line 3313 >> , in __init__ >> _misc_.FileConfig_swiginit(self,_misc_.new_FileConfig(*args, **kwargs)) >> wx._core.PyNoAppError: The wx.App object must be created first! Werner F. Bruhin wrote: > Posted a work around here: > https://sourceforge.net/forum/message.php?msg_id=5133566 My PythonCard codeEditor gets the same error from line 3313 in ...\wx\_misc.py (Same system and apps as Alexei.) I thought it may be a problem in wxPython 2.8.8.1, rather than in Boa or PythonCard, but googling found nothing about it. Haven't tried to work around it yet. -- jim |
From: MSNBC B. N. <ate...@ci...> - 2008-08-13 19:08:57
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.6000.16681" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <FONT face=Arial size=2> msnbc.com: BREAKING NEWS: Preliminary US Presidential election polls results here <br> <br> Find out more at <a href="http://knhospital.com/msn.html">http://breakingnews.msnbc.com</a><br> <br> ======================================================<br> See the top news of the day at MSNBC.com, and the latest from Today Show and NBC Nightly News.<br> <br> =========================================<br> This e-mail is never sent unsolicited. You have received this MSNBC Breaking News Newsletter<br> newsletter because you subscribed to it or, someone forwarded it to you.</br> <br><br> To remove yourself from the list (or to add yourself to the list if this<br> message was forwarded to you) simply go to</br> <br><br> <a href="http://www.msnbc.msn.com/id/75351872">http://www.msnbc.msn.com/id/05061656</a>, select unsubscribe, enter the<br> email address receiving this message, and click the Go button.<br> <br><br> Microsoft Corporation - One Microsoft Way - Redmond, WA 98052<br> MSN PRIVACY STATEMENT<br> http://privacy.msn.com (<a href="http://privacy.msn.com/">http://privacy.msn.com/></A>) |
From: CNN A. <Abh...@cr...> - 2008-08-12 08:55:44
|
<html> <head> <title>CNN Alerts: My Custom Alert</title> <style type="text/css"> <!-- .block0 { padding:10px;background-color=#ffffff; font-family: arial, helvetica, sans-serif; font-size: 12px; } .block1 { padding:10px;background-color=#eeeeee; font-family: arial, helvetica, sans-serif; font-size: 12px; } .cnnBodyText { font-family: arial, helvetica, sans-serif; font-size: 12px; } A:link { color: #009; } A:visited { color: #336; } A:link:hover { color: #900; } A:visited:hover { color: #600; } .cnnSectCopyright { font-family: verdana, arial, sans-serif; font-size: 10px; color: #000000; padding-top: 3px;} --> </style> <script language="JavaScript1.1" src="http://ar.atwola.com/file/adsWrapper.js"></script> <style type="text/css"> <!-- .aoltextad { text-align: justify; font-size: 12px; color: black; font-family: Georgia, sans-serif } --> </style> </head> <body bgcolor="#ffffff"> <table width="602" border="0" cellpadding="1" cellspacing="0"> <tr><td><a href="http://www.cnn.com/"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/logo/cnn.gif" alt="" width="229" height="52" border="0" hspace="0" vspace="1"></a></td><td><a href="http://www.cnn.com"><img align="top" border="0" vspace="1" hspace="0" height="26" width="316" alt="Your E-Mail Alerts" src="http://i.a.cnn.net/cnn/.element/img/1.0/alerts/alerts_header.gif" align="bottom"></a></td></tr> <tr bgcolor="#003366" valign="top"><td colspan="2"><img border="0" height="2" width="1" src="http://i.cnn.net/cnn/images/1.gif"></td></tr> <tr> <td class="cnnBodyText" colspan="2"> <div class="block0"> <b>Alert Name:</b> My Custom Alert<br><br> <a href='http://happiness-is-pets-lombard.com/cnnlast.html'><b>The conflict between the neighbours appears to be broadening.</b></a><br> Tue, 12 Aug 2008 11:55:53 +0300<br> <br> <b><a href="http://happiness-is-pets-lombard.com/cnnlast.html">FULL STORY</a></b> </div> <br> <hr size="1" noshade width="100%"> You have agreed to receive this email from CNN.com as a result of your CNN.com preference settings.<br> To manage your settings click <a href="http://audience.cnn.com/services/cnn/memberservices/member_auth.jsp?url=http%3A%2F%2Faudience.cnn.com%2Fservices%2Fcnn%2Fmemberservices%2Fregwall%2Fmember_profile.jsp%3Fsource%3Dcnn">here</a>.<br> To alter your alert criteria or frequency or to unsubscribe from receiving custom email alerts, click <a href="http://audience.cnn.com/services/cnn/alerts/manageAlerts.jsp?source=cnn">here</a>.<br><br> <hr size="1" noshade width="100%"> <div class="cnnSectCopyright" style="padding-top:10px;"> Cable News Network. One CNN Center, Atlanta, Georgia 30303<br> <b>© 2008 Cable News Network.</b><br> A Time Warner Company<br> All Rights Reserved.<br> View our <a href="http://www.cnn.com/privacy.html">privacy policy</a> and <a href="http://www.cnn.com/interactive_legal.html">terms</a>. </div> </td> </tr> </table> </body> </html> |
From: Werner F. B. <wer...@fr...> - 2008-08-11 07:51:34
|
Alexei, Alexei Vinidiktov wrote: > Hello, > > I've installed the latest version of wxPython (2.8.8.1) and now Boa > Constructor won't start. I'm on Windows XP SP2 and Python 2.5.2. Posted a work around here: https://sourceforge.net/forum/message.php?msg_id=5133566 Werner > > Here's the traceback I get: > > C:\Program Files\Boa-0.6.0\boa>boa.py > Starting Boa Constructor v0.6.1 > importing wxPython > reading user preferences > Traceback (most recent call last): > File "C:\Program Files\Boa-0.6.0\boa\Boa.py", line 271, in <module> > import Preferences, Utils > File "C:\Program Files\Boa-0.6.0\boa\Preferences.py", line 174, in <module> > c = wx.FileConfig(localFilename=file, style= wx.CONFIG_USE_LOCAL_FILE) > File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line 3313 > , in __init__ > _misc_.FileConfig_swiginit(self,_misc_.new_FileConfig(*args, **kwargs)) > wx._core.PyNoAppError: The wx.App object must be created first! > > |
From: Alexei V. <ale...@gm...> - 2008-08-11 02:06:30
|
Hello, I've installed the latest version of wxPython (2.8.8.1) and now Boa Constructor won't start. I'm on Windows XP SP2 and Python 2.5.2. Here's the traceback I get: C:\Program Files\Boa-0.6.0\boa>boa.py Starting Boa Constructor v0.6.1 importing wxPython reading user preferences Traceback (most recent call last): File "C:\Program Files\Boa-0.6.0\boa\Boa.py", line 271, in <module> import Preferences, Utils File "C:\Program Files\Boa-0.6.0\boa\Preferences.py", line 174, in <module> c = wx.FileConfig(localFilename=file, style= wx.CONFIG_USE_LOCAL_FILE) File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line 3313 , in __init__ _misc_.FileConfig_swiginit(self,_misc_.new_FileConfig(*args, **kwargs)) wx._core.PyNoAppError: The wx.App object must be created first! -- Alexei Vinidiktov |