Thread: [Boa Constr] HOW TO START BOAConstructor?
Status: Beta
Brought to you by:
riaan
From: Zsolt G. K. <zso...@4d...> - 2006-10-31 11:40:24
|
Hi, I work in IT but have not used Python yet. Today I just installed it together with the BOAConstructor (and wxPython, of course. On Windows) Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE DOCS!!!? many thanks, ZK |
From: Oleg D. <thi...@td...> - 2006-10-31 12:24:53
|
Hello, Zsolt G. Kiss said the following on 31.10.2006 12:49: > I work in IT but have not used Python yet. Today I just installed it > together with the BOAConstructor (and wxPython, of course. On Windows) > Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... > Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE > DOCS!!!? I use desktop link to file C:\Python24\Lib\site-packages\boa-constructor\Boa.pyw with keyboard shortcut Ctrl-Alt-B ;-) -- Oleg |
From: Zsolt G. K. <zso...@4d...> - 2006-10-31 14:00:44
|
Thank you! Unfortunately, now I get "'module' object has no attribute 'NotebookSizer'" Zsolt Oleg Deribas wrote: > Hello, > > Zsolt G. Kiss said the following on 31.10.2006 12:49: > > >> I work in IT but have not used Python yet. Today I just installed it >> together with the BOAConstructor (and wxPython, of course. On Windows) >> Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... >> Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE >> DOCS!!!? >> > > I use desktop link to file > C:\Python24\Lib\site-packages\boa-constructor\Boa.pyw > with keyboard shortcut Ctrl-Alt-B ;-) > > |
From: Oleg D. <thi...@td...> - 2006-10-31 14:17:28
|
Hello, Zsolt G. Kiss said the following on 31.10.2006 16:00: > Thank you! Unfortunately, now I get "'module' object has no attribute > 'NotebookSizer'" Which versions of boa and wxPython do you use? -- Oleg |
From: Uwe G. <mai...@on...> - 2006-10-31 14:23:09
|
Zsolt G. Kiss wrote: > > Thank you! Unfortunately, now I get "'module' object has no attribute > 'NotebookSizer'" > > Zsolt > Please report which versions you use. python, wxpython, boa. Uwe |
From: Werner F. B. <wer...@fr...> - 2006-10-31 14:54:50
|
Hi Zsolt, Zsolt G. Kiss wrote: > > Thank you! Unfortunately, now I get "'module' object has no attribute > 'NotebookSizer'" You probably have a version issue, I use the following: # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] # wxPython 2.6.3.3, Boa Constructor 0.5.2 Boa 0.5.2 is the latest from CVS and works as far as I see with wxPython 2.6 either on Python 2.4.x or 2.5. Werner > > Zsolt > > Oleg Deribas wrote: > >>Hello, >> >>Zsolt G. Kiss said the following on 31.10.2006 12:49: >> >> >> >>>I work in IT but have not used Python yet. Today I just installed it >>>together with the BOAConstructor (and wxPython, of course. On Windows) >>>Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... >>>Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE >>>DOCS!!!? >>> >>> >> >>I use desktop link to file >>C:\Python24\Lib\site-packages\boa-constructor\Boa.pyw >>with keyboard shortcut Ctrl-Alt-B ;-) >> >> >> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Riaan B. <riaan@e.co.za> - 2006-10-31 15:13:44
|
Oleg Deribas wrote: > with keyboard shortcut Ctrl-Alt-B ;-) :) Cheers, Riaan. |
From: Zsolt G. K. <zso...@4d...> - 2006-10-31 16:34:18
|
Thanks to all, I downloaded and started it! Beh, it looks very serious..:) Zsolt Tim Black wrote: > Zsolt G. Kiss wrote: >> Which is btw the public CVS account from which I can download Boa? > According to http://sourceforge.net/cvs/?group_id=1909, use the > following CVS commands after you've installed CVS on your machine (I > use TortoiseCVS): > > cvs > -d:pserver:ano...@bo...:/cvsroot/boa-constructor > login > > cvs -z3 > -d:pserver:ano...@bo...:/cvsroot/boa-constructor > co -P /modulename > > /Running those commands in a directory gives you a new copy of Boa. > To update your copy of Boa, just run a "cvs update" operation. On my > computer, I've translated that operation into the attached DOS batch > file which I've set up on my system to run as a scheduled task. > > Hope that helps, > > Tim Black > ------------------------------------------------------------------------ > > @ECHO OFF > > cd C:\Python25\Lib\site-packages\boa > c: > echo Updating Boa via CVS... > > "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "update" "-d" "-P" "." > > echo All done! > > pause > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Zsolt G. K. <zso...@4d...> - 2006-10-31 15:21:37
|
Hi all, I have: Python: 2.5 wxPython: 2.7.1 Boa: 0.4.4 So maybe I should upgrade Boa? (The SourceForge.net Website is currently down for maintenance.) That's my luck for today:) cheers, Zsolt Werner F. Bruhin wrote: > Hi Zsolt, > > Zsolt G. Kiss wrote: > >> Thank you! Unfortunately, now I get "'module' object has no attribute >> 'NotebookSizer'" >> > You probably have a version issue, I use the following: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.3, Boa Constructor 0.5.2 > > Boa 0.5.2 is the latest from CVS and works as far as I see with wxPython > 2.6 either on Python 2.4.x or 2.5. > > Werner > > >> Zsolt >> >> Oleg Deribas wrote: >> >> >>> Hello, >>> >>> Zsolt G. Kiss said the following on 31.10.2006 12:49: >>> >>> >>> >>> >>>> I work in IT but have not used Python yet. Today I just installed it >>>> together with the BOAConstructor (and wxPython, of course. On Windows) >>>> Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... >>>> Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE >>>> DOCS!!!? >>>> >>>> >>>> >>> I use desktop link to file >>> C:\Python24\Lib\site-packages\boa-constructor\Boa.pyw >>> with keyboard shortcut Ctrl-Alt-B ;-) >>> >>> >>> >>> |
From: Werner F. B. <wer...@fr...> - 2006-10-31 15:38:14
|
Hi Zsolt, Zsolt G. Kiss wrote: > Hi all, > > I have: > Python: 2.5 > wxPython: 2.7.1 > Boa: 0.4.4 > > So maybe I should upgrade Boa? (The SourceForge.net Website is currently > down for maintenance.) You have to use Boa 0.5.2 with wxPython 2.7.x. > That's my luck for today:) You should also get wxPython 2.7.3 and you can get 0.5.2 from here: Uploaded here: http://mihd.net/qw3ekz Oleg put it there on 17.10, so it is a little out of date, but that should get you going until you can get it from CVS. Werner > > cheers, > Zsolt > > Werner F. Bruhin wrote: > >>Hi Zsolt, >> >>Zsolt G. Kiss wrote: >> >> >>>Thank you! Unfortunately, now I get "'module' object has no attribute >>>'NotebookSizer'" >>> >>> >>You probably have a version issue, I use the following: >># Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] >># wxPython 2.6.3.3, Boa Constructor 0.5.2 >> >>Boa 0.5.2 is the latest from CVS and works as far as I see with wxPython >>2.6 either on Python 2.4.x or 2.5. >> >>Werner >> >> >> >>>Zsolt >>> >>>Oleg Deribas wrote: >>> >>> >>> >>>>Hello, >>>> >>>>Zsolt G. Kiss said the following on 31.10.2006 12:49: >>>> >>>> >>>> >>>> >>>> >>>>>I work in IT but have not used Python yet. Today I just installed it >>>>>together with the BOAConstructor (and wxPython, of course. On Windows) >>>>>Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... >>>>>Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE >>>>>DOCS!!!? >>>>> >>>>> >>>>> >>>>> >>>>I use desktop link to file >>>>C:\Python24\Lib\site-packages\boa-constructor\Boa.pyw >>>>with keyboard shortcut Ctrl-Alt-B ;-) >>>> >>>> >>>> >>>> >>>> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Zsolt G. K. <zso...@4d...> - 2006-10-31 15:40:14
|
Which is btw the public CVS account from which I can download Boa? thanks, Zsolt Werner F. Bruhin wrote: > Hi Zsolt, > > Zsolt G. Kiss wrote: > >> Thank you! Unfortunately, now I get "'module' object has no attribute >> 'NotebookSizer'" >> > You probably have a version issue, I use the following: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.3, Boa Constructor 0.5.2 > > Boa 0.5.2 is the latest from CVS and works as far as I see with wxPython > 2.6 either on Python 2.4.x or 2.5. > > Werner > > >> Zsolt >> >> Oleg Deribas wrote: >> >> >>> Hello, >>> >>> Zsolt G. Kiss said the following on 31.10.2006 12:49: >>> >>> >>> >>> >>>> I work in IT but have not used Python yet. Today I just installed it >>>> together with the BOAConstructor (and wxPython, of course. On Windows) >>>> Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... >>>> Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE >>>> DOCS!!!? >>>> >>>> >>>> >>> I use desktop link to file >>> C:\Python24\Lib\site-packages\boa-constructor\Boa.pyw >>> with keyboard shortcut Ctrl-Alt-B ;-) >>> >>> >>> >>> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Boa-constructor-users mailing list >> Boa...@li... >> https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >> > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Werner F. B. <wer...@fr...> - 2006-10-31 15:52:00
|
Hi Zsolt, Here are the instructions for getting Boa from CVS. I use TortoiseCVS (www.tortoisecvs.org), which nicely integrates with the Windows explorer (filemanager) - Go to the folder where you want Boa to be, right click without selecting any file/folder. - Select CVS Checkout - Protocol = Password server - Server = boa-constructor.cvs.sourceforge.net - Repository Folder = /cvsroot/boa-constructor - User Name = anonymous - Module = boa See you Werner Zsolt G. Kiss wrote: > > Which is btw the public CVS account from which I can download Boa? > > thanks, > Zsolt > > Werner F. Bruhin wrote: > >>Hi Zsolt, >> >>Zsolt G. Kiss wrote: >> >> >>>Thank you! Unfortunately, now I get "'module' object has no attribute >>>'NotebookSizer'" >>> >>> >>You probably have a version issue, I use the following: >># Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] >># wxPython 2.6.3.3, Boa Constructor 0.5.2 >> >>Boa 0.5.2 is the latest from CVS and works as far as I see with wxPython >>2.6 either on Python 2.4.x or 2.5. >> >>Werner >> >> >> >>>Zsolt >>> >>>Oleg Deribas wrote: >>> >>> >>> >>>>Hello, >>>> >>>>Zsolt G. Kiss said the following on 31.10.2006 12:49: >>>> >>>> >>>> >>>> >>>> >>>>>I work in IT but have not used Python yet. Today I just installed it >>>>>together with the BOAConstructor (and wxPython, of course. On Windows) >>>>>Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... >>>>>Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE >>>>>DOCS!!!? >>>>> >>>>> >>>>> >>>>> >>>>I use desktop link to file >>>>C:\Python24\Lib\site-packages\boa-constructor\Boa.pyw >>>>with keyboard shortcut Ctrl-Alt-B ;-) >>>> >>>> >>>> >>>> >>>> >>>------------------------------------------------------------------------ >>> >>>------------------------------------------------------------------------- >>>Using Tomcat but need to do more? Need to support web services, security? >>>Get stuff done quickly with pre-integrated technology to make your job easier >>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>> >>> >>>------------------------------------------------------------------------ >>> >>>_______________________________________________ >>>Boa-constructor-users mailing list >>>Boa...@li... >>>https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >>> >>> >> >> >>------------------------------------------------------------------------- >>Using Tomcat but need to do more? Need to support web services, security? >>Get stuff done quickly with pre-integrated technology to make your job easier >>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>_______________________________________________ >>Boa-constructor-users mailing list >>Boa...@li... >>https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >> >> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Tim B. <ti...@al...> - 2006-10-31 16:06:59
|
@ECHO OFF cd C:\Python25\Lib\site-packages\boa c: echo Updating Boa via CVS... "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "update" "-d" "-P" "." echo All done! pause |
From: Didier100 <in...@lo...> - 2006-11-10 19:30:25
|
HI, Start this program : C:\Python25\Lib\site-packages\boa-constructor\Boa.py As you I'm discovering Boa Constructor ... and after searching a bit I found the information that you are searching for. Regards, Didier100 Zsolt G. Kiss wrote: > > Hi, > > I work in IT but have not used Python yet. Today I just installed it > together with the BOAConstructor (and wxPython, of course. On Windows) > Now: HOW CAN I START this smart IDE? No icon, bin folder, exe file... > Hundreds of .py and .pyc in the LIB. And NO ONE WORD ABOUT THIS IN THE > DOCS!!!? > > many thanks, > ZK > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > -- View this message in context: http://www.nabble.com/HOW-TO-START-BOAConstructor--tf2545395.html#a7283633 Sent from the BoA Constructor - User mailing list archive at Nabble.com. |