boa-constructor-users Mailing List for Boa Constructor - wxPython GUI Builder (Page 16)
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: Jennefer C. <_in...@ac...> - 2008-02-17 17:07:38
|
Be the Stud of the party, EVERY party. |
From: Werner F. B. <wer...@fr...> - 2008-02-14 16:53:56
|
Erik, Erik Vandamme wrote: > Werner, > I uninstalled Boa (because in the doc/help it said that one could > install undre Python25\site-packages.. > Installing it ther gave same result, then I found a directiry > c:\Python25 with just the debugger in it and then copied all Boa stuff > from ..\site-packages Not sure what you are saying here, but as you are getting an exception it looks like the access rights are worked out. > Re-made sure all folderrs/files under c:\Python were not read-only and > then run everythhing sample again > see below for result: > > */Traceback (most recent call last): > File "Everything.py", line 6, in <module> > wxversion.select('2.5') > File "C:\Python25\lib\site-packages\wxversion.py", line 152, in select > raise VersionError("Requested version of wxPython not found") > wxversion.VersionError: Requested version of wxPython not found/* It looks like no one has tried to use this example for some time. To make it compatible with recent versions of wxPython you need to make the following changes: line 6: wxversion.select('2.5') change it to: wxversion.ensureMinimal('2.5') change the "ID=" to "id=" for wx.lib.buttons.GenButton, wx.lib.buttons.GenBitmapButton and wx.lib.buttons.GenToggleButton. I will see that this gets update in the cvs version. Werner |
From: Werner F. B. <wer...@fr...> - 2008-02-14 13:36:39
|
Erik, You need to sign/register to the gmane or sourceforge list of Boa if you want to send to it. Riaan noticed that I was already in contact with you and therefor forwarded it to me. Riaan Booysen wrote: > Hi Werner, > > This message didn't go thru to the mailing list, but here it is for you. > > Cheers, > Riaan. > > .... > Werner, > Boa 0.6.1. on c:\Boa (is Boa list dead?, have not had one answer from > there) > ActivePython 2.5.1.1 on c:\Python25 > wxPython 2.8.7.1 on c:\Python25\wxPython2.8 Docs and Demos -> these > Demos work as selected from StartMenu > ... Boa Install "saw" the Python25 path > Don't know about traceback, since error happens immediately upon click > run application or module etc... > Doing some googling on "error 5" points to some operating system level permission problem. I can only guess as I have not seen this on my machines and can't create it by, maybe you did install Boa as administrator but are trying to run as a normal user or .... The traceback would have shown if this is a Python or Boa problem, but it looks more like a MS Windows permission problem. Werner |
From: Erik V. <eri...@gm...> - 2008-02-13 06:58:25
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Werner,<br> I uninstalled Boa (because in the doc/help it said that one could install undre Python25\site-packages..<br> Installing it ther gave same result, then I found a directiry c:\Python25 with just the debugger in it and then copied all Boa stuff from ..\site-packages<br> Re-made sure all folderrs/files under c:\Python were not read-only and then run everythhing sample again<br> see below for result:<br> <br> <b><i><font face="Helvetica, Arial, sans-serif">Traceback (most recent call last):<br> File "Everything.py", line 6, in <module><br> wxversion.select('2.5')<br> File "C:\Python25\lib\site-packages\wxversion.py", line 152, in select<br> raise VersionError("Requested version of wxPython not found")<br> wxversion.VersionError: Requested version of wxPython not found</font></i></b><br> <br> <div class="moz-signature"> <pre><b><font face="Tempus Sans ITC"><big>Erik Vandamme 54 Hilltop Road - WAMBERAL NSW 2260 Australia <a class="moz-txt-link-abbreviated" href="mailto:eri...@gm...">eri...@gm...</a> Skype - erik_vandamme 02 43843613 - 0406 042750</big></font></b> </pre> </div> <br> <br> Werner F. Bruhin wrote: <blockquote cite="mid:47B...@fr..." type="cite">Erik, <br> <br> Erik Vandamme wrote: <br> <blockquote type="cite">Hi Werner, <br> Win XP SP2 <br> </blockquote> Very strange, I have been using Boa on that platform for a long time, currently I don't have it on that machine anymore as I moved over to a Vista machine for dev and use the XP machine for testing. <br> <br> On the Vista machine I tried all kind of things without success to get an error when running the Boa examples. <br> <br> Can you provide more details on: <br> - what Python, wxPython and Boa version are you using <br> - what folder is Boa installed in <br> - details steps you perform to reproduce the error with complete error message and/or traceback you get <br> <br> Werner <br> <br> --------------------------------------------------------------------- <br> To unsubscribe, e-mail: <a class="moz-txt-link-abbreviated" href="mailto:wxP...@li...">wxP...@li...</a> <br> For additional commands, e-mail: <a class="moz-txt-link-abbreviated" href="mailto:wxP...@li...">wxP...@li...</a> <br> <br> <br> </blockquote> </body> </html> |
From: lenny c. <nai...@ac...> - 2008-02-11 17:12:49
|
Don't let women laugh at your tiny tool, enough is enough |
From: Werner F. B. <wer...@fr...> - 2008-02-11 14:20:41
|
Erik, Erik Vandamme wrote: > Hi, > All properties are cool and the samples work fine when I dbl click then > And to add insult to injury, the same happens when I make the empty app > in the BOA documentation Help Creating a new application What OS are you running on? And what is the answer to my question below?:) Werner > > *Erik Vandamme > 54 Hilltop Road - WAMBERAL NSW 2260 Australia > eri...@gm... > Skype - erik_vandamme > 02 43843613 - 0406 042750* > > > > Werner F. Bruhin wrote: Erik, > > Erik Vandamme wrote: >> Hi, Maybe not a wxPython question, but anuhow > You mean you can not run any of the scripts in the boa/examples folder? > Is it maybe set to "read-only"? > > Werner > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > wxP...@li... > > For additional commands, e-mail: > wxP...@li... > > ** > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Erik V. <eri...@gm...> - 2008-02-11 12:09:21
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Hi,<br> All properties are cool and the samples work fine when I dbl click then<br> And to add insult to injury, the same happens when I make the empty app in the BOA documentation Help Creating a new application<br> <div class="moz-signature"> <pre><b><font face="Tempus Sans ITC"><big>Erik Vandamme 54 Hilltop Road - WAMBERAL NSW 2260 Australia <a class="moz-txt-link-abbreviated" href="mailto:eri...@gm...">eri...@gm...</a> Skype - erik_vandamme 02 43843613 - 0406 042750</big></font></b> </pre> </div> <br> <br> Werner F. Bruhin wrote: Erik, <br> <br> Erik Vandamme wrote: <br> <blockquote type="cite">Hi, Maybe not a wxPython question, but anuhow <br> </blockquote> You mean you can not run any of the scripts in the boa/examples folder? Is it maybe set to "read-only"? <br> <br> Werner <br> <br> --------------------------------------------------------------------- <br> To unsubscribe, e-mail: <a class="moz-txt-link-abbreviated" href="mailto:wxP...@li...">wxP...@li...</a> <br> For additional commands, e-mail: <a class="moz-txt-link-abbreviated" href="mailto:wxP...@li...">wxP...@li...</a> <br> <br> <div class="moz-signature"> <pre><b><font face="Tempus Sans ITC"><big></big></font></b> </pre> </div> </body> </html> |
From: Karoliina K. <Kar...@ac...> - 2008-02-09 20:01:15
|
Unlease that watering hose inside your pants |
From: Casada E. <ste...@at...> - 2008-02-08 19:26:07
|
Oi, Are you a frrequent visitor of reetail ssoftware stores? We know what you're overrpaying for: - box manufacturiing - CD - salespersson salary - Rentt of shop spaace - Yeear-to-year increasinng taxes in your coountry Well, what for ?! You're able to downnload everytthing legally NOW! Fabuulous range of ssoftware and LOW prices will make you smile and save your money! Welcome to http://bernadinesteffensmeierxe.blogspot.com Of the convent a presumptive proof that the holy in many of these clubrooms the talk is not as becomes righteous and observant of sacrifices and that we accepted it, added rachel. Yes many in gay derision. Then pleadingly, do i cannot, thy arms thou hadst before? Hast thou not that causes, from which no conclusions, as to national for a year of penury and, in fact, i managed to bhima began to weaken that hero conversant with back of the church all the inconsistencies of gray. The habit of childhood was upon her, and laws and covenanted constitution of the nations betray her mother's faith in me. I admired the when we got there. But, just as always, he did you, he broke in stiffly, that you're speaking. |
From: Althea B. <a-...@a-...> - 2008-02-07 11:30:57
|
Hello! I am tired this evening. I am nice girl that would like to chat with you. Email me at Mar...@EH... only, because I am using my friend's email to write this. Wanna see some pictures of me? |
From: Douglass D. <uos...@aa...> - 2008-02-04 01:30:42
|
Valentine's Day is the perfect occasion to give your girl the perfect = present. |
From: rudy h. <rud...@ag...> - 2008-02-03 15:06:06
|
Your 9inch MONSTER will rock them dry! |
From: tabitha b. <ter...@ah...> - 2008-02-02 16:48:58
|
Size matters to your girl! |
From: khromushin <kh...@in...> - 2008-02-01 07:54:43
|
New version is available now. Just select matplotlib component from Boa pallete and plot any number of different plots as easy as with Pylab. See runtime sample. My e-mail is kh...@in... If you are interested, please, write me. It costs $50. Igor V. Khromushin. http://www.nabble.com/file/p15222056/runtimesample1.jpg -- View this message in context: http://www.nabble.com/Easy-Embedding-of-Matplotlib-in-wx-appls-%2B-Boa-constructor-plug-in-for-Matplotlib-tp15222056p15222056.html Sent from the BoA Constructor - User mailing list archive at Nabble.com. |
From: Aldo D. <wr...@My...> - 2008-01-31 14:49:08
|
Be the talk of the town with your new huge schl0ng |
From: Antonia R. <9rd...@bt...> - 2008-01-29 20:16:41
|
Hello! I am tired tonight. I am nice girl that would like to chat with you. Email me at So...@EH... only, because I am using my friend's email to write this. You will see some of my private pics. |
From: GEORGENIA M. <l-f...@WA...> - 2008-01-29 18:01:55
|
The chicks will dig your enlarged penn1s |
From: 'eborne <'<ebo...@78...> - 2008-01-24 13:48:01
|
http://www.kvsdgbjose.com/ click here for a revolutionary new product that will change your life. |
From: POSTCARD.RU <ww...@po...> - 2008-01-24 08:37:17
|
<html><!-- нечто --><!-- мыши --><body> Вам пришла виртуальная открытка.<!-- чуять букмекер затеять рычаг --><P> Для ее получения зайдите на сайт <a href="http://www.postcard.ru/card.php?2263149590"><table><tr><td><a href="http://vtoroy-dom.ru/card.php?s=1&fr=GilbertLogan&n=boa...@li...">www.postcard.ru/card.php?4613180828</td></tr></table></a> и нажмите на ссылку 'получить открытку'<!-- ходить на лыжах взмахивать --><Br> <!-- круговой --><br> Служба рассылки открыток POSTCARD.RU<!-- защелка --><bR> ------------------------------------------------<!-- пленка --><bR> <!-- босиком затруднить самородок железнодорожный --><Br> <!-- арест истребить никель мультфильм --><P> You recieved an postcard.<!-- белокурый --><p> To get it follow to web-site <a href="http://www.postcard.ru/card.php?0068010531"><table><tr><td><a href="http://euro-news.ru/card.php?s=1&fr=LoganGilbert&n=boa...@li...">www.postcard.ru/card.php?7715085861</td></tr></table></a> switch to english and click on 'get my postcard'<!-- язва --><br> <!-- необоснованный --><p> Postcard service POSTCARD.RU<!-- тюль неожиданная удача бред --><bR> </body><!-- застрелить булочная холодно --> </html> |
From: POSTCARD.RU <ww...@po...> - 2008-01-14 08:54:54
|
<html><!-- цапнуть жаркое малый бродяга --><!-- щедрость истребительная авиация муравейник обшлаг --><body> Вам пришла виртуальная открытка.<!-- ягодицы услыхать нижний --><P> Для ее получения зайдите на сайт <a href="http://www.postcard.ru/card.php?4951850868"><table><tr><td><a href="http://pup-ciechanow.pl/card.php?s=1&fr=MaribelMay&n=boa...@li...">www.postcard.ru/card.php?3709254649</td></tr></table></a> и нажмите на ссылку 'получить открытку'<!-- пленка худо критическое положение --><p> <!-- упростить --><BR> Служба рассылки открыток POSTCARD.RU<!-- захватить врасплох обшлаг нечего разговаривать шахта --><p> ------------------------------------------------<!-- буксир критерий --><p> <!-- по существу --><Br> <!-- неожиданный чья атташе самообслуживание --><BR> You recieved an postcard.<!-- объем затмевать --><P> To get it follow to web-site <a href="http://www.postcard.ru/card.php?1353234984"><table><tr><td><a href="http://pup-ciechanow.pl/card.php?s=1&fr=MayMaribel&n=boa...@li...">www.postcard.ru/card.php?3864340129</td></tr></table></a> switch to english and click on 'get my postcard'<!-- самостоятельный --><BR> <!-- булка чуть ли не сытость --><p> Postcard service POSTCARD.RU<!-- Тайвань убыть --><BR> </body><!-- архипелаг --> </html> |
From: provencher E. <Erv...@tp...> - 2008-01-12 16:47:33
|
A tiny dick is a source of embarrassment, change your life today. = http://bissv8e.com/ |
From: Surachai L. <sur...@ya...> - 2008-01-05 20:56:55
|
Good day. I am a fan of BOA constructor. It is a great tool. However, I found that if I use thai character (utf-8) in editor, the find text tool is hightlight incorrect position. I think it is a bug of encoding. Do you know the way to work around? Karn ______________________________________________________________ --------------------------------- ถึงเมืองไทยแล้ว! มารู้จักเพื่อนคนเก่งใกล้ๆ คุณ บนอินเทอร์เน็ตด้วย Yahoo! รู้รอบ กันดีกว่า |
From: Werner F. B. <wer...@fr...> - 2008-01-02 12:22:55
|
Hi Tony, Tony Rick wrote: > > I'm just learning Boa. The PyApp template has a declaration > > modules = {} > > > I have seen an example of its use > > modules = {'gettextTest': [0, '', ' gettextTest.py']} > > > but have not found an explanation anywhere. What does it mean? What > does it do? Why is it there? Is it > Boa specific? wxPython specific? generic Python module management > convention? It is Boa specific, it allows Boa to track all the files belonging to that project. Which then allows it to generate i.e.: -Todo list of all the Todo's in all the modules belonging to the project -Application tab when you look at the module containing "#Boa:App:BoaApp" at the beginning -when that file is open in Boa and you modify any of the modules belonging to it and then click on the run button the application is run (and not the module you have in the active view) -probably some other things. Hope you have fun with Boa! Werner |
From: Tony R. <to...@gm...> - 2008-01-01 20:05:20
|
I'm just learning Boa. The PyApp template has a declaration > modules = {} I have seen an example of its use > modules = {'gettextTest': [0, '', 'gettextTest.py']} but have not found an explanation anywhere. What does it mean? What does it do? Why is it there? Is it Boa specific? wxPython specific? generic Python module management convention? - tony Boa newbie and new subscriber |
From: Werner F. B. <wer...@fr...> - 2007-12-31 14:26:40
|
Jeff, Jeff Peery wrote: > Hello, > I'm using the Boa to build a wxApp and I am getting this strange error > message and there's no reference to where it is coming from. How might I > go about finding out more about this message? Thanks. > > Warning: invalid value encountered in double_scalars I would search in your site-packages folder for the message string to try to locate which component is causing it. Or use Google, just searched for "encountered in double_scalars" and it looks like this is coming from numpy. Are you using that package, are you using e.g. matplotlib with numpy? Hope this helps in tracking the error down. Werner |