-
Just to be sure, when you try to use the src.win32.exe installer you get the error you mention when you run the installer - correct?
Werner.
2009-10-29 08:27:40 UTC in Boa Constructor - wxPython GUI Builder
-
No problem using it that way. I basically do the same just using a copy I get from CVS.
Werner.
2009-10-29 08:25:57 UTC in Boa Constructor - wxPython GUI Builder
-
I have Boa working with Py2.6.4 and Win 7.
Which installer did you use?
1. boa-constructor-0.6.1.bin.setup.exe
or
2. boa-constructor-0.6.1.src.win32.exe
If the first one, then please de-install and install using the second one or even better just use the CVS copy - see below.
Best regards
Werner
http://wiki.wxpython.org/BoaInstallGuide
* An alternative CVS client for...
2009-10-28 20:40:10 UTC in Boa Constructor - wxPython GUI Builder
-
backend_wx.py ensures that minimal version is 2.8, this is not working when the application is py2exe'd.
A suggested fix is provided on the following wiki page all the way at the end.
http://www.py2exe.org/index.cgi/MatPlotLib.
2009-09-14 15:11:34 UTC in matplotlib
-
On Windows Vista the installer does not automatically elevate itself, which means some registry settings are not done.
Changing the file name, i.e. adding the word "setup" anywhere in the file name fixes this.
2009-09-14 15:04:30 UTC in matplotlib
-
Aha, that is how that is used.
Great, it is much cleaner/self documenting then setting a flag in str_buyerAction (which was my work around).
Thanks again
Werner.
2009-09-08 10:36:41 UTC in Python parsing module
-
Paul,
Thanks for the response. I should actually have gotten back to the list as I found a solution, similar approach to your suggestion, i.e. using OneOf and caseless=True.
Sorry to hear about your health problems etc, hope you got that back "under control".
All the best
Werner
addressStart = pyp.oneOf("unconfirmed shipping address;".
2009-09-08 10:35:21 UTC in Python parsing module
-
My work around is to just check a variable in "self.str_buyerAction", that works fine for me.
But I am still intrigued on how one would use OnlyOnce.
Werner.
2009-08-31 09:25:28 UTC in Python parsing module
-
I would like that the following action is only done/run once per file I am parsing.
Tried:
# buyer
str_buyer = pyp.oneOf("buyer:;" need to watch this, and maybe make onlyonce work
"buyer information:;"
"acheteur :".split(';'), caseless=True).suppress() +\.
2009-08-30 08:40:44 UTC in Python parsing module
-
Hi,
I think this is just a design time error, which I think you can ignore.
However I only managed to get the control to work correctly if I put them into a sizer.
I'll post the code to the Boa list on gmane (gmane.comp.ide.boa-constructor.user).
Werner.
2009-07-20 13:35:56 UTC in Boa Constructor - wxPython GUI Builder