Thread: [Boa Constr] All Boa samples execution of command failed access is denied
Status: Beta
Brought to you by:
riaan
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: 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-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: 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 |