boa-constructor-users Mailing List for Boa Constructor - wxPython GUI Builder (Page 27)
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: Werner F. B. <wer...@fr...> - 2007-02-23 09:48:35
|
Hi, jupan ghe wrote: > Dear all, > > I;m trying to use a wxStaticBoxSizer and then on top of it or insede of > it I'm trying to add some extra sizers or some other objects. BUt when I > click on wxStaticBoxSizer I get the small window, and then when trying > to add a sizer or something in the list Boa crashes alltogether, I could > reproduce the same thing many times. Could you please have a look at the > problem and tell me if you have any solution. Just did a little test with: # Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] # wxPython 2.6.3.3, Boa Constructor 0.5.2 And it worked for me. 1. create a wxframe 2. drop a panel onto it 3. drop a staticbox onto the panel 4. drop a staticboxsizer onto the panel and select 3 as its staticbox Werner > > > Thank you very much in advance, > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Werner F. B. <wer...@fr...> - 2007-02-23 09:42:02
|
Hi, jupan ghe wrote: > Dear all, > > I;m trying to use a wxStaticBoxSizer and then on top of it or insede of > it I'm trying to add some extra sizers or some other objects. BUt when I > click on wxStaticBoxSizer I get the small window, and then when trying > to add a sizer or something in the list Boa crashes alltogether, I could > reproduce the same thing many times. Could you please have a look at the > problem and tell me if you have any solution. What version of Boa and wxPython? Werner > > > Thank you very much in advance, > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: jupan g. <jup...@gm...> - 2007-02-23 09:12:55
|
Dear all, I;m trying to use a wxStaticBoxSizer and then on top of it or insede of it I'm trying to add some extra sizers or some other objects. BUt when I click on wxStaticBoxSizer I get the small window, and then when trying to add a sizer or something in the list Boa crashes alltogether, I could reproduce the same thing many times. Could you please have a look at the problem and tell me if you have any solution. Thank you very much in advance, |
From: Werner F. B. <wer...@fr...> - 2007-02-22 09:42:05
|
Hi Jeff, Jeff wrote: > hello, I get the following error when I try to start boa 0.5.2 (see > below). I googled up the error I was getting and saw that it was likely > coming from the stc-styles.rc file. so I deleted this Where did you delete it? IIRC the one in your user folder is the problem, not the one in the boa folder, e.g. on Windows: C:\Documents and Settings\username\.boa-constructor and there as well > as downloaded teh latest CSV again, and there is still this problem. I'm > using wxpython 2.7.2 and python 2.5. What might be the best way to move > forward???? thanks. Would also suggest to use 2.8.x at this point, as I don't think that you will see any fixes for 2.7.x Werner > > Jeff > > Traceback (most recent call last): > File "C:\Python25\Lib\site-packages\boa\Boa.pyw", line 5, in <module> > Boa.main(sys.argv[1:]) > File "C:\Python25\Lib\site-packages\boa\Boa.py", line 692, in main > app = BoaApp() > File "C:\Python25\Lib\site-packages\boa\Boa.py", line 496, in __init__ > wx.App.__init__(self, False) > File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\_core.py", > line 7749, in __init__ > self._BootstrapApp() > File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\_core.py", > line 7346, in _BootstrapApp > return _core_.PyApp__BootstrapApp(*args, **kwargs) > File "C:\Python25\Lib\site-packages\boa\Boa.py", line 544, in OnInit > self.main.componentSB, self, self.main) > File "C:\Python25\Lib\site-packages\boa\Editor.py", line 179, in __init__ > self.shell, self.shellPageIdx = self.addShellPage(shl, Shell, imgIdx) > File "C:\Python25\Lib\site-packages\boa\Editor.py", line 570, in > addShellPage > shellEdit = tabPage = Shell(self.tabs, -1) > File "C:\Python25\Lib\site-packages\boa\ShellEditor.py", line 67, in > __init__ > StyledTextCtrls.PythonStyledTextCtrlMix.__init__(self, wId, ()) > File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", > line 761, in __init__ > LanguageSTCMix.__init__(self, wId, margin, 'python', stcConfigPath) > File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", > line 688, in __init__ > self.getSTCStyles(config, language) > File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", > line 727, in getSTCStyles > return STCStyleEditor.initFromConfig(config, language) > File "C:\Python25\Lib\site-packages\boa\Views\STCStyleEditor.py", line > 1268, in initFromConfig > commonStyleIdNames = readPyValFromConfig(cfg, 'common.styleidnames') > File "C:\Python25\Lib\site-packages\boa\Views\STCStyleEditor.py", line > 1238, in readPyValFromConfig > return eval(value, ns) > File "<string>", line 1, in <module> > NameError: name 'wxSTC_STYLE_DEFAULT' is not defined > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Jeff <Je...@Av...> - 2007-02-22 07:37:32
|
hello, I get the following error when I try to start boa 0.5.2 (see = below). I googled up the error I was getting and saw that it was likely = coming from the stc-styles.rc file. so I deleted this and there as well = as downloaded teh latest CSV again, and there is still this problem. I'm = using wxpython 2.7.2 and python 2.5. What might be the best way to move = forward???? thanks. Jeff Traceback (most recent call last): File "C:\Python25\Lib\site-packages\boa\Boa.pyw", line 5, in <module> Boa.main(sys.argv[1:]) File "C:\Python25\Lib\site-packages\boa\Boa.py", line 692, in main app =3D BoaApp() File "C:\Python25\Lib\site-packages\boa\Boa.py", line 496, in __init__ wx.App.__init__(self, False) File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\_core.py", = line 7749, in __init__ self._BootstrapApp() File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\_core.py", = line 7346, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "C:\Python25\Lib\site-packages\boa\Boa.py", line 544, in OnInit self.main.componentSB, self, self.main) File "C:\Python25\Lib\site-packages\boa\Editor.py", line 179, in = __init__ self.shell, self.shellPageIdx =3D self.addShellPage(shl, Shell, = imgIdx) File "C:\Python25\Lib\site-packages\boa\Editor.py", line 570, in = addShellPage shellEdit =3D tabPage =3D Shell(self.tabs, -1) File "C:\Python25\Lib\site-packages\boa\ShellEditor.py", line 67, in = __init__ StyledTextCtrls.PythonStyledTextCtrlMix.__init__(self, wId, ()) File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", = line 761, in __init__ LanguageSTCMix.__init__(self, wId, margin, 'python', stcConfigPath) File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", = line 688, in __init__ self.getSTCStyles(config, language) File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", = line 727, in getSTCStyles return STCStyleEditor.initFromConfig(config, language) File "C:\Python25\Lib\site-packages\boa\Views\STCStyleEditor.py", line = 1268, in initFromConfig commonStyleIdNames =3D readPyValFromConfig(cfg, = 'common.styleidnames') File "C:\Python25\Lib\site-packages\boa\Views\STCStyleEditor.py", line = 1238, in readPyValFromConfig return eval(value, ns) File "<string>", line 1, in <module> NameError: name 'wxSTC_STYLE_DEFAULT' is not defined |
From: Oleg D. <thi...@td...> - 2007-02-21 09:50:29
|
Hello, Colin Campbell said the following on 20.02.2007 22:30: > I also tried adding it from the Inspector->Prop->Tools, bringing up a > collections windows and then selecting New - more -> Add Control. This adds a > control, but sets it to None. I get no options but None. I can correctly add > Buttons and Separators in this fashion, but not controls. You should have spare combobox control already placed on form when you use "Add Control". -- Oleg |
From: Olivier T. <oli...@gm...> - 2007-02-21 08:47:58
|
Hi, You were close to the solution. Selecting "New - more -> Add Control" in the tools collection window just adds a kind of slot for the control to your toolbar. First add the toolbar to your frame. Then you have to add the combobox to the toolbar by selecting the combobox icon in the palette and clicking on the toolbar. Make sure the added combobox is a child of the toolbar. You can check this in the 'objs' tab of the inspector window: the combobox node must be a child of the toolbar node. Then open the toolbar tools collection window and select "New - more -> Add Control" to add an empty comtrol slot. Select the empty control item you've added (the 'None' item) and go to the 'constr' tab of the inspector window. You can then choose your combobox in 'Control' the dropdown list. It may not refresh the toolbar in the designer window. Just validate the designer and reopen it to see your combobox added to the toolbar. Olivier 2007/2/20, Colin Campbell <cd...@cc...>: > > Hi. > > I've just started working with boa and I really like it. I'm currently > running > the cvs (0.5.2) on Suse 10.1 linux. I'm trying to add a Combobox control > to a > toolbar on my main frame. I've plowed through the docs and this group, > but I > can't seem to find the correct way of doing this. > > I have added the Toolbar. I then select it, make sure it's selected in > the > Inspector window, and then select the Combobox from the Pallet. I then > click on > the toolbar in the designer window, but nothing happens. > > I also tried adding it from the Inspector->Prop->Tools, bringing up a > collections windows and then selecting New - more -> Add Control. This > adds a > control, but sets it to None. I get no options but None. I can correctly > add > Buttons and Separators in this fashion, but not controls. > > Can anyone enlighten a boa-newbie as to the correct manner of adding > controls to > a toolbar? > > Thanks in advance! > > CDC > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Colin C. <cd...@cc...> - 2007-02-20 21:23:17
|
Hi. I've just started working with boa and I really like it. I'm currently running the cvs (0.5.2) on Suse 10.1 linux. I'm trying to add a Combobox control to a toolbar on my main frame. I've plowed through the docs and this group, but I can't seem to find the correct way of doing this. I have added the Toolbar. I then select it, make sure it's selected in the Inspector window, and then select the Combobox from the Pallet. I then click on the toolbar in the designer window, but nothing happens. I also tried adding it from the Inspector->Prop->Tools, bringing up a collections windows and then selecting New - more -> Add Control. This adds a control, but sets it to None. I get no options but None. I can correctly add Buttons and Separators in this fashion, but not controls. Can anyone enlighten a boa-newbie as to the correct manner of adding controls to a toolbar? Thanks in advance! CDC |
From: Eirich R. <dwj...@ju...> - 2007-02-20 02:19:59
|
A plague of alldrums! Only to seem. As the Dutchman says Ill. Good aloneIs good without. I did love you ill? This has no. |
From: Mercedes D. <vi...@la...> - 2007-02-17 15:33:53
|
Hi, VIAvvGRA $3. 35 VALvvIUM $1. 25 CIAvvLIS $3. 75 XAvvNAX SOvvMA FOR LESS! http://vedrx.+com Remove "+" in the above link their wands The golden thread connecting Harry and Voldemort splintered; though the wands remained connected, a thousand more beams arced high over Harry |
From: Aaron R. <Aar...@4D...> - 2007-01-29 21:57:50
|
Nevermind...I figured that because I deleted the wrong .cfg file, I should update from CVS. It works now... Thanks! - Aaron=20 > -----Original Message----- > From: Aaron Rubin=20 > Sent: Monday, January 29, 2007 2:53 PM > To: Aaron Rubin; 'Wolfgang Strobl';=20 > 'boa...@li...' > Subject: RE: [Boa Constr] wxPython 2.8 with Boa 0.5.2 >=20 > Ok, turns out I had deleted the wrong .cfg file. I have now=20 > deleted the correct one and now I get this error message: >=20 > C:\Python24\Lib\site-packages\boa>python boa.py Starting Boa=20 > Constructor v0.5.2 importing wxPython reading user preferences > C:\Python24\Lib\site-packages\boa\Preferences.py:11:=20 > DeprecationWarning: The wxP ython compatibility package is no=20 > longer automatically generated or activly main tained. =20 > Please switch to the wx package as soon as possible. > =20 > #------------------------------------------------------------- > --------- > Traceback (most recent call last): > File "boa.py", line 271, in ? > import Preferences, Utils > File "C:\Python24\Lib\site-packages\boa\Preferences.py",=20 > line 144, in ? > shutil.copy2(os.path.join(pyPath, 'Config', file), rcFile) > File "c:\python24\lib\shutil.py", line 92, in copy2 > copyfile(src, dst) > File "c:\python24\lib\shutil.py", line 47, in copyfile > fsrc =3D open(src, 'rb') > IOError: [Errno 2] No such file or directory:=20 > 'C:\\Python24\\Lib\\site-packages\ > \boa\\Config\\stc-styles.rc.cfg' >=20 > - Aaron >=20 >=20 > > -----Original Message----- > > From: Aaron Rubin > > Sent: Monday, January 29, 2007 2:35 PM > > To: Aaron Rubin; Wolfgang Strobl; > > boa...@li... > > Subject: RE: [Boa Constr] wxPython 2.8 with Boa 0.5.2 > >=20 > > Oops...forgot the rest of the stack trace: > >=20 > >=20 > > Traceback (most recent call last): > > File "boa.py", line 710, in ? > > main() > > File "boa.py", line 692, in main > > app =3D BoaApp() > > File "boa.py", line 496, in __init__ > > wx.App.__init__(self, False) > > File > > "c:\python24\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", > > line 7748, i n __init__ > > self._BootstrapApp() > > File > > "c:\python24\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", > > line 7345, i n _BootstrapApp > > return _core_.PyApp__BootstrapApp(*args, **kwargs) > > File "boa.py", line 544, in OnInit > > self.main.componentSB, self, self.main) > > File "C:\Python24\Lib\site-packages\boa\Editor.py", line 179, in=20 > > __init__ > > self.shell, self.shellPageIdx =3D self.addShellPage(shl, Shell,=20 > > imgIdx) > > File "C:\Python24\Lib\site-packages\boa\Editor.py", line 570, in=20 > > addShellPage > > shellEdit =3D tabPage =3D Shell(self.tabs, -1) > > File "C:\Python24\Lib\site-packages\boa\ShellEditor.py", > > line 67, in __init__ > > StyledTextCtrls.PythonStyledTextCtrlMix.__init__(self, wId, ()) > > File > > "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py", > > line 761, i n __init__ > > LanguageSTCMix.__init__(self, wId, margin, 'python', > > stcConfigPath) > > File > > "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py", > > line 686, i n __init__ > > (cfg, self.commonDefs, self.styleIdNames, self.styles,=20 > psgn, psg,=20 > > olsgn, > > File > > "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py", > > line 727, i n getSTCStyles > > return STCStyleEditor.initFromConfig(config, language) > > File > > "C:\Python24\Lib\site-packages\boa\Views\STCStyleEditor.py", > > line 1268, i n initFromConfig > > commonStyleIdNames =3D readPyValFromConfig(cfg, > > 'common.styleidnames') > > File > > "C:\Python24\Lib\site-packages\boa\Views\STCStyleEditor.py", > > line 1238, i n readPyValFromConfig > > return eval(value, ns) > > File "<string>", line 0, in ? > > NameError: name 'wxSTC_STYLE_DEFAULT' is not defined > >=20 > > > -----Original Message----- > > > From: boa...@li... > > > [mailto:boa...@li...] > > > On Behalf Of Aaron Rubin > > > Sent: Monday, January 29, 2007 2:22 PM > > > To: Wolfgang Strobl; boa...@li... > > > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 > > >=20 > > > Hi Wolfgang - > > >=20 > > > Sorry it has taken me so long to get back to this. But I=20 > tried the=20 > > > solution listed below with no luck. > > >=20 > > > Again, here is the full output when I run Boa from the=20 > command line: > > >=20 > > > C:\Python24\Lib\site-packages\boa>python boa.py Starting Boa=20 > > > Constructor v0.5.2 importing wxPython reading user preferences > > > C:\Python24\Lib\site-packages\boa\Preferences.py:11:=20 > > > DeprecationWarning: > > > The wxP > > > ython compatibility package is no longer automatically=20 > generated or=20 > > > activly main tained. Please switch to the wx package as soon as=20 > > > possible. > > > =20 > > > #------------------------------------------------------------- > > > --------- > > > running main... > > > importing Models.Controllers > > > importing Models.EditorModels > > > importing Views > > > importing Views.SourceViews > > > importing Explorers.ExplorerNodes > > > importing Companions > > > importing PropertyEditors > > > importing Companions.FrameCompanions importing=20 > > > Companions.WizardCompanions importing=20 > Companions.ContainerCompanions=20 > > > importing Companions.SizerCompanions importing=20 > > > Companions.BasicCompanions importing Companions.ButtonCompanions=20 > > > importing Companions.ListCompanions importing=20 > > > Companions.GizmoCompanion importing Companions.LibCompanions=20 > > > importing > > Companions.UtilCompanions > > > importing Companions.DialogCompanions importing > > ZopeLib.ZopeCompanions > > > importing Models.PythonControllers importing > > Models.PythonEditorModels > > > importing Views.AppViews importing Views.PySourceView importing=20 > > > Views.ProfileView importing Views.OGLViews importing=20 > > > Explorers.FileExplorer importing Models.wxPythonControllers > > importing > > > Models.wxPythonEditorModels importing Views.Designer importing=20 > > > Views.InspectableViews importing Views.CollectionEdit importing=20 > > > Views.DataView importing Views.SizersView importing=20 > > > Models.ConfigSupport importing Models.CPPSupport importing=20 > > > Models.HTMLSupport importing Models.XMLSupport importing=20 > > > ZopeLib.ZopeEditorModels executing plug-ins... > > > importing Explorers > > > importing ZopeLib.ZopeViews > > > importing ZopeLib.ZopeExplorer > > > importing Explorers.PrefsExplorer > > > importing Explorers.SVNExplorer > > > creating Palette > > > importing Palette > > > creating Inspector > > > importing Inspector > > > creating Editor > > > importing Editor > > > importing Explorers.CVSExplorer > > > importing Explorers.ZipExplorer > > > importing Explorers.FTPExplorer > > > importing Explorers.DAVExplorer > > > importing Explorers.SSHExplorer > > > {wxSTC_STYLE_DEFAULT: 'Style default', > > > wxSTC_STYLE_LINENUMBER: 'Line numbers', w > > > xSTC_STYLE_BRACELIGHT: 'Matched braces', wxSTC_STYLE_BRACEBAD: > > > 'Unmatched brace' > > > , wxSTC_STYLE_CONTROLCHAR: 'Control characters', > > > wxSTC_STYLE_INDENTGUIDE: 'Inden > > > t guide'} > > >=20 > > > Then I get the error dialog: name 'wxSTC_STYLE_DEFAULT' is > > not defined > > >=20 > > > I had thought I was on to something when I thought I had > > both versions > > > of Boa installed at the same time, but I subsequently deleted the=20 > > > older Boa and it still gives me this error. > > >=20 > > > Any thoughts? > > >=20 > > > - Aaron > > >=20 > > > > -----Original Message----- > > > > From: boa...@li... > > > > [mailto:boa...@li...] > > > > On Behalf Of Wolfgang Strobl > > > > Sent: Saturday, January 13, 2007 4:40 AM > > > > To: boa...@li... > > > > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 > > > >=20 > > > > "Aaron Rubin" <Aar...@4D...>: > > > >=20 > > > > >I've upgraded from wxPython 2.6 to 2.8. I just upgraded from > > > > Boa 0.4.4 > > > > >to 0.5.2 I get the following error message when I try=20 > to run Boa: > > > > > > > > > >NameError: name 'wxSTC_STYLE_DEFAULT' is not defined > > > > > > > > > >Stack trace below, but I would guess someone's seen=20 > this before? > > > > > > > > > >Any help would be greatly appreciated! > > > >=20 > > > > <http://sourceforge.net/mailarchive/forum.php?thread_id=3D309519 > > > > 86&forum_id=3D6905> > > > >=20 > > > > In short: clean up stc-styles.rc.cfg in=20 > $HOME/.boa-constructor or=20 > > > > simply delete that file, it will be recreated with > > default settings. > > > >=20 > > > >=20 > > > > -- > > > > Thank you for observing all safety precautions > > > >=20 > > > >=20 > > > > -------------------------------------------------------------- > > > > ----------- > > > > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > > > SourceForge.net's Techsay panel and you'll get the chance > > to share > > > > your opinions on IT & business topics through brief surveys - > > > and earn cash > > > > = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > > > > &CID=3DDEVDEV > > > > _______________________________________________ > > > > Boa-constructor-users mailing list=20 > > > > Boa...@li... > > > >=20 > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > > >=20 > > >=20 > > > -------------------------------------------------------------- > > > ----------- > > > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > > SourceForge.net's Techsay panel and you'll get the chance=20 > to share=20 > > > your opinions on IT & business topics through brief surveys > > - and earn > > > cash=20 > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > > > &CID=3DDEVDEV > > > _______________________________________________ > > > Boa-constructor-users mailing list > > > Boa...@li... > > > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > >=20 |
From: Aaron R. <Aar...@4D...> - 2007-01-29 21:55:34
|
Ok, turns out I had deleted the wrong .cfg file. I have now deleted the correct one and now I get this error message: C:\Python24\Lib\site-packages\boa>python boa.py Starting Boa Constructor v0.5.2 importing wxPython reading user preferences C:\Python24\Lib\site-packages\boa\Preferences.py:11: DeprecationWarning: The wxP ython compatibility package is no longer automatically generated or activly main tained. Please switch to the wx package as soon as possible. =20 #---------------------------------------------------------------------- Traceback (most recent call last): File "boa.py", line 271, in ? import Preferences, Utils File "C:\Python24\Lib\site-packages\boa\Preferences.py", line 144, in ? shutil.copy2(os.path.join(pyPath, 'Config', file), rcFile) File "c:\python24\lib\shutil.py", line 92, in copy2 copyfile(src, dst) File "c:\python24\lib\shutil.py", line 47, in copyfile fsrc =3D open(src, 'rb') IOError: [Errno 2] No such file or directory: 'C:\\Python24\\Lib\\site-packages\ \boa\\Config\\stc-styles.rc.cfg' - Aaron > -----Original Message----- > From: Aaron Rubin=20 > Sent: Monday, January 29, 2007 2:35 PM > To: Aaron Rubin; Wolfgang Strobl;=20 > boa...@li... > Subject: RE: [Boa Constr] wxPython 2.8 with Boa 0.5.2 >=20 > Oops...forgot the rest of the stack trace: >=20 >=20 > Traceback (most recent call last): > File "boa.py", line 710, in ? > main() > File "boa.py", line 692, in main > app =3D BoaApp() > File "boa.py", line 496, in __init__ > wx.App.__init__(self, False) > File=20 > "c:\python24\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py",=20 > line 7748, i n __init__ > self._BootstrapApp() > File=20 > "c:\python24\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py",=20 > line 7345, i n _BootstrapApp > return _core_.PyApp__BootstrapApp(*args, **kwargs) > File "boa.py", line 544, in OnInit > self.main.componentSB, self, self.main) > File "C:\Python24\Lib\site-packages\boa\Editor.py", line=20 > 179, in __init__ > self.shell, self.shellPageIdx =3D self.addShellPage(shl,=20 > Shell, imgIdx) > File "C:\Python24\Lib\site-packages\boa\Editor.py", line=20 > 570, in addShellPage > shellEdit =3D tabPage =3D Shell(self.tabs, -1) > File "C:\Python24\Lib\site-packages\boa\ShellEditor.py",=20 > line 67, in __init__ > StyledTextCtrls.PythonStyledTextCtrlMix.__init__(self, wId, ()) > File=20 > "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py",=20 > line 761, i n __init__ > LanguageSTCMix.__init__(self, wId, margin, 'python',=20 > stcConfigPath) > File=20 > "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py",=20 > line 686, i n __init__ > (cfg, self.commonDefs, self.styleIdNames, self.styles,=20 > psgn, psg, olsgn, > File=20 > "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py",=20 > line 727, i n getSTCStyles > return STCStyleEditor.initFromConfig(config, language) > File=20 > "C:\Python24\Lib\site-packages\boa\Views\STCStyleEditor.py",=20 > line 1268, i n initFromConfig > commonStyleIdNames =3D readPyValFromConfig(cfg,=20 > 'common.styleidnames') > File=20 > "C:\Python24\Lib\site-packages\boa\Views\STCStyleEditor.py",=20 > line 1238, i n readPyValFromConfig > return eval(value, ns) > File "<string>", line 0, in ? > NameError: name 'wxSTC_STYLE_DEFAULT' is not defined=20 >=20 > > -----Original Message----- > > From: boa...@li... > > [mailto:boa...@li...] > > On Behalf Of Aaron Rubin > > Sent: Monday, January 29, 2007 2:22 PM > > To: Wolfgang Strobl; boa...@li... > > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 > >=20 > > Hi Wolfgang - > >=20 > > Sorry it has taken me so long to get back to this. But I tried the=20 > > solution listed below with no luck. > >=20 > > Again, here is the full output when I run Boa from the command line: > >=20 > > C:\Python24\Lib\site-packages\boa>python boa.py Starting Boa=20 > > Constructor v0.5.2 importing wxPython reading user preferences > > C:\Python24\Lib\site-packages\boa\Preferences.py:11:=20 > > DeprecationWarning: > > The wxP > > ython compatibility package is no longer automatically generated or=20 > > activly main tained. Please switch to the wx package as soon as=20 > > possible. > > =20 > > #------------------------------------------------------------- > > --------- > > running main... > > importing Models.Controllers > > importing Models.EditorModels > > importing Views > > importing Views.SourceViews > > importing Explorers.ExplorerNodes > > importing Companions > > importing PropertyEditors > > importing Companions.FrameCompanions > > importing Companions.WizardCompanions > > importing Companions.ContainerCompanions importing=20 > > Companions.SizerCompanions importing Companions.BasicCompanions=20 > > importing Companions.ButtonCompanions importing=20 > > Companions.ListCompanions importing Companions.GizmoCompanion=20 > > importing Companions.LibCompanions importing=20 > Companions.UtilCompanions=20 > > importing Companions.DialogCompanions importing=20 > ZopeLib.ZopeCompanions=20 > > importing Models.PythonControllers importing=20 > Models.PythonEditorModels=20 > > importing Views.AppViews importing Views.PySourceView importing=20 > > Views.ProfileView importing Views.OGLViews importing=20 > > Explorers.FileExplorer importing Models.wxPythonControllers=20 > importing=20 > > Models.wxPythonEditorModels importing Views.Designer importing=20 > > Views.InspectableViews importing Views.CollectionEdit importing=20 > > Views.DataView importing Views.SizersView importing=20 > > Models.ConfigSupport importing Models.CPPSupport importing=20 > > Models.HTMLSupport importing Models.XMLSupport importing=20 > > ZopeLib.ZopeEditorModels executing plug-ins... > > importing Explorers > > importing ZopeLib.ZopeViews > > importing ZopeLib.ZopeExplorer > > importing Explorers.PrefsExplorer > > importing Explorers.SVNExplorer > > creating Palette > > importing Palette > > creating Inspector > > importing Inspector > > creating Editor > > importing Editor > > importing Explorers.CVSExplorer > > importing Explorers.ZipExplorer > > importing Explorers.FTPExplorer > > importing Explorers.DAVExplorer > > importing Explorers.SSHExplorer > > {wxSTC_STYLE_DEFAULT: 'Style default', > > wxSTC_STYLE_LINENUMBER: 'Line numbers', w > > xSTC_STYLE_BRACELIGHT: 'Matched braces', wxSTC_STYLE_BRACEBAD: > > 'Unmatched brace' > > , wxSTC_STYLE_CONTROLCHAR: 'Control characters', > > wxSTC_STYLE_INDENTGUIDE: 'Inden > > t guide'} > >=20 > > Then I get the error dialog: name 'wxSTC_STYLE_DEFAULT' is=20 > not defined > >=20 > > I had thought I was on to something when I thought I had=20 > both versions=20 > > of Boa installed at the same time, but I subsequently deleted the=20 > > older Boa and it still gives me this error. > >=20 > > Any thoughts? > >=20 > > - Aaron > >=20 > > > -----Original Message----- > > > From: boa...@li... > > > [mailto:boa...@li...] > > > On Behalf Of Wolfgang Strobl > > > Sent: Saturday, January 13, 2007 4:40 AM > > > To: boa...@li... > > > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 > > >=20 > > > "Aaron Rubin" <Aar...@4D...>: > > >=20 > > > >I've upgraded from wxPython 2.6 to 2.8. I just upgraded from > > > Boa 0.4.4 > > > >to 0.5.2 I get the following error message when I try to run Boa: > > > > > > > >NameError: name 'wxSTC_STYLE_DEFAULT' is not defined > > > > > > > >Stack trace below, but I would guess someone's seen this before? > > > > > > > >Any help would be greatly appreciated! > > >=20 > > > <http://sourceforge.net/mailarchive/forum.php?thread_id=3D309519 > > > 86&forum_id=3D6905> > > >=20 > > > In short: clean up stc-styles.rc.cfg in $HOME/.boa-constructor or=20 > > > simply delete that file, it will be recreated with=20 > default settings. > > >=20 > > >=20 > > > -- > > > Thank you for observing all safety precautions > > >=20 > > >=20 > > > -------------------------------------------------------------- > > > ----------- > > > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > > SourceForge.net's Techsay panel and you'll get the chance=20 > to share=20 > > > your opinions on IT & business topics through brief surveys - > > and earn cash > > > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > > > &CID=3DDEVDEV > > > _______________________________________________ > > > Boa-constructor-users mailing list > > > Boa...@li... > > > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > >=20 > >=20 > > -------------------------------------------------------------- > > ----------- > > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > SourceForge.net's Techsay panel and you'll get the chance to share=20 > > your opinions on IT & business topics through brief surveys=20 > - and earn=20 > > cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > > &CID=3DDEVDEV > > _______________________________________________ > > Boa-constructor-users mailing list > > Boa...@li... > > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > >=20 |
From: Aaron R. <Aar...@4D...> - 2007-01-29 21:37:28
|
Oops...forgot the rest of the stack trace: Traceback (most recent call last): File "boa.py", line 710, in ? main() File "boa.py", line 692, in main app =3D BoaApp() File "boa.py", line 496, in __init__ wx.App.__init__(self, False) File "c:\python24\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7748, i n __init__ self._BootstrapApp() File "c:\python24\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7345, i n _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "boa.py", line 544, in OnInit self.main.componentSB, self, self.main) File "C:\Python24\Lib\site-packages\boa\Editor.py", line 179, in __init__ self.shell, self.shellPageIdx =3D self.addShellPage(shl, Shell, imgIdx) File "C:\Python24\Lib\site-packages\boa\Editor.py", line 570, in addShellPage shellEdit =3D tabPage =3D Shell(self.tabs, -1) File "C:\Python24\Lib\site-packages\boa\ShellEditor.py", line 67, in __init__ StyledTextCtrls.PythonStyledTextCtrlMix.__init__(self, wId, ()) File "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py", line 761, i n __init__ LanguageSTCMix.__init__(self, wId, margin, 'python', stcConfigPath) File "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py", line 686, i n __init__ (cfg, self.commonDefs, self.styleIdNames, self.styles, psgn, psg, olsgn, File "C:\Python24\Lib\site-packages\boa\Views\StyledTextCtrls.py", line 727, i n getSTCStyles return STCStyleEditor.initFromConfig(config, language) File "C:\Python24\Lib\site-packages\boa\Views\STCStyleEditor.py", line 1268, i n initFromConfig commonStyleIdNames =3D readPyValFromConfig(cfg, = 'common.styleidnames') File "C:\Python24\Lib\site-packages\boa\Views\STCStyleEditor.py", line 1238, i n readPyValFromConfig return eval(value, ns) File "<string>", line 0, in ? NameError: name 'wxSTC_STYLE_DEFAULT' is not defined=20 > -----Original Message----- > From: boa...@li...=20 > [mailto:boa...@li...]=20 > On Behalf Of Aaron Rubin > Sent: Monday, January 29, 2007 2:22 PM > To: Wolfgang Strobl; boa...@li... > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 >=20 > Hi Wolfgang -=20 >=20 > Sorry it has taken me so long to get back to this. But I=20 > tried the solution listed below with no luck. >=20 > Again, here is the full output when I run Boa from the command line: >=20 > C:\Python24\Lib\site-packages\boa>python boa.py Starting Boa=20 > Constructor v0.5.2 importing wxPython reading user preferences > C:\Python24\Lib\site-packages\boa\Preferences.py:11:=20 > DeprecationWarning: > The wxP > ython compatibility package is no longer automatically=20 > generated or activly main tained. Please switch to the wx=20 > package as soon as possible. > =20 > #------------------------------------------------------------- > --------- > running main... > importing Models.Controllers > importing Models.EditorModels > importing Views > importing Views.SourceViews > importing Explorers.ExplorerNodes > importing Companions > importing PropertyEditors > importing Companions.FrameCompanions > importing Companions.WizardCompanions > importing Companions.ContainerCompanions importing=20 > Companions.SizerCompanions importing=20 > Companions.BasicCompanions importing=20 > Companions.ButtonCompanions importing=20 > Companions.ListCompanions importing Companions.GizmoCompanion=20 > importing Companions.LibCompanions importing=20 > Companions.UtilCompanions importing=20 > Companions.DialogCompanions importing ZopeLib.ZopeCompanions=20 > importing Models.PythonControllers importing=20 > Models.PythonEditorModels importing Views.AppViews importing=20 > Views.PySourceView importing Views.ProfileView importing=20 > Views.OGLViews importing Explorers.FileExplorer importing=20 > Models.wxPythonControllers importing=20 > Models.wxPythonEditorModels importing Views.Designer=20 > importing Views.InspectableViews importing=20 > Views.CollectionEdit importing Views.DataView importing=20 > Views.SizersView importing Models.ConfigSupport importing=20 > Models.CPPSupport importing Models.HTMLSupport importing=20 > Models.XMLSupport importing ZopeLib.ZopeEditorModels=20 > executing plug-ins... > importing Explorers > importing ZopeLib.ZopeViews > importing ZopeLib.ZopeExplorer > importing Explorers.PrefsExplorer > importing Explorers.SVNExplorer > creating Palette > importing Palette > creating Inspector > importing Inspector > creating Editor > importing Editor > importing Explorers.CVSExplorer > importing Explorers.ZipExplorer > importing Explorers.FTPExplorer > importing Explorers.DAVExplorer > importing Explorers.SSHExplorer > {wxSTC_STYLE_DEFAULT: 'Style default',=20 > wxSTC_STYLE_LINENUMBER: 'Line numbers', w > xSTC_STYLE_BRACELIGHT: 'Matched braces', wxSTC_STYLE_BRACEBAD: > 'Unmatched brace' > , wxSTC_STYLE_CONTROLCHAR: 'Control characters', > wxSTC_STYLE_INDENTGUIDE: 'Inden > t guide'} >=20 > Then I get the error dialog: name 'wxSTC_STYLE_DEFAULT' is not defined >=20 > I had thought I was on to something when I thought I had both=20 > versions of Boa installed at the same time, but I=20 > subsequently deleted the older Boa and it still gives me this error. >=20 > Any thoughts? >=20 > - Aaron >=20 > > -----Original Message----- > > From: boa...@li... > > [mailto:boa...@li...] > > On Behalf Of Wolfgang Strobl > > Sent: Saturday, January 13, 2007 4:40 AM > > To: boa...@li... > > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 > >=20 > > "Aaron Rubin" <Aar...@4D...>: > >=20 > > >I've upgraded from wxPython 2.6 to 2.8. I just upgraded from > > Boa 0.4.4 > > >to 0.5.2 I get the following error message when I try to run Boa: > > > > > >NameError: name 'wxSTC_STYLE_DEFAULT' is not defined > > > > > >Stack trace below, but I would guess someone's seen this before? > > > > > >Any help would be greatly appreciated! > >=20 > > <http://sourceforge.net/mailarchive/forum.php?thread_id=3D309519 > > 86&forum_id=3D6905> > >=20 > > In short: clean up stc-styles.rc.cfg in $HOME/.boa-constructor or=20 > > simply delete that file, it will be recreated with default settings. > >=20 > >=20 > > -- > > Thank you for observing all safety precautions > >=20 > >=20 > > -------------------------------------------------------------- > > ----------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the=20 > > chance to share your > > opinions on IT & business topics through brief surveys -=20 > and earn cash > > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > > &CID=3DDEVDEV > > _______________________________________________ > > Boa-constructor-users mailing list > > Boa...@li... > > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > >=20 >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the=20 > chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > &CID=3DDEVDEV > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >=20 |
From: Aaron R. <Aar...@4D...> - 2007-01-29 21:25:10
|
Hi Wolfgang -=20 Sorry it has taken me so long to get back to this. But I tried the solution listed below with no luck. Again, here is the full output when I run Boa from the command line: C:\Python24\Lib\site-packages\boa>python boa.py Starting Boa Constructor v0.5.2 importing wxPython reading user preferences C:\Python24\Lib\site-packages\boa\Preferences.py:11: DeprecationWarning: The wxP ython compatibility package is no longer automatically generated or activly main tained. Please switch to the wx package as soon as possible. =20 #---------------------------------------------------------------------- running main... importing Models.Controllers importing Models.EditorModels importing Views importing Views.SourceViews importing Explorers.ExplorerNodes importing Companions importing PropertyEditors importing Companions.FrameCompanions importing Companions.WizardCompanions importing Companions.ContainerCompanions importing Companions.SizerCompanions importing Companions.BasicCompanions importing Companions.ButtonCompanions importing Companions.ListCompanions importing Companions.GizmoCompanion importing Companions.LibCompanions importing Companions.UtilCompanions importing Companions.DialogCompanions importing ZopeLib.ZopeCompanions importing Models.PythonControllers importing Models.PythonEditorModels importing Views.AppViews importing Views.PySourceView importing Views.ProfileView importing Views.OGLViews importing Explorers.FileExplorer importing Models.wxPythonControllers importing Models.wxPythonEditorModels importing Views.Designer importing Views.InspectableViews importing Views.CollectionEdit importing Views.DataView importing Views.SizersView importing Models.ConfigSupport importing Models.CPPSupport importing Models.HTMLSupport importing Models.XMLSupport importing ZopeLib.ZopeEditorModels executing plug-ins... importing Explorers importing ZopeLib.ZopeViews importing ZopeLib.ZopeExplorer importing Explorers.PrefsExplorer importing Explorers.SVNExplorer creating Palette importing Palette creating Inspector importing Inspector creating Editor importing Editor importing Explorers.CVSExplorer importing Explorers.ZipExplorer importing Explorers.FTPExplorer importing Explorers.DAVExplorer importing Explorers.SSHExplorer {wxSTC_STYLE_DEFAULT: 'Style default', wxSTC_STYLE_LINENUMBER: 'Line numbers', w xSTC_STYLE_BRACELIGHT: 'Matched braces', wxSTC_STYLE_BRACEBAD: 'Unmatched brace' , wxSTC_STYLE_CONTROLCHAR: 'Control characters', wxSTC_STYLE_INDENTGUIDE: 'Inden t guide'} Then I get the error dialog: name 'wxSTC_STYLE_DEFAULT' is not defined I had thought I was on to something when I thought I had both versions of Boa installed at the same time, but I subsequently deleted the older Boa and it still gives me this error. Any thoughts? - Aaron > -----Original Message----- > From: boa...@li...=20 > [mailto:boa...@li...]=20 > On Behalf Of Wolfgang Strobl > Sent: Saturday, January 13, 2007 4:40 AM > To: boa...@li... > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 >=20 > "Aaron Rubin" <Aar...@4D...>: >=20 > >I've upgraded from wxPython 2.6 to 2.8. I just upgraded from=20 > Boa 0.4.4=20 > >to 0.5.2 I get the following error message when I try to run Boa: > > > >NameError: name 'wxSTC_STYLE_DEFAULT' is not defined > > > >Stack trace below, but I would guess someone's seen this before? > > > >Any help would be greatly appreciated! >=20 > <http://sourceforge.net/mailarchive/forum.php?thread_id=3D309519 > 86&forum_id=3D6905> >=20 > In short: clean up stc-styles.rc.cfg in=20 > $HOME/.boa-constructor or simply delete that file, it will be=20 > recreated with default settings. >=20 >=20 > -- > Thank you for observing all safety precautions >=20 >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the=20 > chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > &CID=3DDEVDEV > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >=20 |
From: Werner F. B. <wer...@fr...> - 2007-01-29 15:51:59
|
Hi, Can you please reply to the list. ygao wrote: > why not make a google-groups? What would that improve? I find google and even more yahoo groups extremely slow. I think the gmane list works quit well and it has less spam then on e.g. yahoo. Having one more area (list) to monitor would only increase the work load of people (especially Riaan) and I don't think it would improve anything. Werner |
From: olivier.taylor <oli...@gm...> - 2007-01-29 11:51:45
|
<!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"> great, <br> thanks :)<br> <br> Olivier<br> <br> Oleg Deribas a écrit : <blockquote cite="mid...@td..." type="cite"> <pre wrap="">Hello, Werner F. Bruhin said the following on 27.01.2007 19:37: </pre> <blockquote type="cite"> <pre wrap="">No official version is available like that, but Oleg Deribas posted some tarballs, the latest I could find is here: </pre> </blockquote> <pre wrap=""><!----> </pre> <blockquote type="cite"> <pre wrap="">Tarball here: <a class="moz-txt-link-freetext" href="http://mihd.net/jkh6in">http://mihd.net/jkh6in</a> </pre> </blockquote> <pre wrap=""><!----> </pre> <blockquote type="cite"> <pre wrap="">A bit dated at this point. </pre> </blockquote> <pre wrap=""><!----> OK, I've uploaded today's CVS snapshot here: <a class="moz-txt-link-freetext" href="http://up.universalhoster.net/5338_boa-0.5.2cvs20070129.7z">http://up.universalhoster.net/5338_boa-0.5.2cvs20070129.7z</a> </pre> </blockquote> </body> </html> |
From: Oleg D. <thi...@td...> - 2007-01-29 11:22:37
|
Hello, Werner F. Bruhin said the following on 27.01.2007 19:37: > No official version is available like that, but Oleg Deribas posted some > tarballs, the latest I could find is here: > Tarball here: http://mihd.net/jkh6in > A bit dated at this point. OK, I've uploaded today's CVS snapshot here: http://up.universalhoster.net/5338_boa-0.5.2cvs20070129.7z -- Oleg |
From: Werner F. B. <wer...@fr...> - 2007-01-29 10:07:56
|
Hi Craig, Can we take this back to the gmane list, so it goes into the archive and you actually might get better ideas from others. It looks like wx.lib.plot does NOT like to sit on a panel, but works nicer out of the box on a wx.Frame. Attached a small sample, hope this gets you going. I dropped the plot onto a wx.Frame and selected Edit/Add module runner and got some code (_draw1Objects) and changed it call e.g. wx.lib.plot.PolyMaker instead of just PolyMaker from the test code in wx.lib.plot. Werner Craig Monsen wrote: > Werner, > > Thank you for the suggestions. > > My specific problem is getting a plot.Plotcanvas to draw in a window on a > frame. > > I can draw a plot onto a new frame, but when I try to draw it onto a window, > or panel on a parent frame, all I get is a tiny box on the window. I think > this is the plot, but it is not the right size. I don't see any way to > adjust the size with the plotcanvas method. > > I am just a novice, but I am struggling to master this problem. > > Any help would be appreciated. Werner F. Bruhin wrote: > Hi Craig, > > Craig Monsen wrote: >> Trying to get Plot canvas to work with Boa. Figured out how to enable >> the module in the Preferences section. However, I get an error message >> about Unexpected keyword argument 'style'. What am I doing wrong? > Just did a little test and can drop it onto a Frame. > > My Config: > # 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 > > > What version of Boa and wxPython are you using? > > Werner > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV |
From: Werner F. B. <wer...@fr...> - 2007-01-27 17:40:14
|
Hi Olivier, olivier.taylor wrote: > I am new to this list, > I'd like to use Boa for emebedded systems, seems to be great :) What are you planning to use it for on an embedded system? > Is there a way to download last version of Boa using Http, I have > problems with cvs. No official version is available like that, but Oleg Deribas posted some tarballs, the latest I could find is here: Tarball here: http://mihd.net/jkh6in A bit dated at this point. Werner > Kind regards, > Olivier > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV |
From: Werner F. B. <wer...@fr...> - 2007-01-27 17:34:29
|
Hi Craig, Craig Monsen wrote: > Trying to get Plot canvas to work with Boa. Figured out how to enable > the module in the Preferences section. However, I get an error message > about Unexpected keyword argument 'style'. What am I doing wrong? Just did a little test and can drop it onto a Frame. My Config: # 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 What version of Boa and wxPython are you using? Werner |
From: olivier.taylor <oli...@gm...> - 2007-01-27 17:24:06
|
I am new to this list, I'd like to use Boa for emebedded systems, seems to be great :) Is there a way to download last version of Boa using Http, I have problems with cvs. Kind regards, Olivier |
From: Craig M. <Mon...@ms...> - 2007-01-27 03:16:15
|
Trying to get Plot canvas to work with Boa. Figured out how to enable the module in the Preferences section. However, I get an error message about Unexpected keyword argument 'style'. What am I doing wrong? This has me frustrated and stymied. |
From: Ivana V. <ro...@ga...> - 2007-01-26 17:13:35
|
Good day, Viazzgra $1, 80 Ciazzlis $3, 00 Levizztra $3, 35 http://www.printeryml.*com ( Important ! Remove "*" ) -- See you, Harry said, and he took the left one, while Cedric took the right. Harry heard Bagmans whistle for the second time. Krum had entered the |
From: Werner F. B. <wer...@fr...> - 2007-01-20 09:37:51
|
Hi, As mentioned on sourceforge I post the code here. An enhancement to this could would be to use e.g. a combobox to define if you want to do an addition, division, multiplication etc. Have fun. Werner P.S. Doing this I noted a small problem in Boa with numctrl, the event is generated by Boa as "wx.lib.masked.numctrl.EVT_MASKEDNUM" instead of "wx.lib.masked.numctrl.EVT_NUM", this will be corrected in CVS. |
From: Werner F. B. <wer...@fr...> - 2007-01-15 18:14:20
|
For changes done in Boa 0.5.x you might want to search the archive on here for "CVS updated - 0.5" Werner |