I have Boa running on 2 XP machines but it does not work on VISTA,
originally i tried with ActiveState Python 2.5 now i am trying with
“vanilla” Python 2.5.2. It quickly flashes across the screen so I can
not catch a message.
Is there any way of starting BOA in Debugmode perhaps, so I do at least
get an inkling of what’s going on?
···
–
**
Erik Vandamme
54 Hilltop Road - WAMBERAL NSW 2260 Australia
Skype - erik_vandamme
02 43843613 - 0406 042750**
erik1vandamme@gmail.com
I’m sure it will horrify the purists out there, but whenever one of my wxPython programs opens and closes without a message I just run it in IDLE. Slow and nasty, but the error message stays up there.
···
On Tue, Apr 15, 2008 at 9:13 PM, Erik Vandamme erik1vandamme@gmail.com wrote:
Is there any way of starting BOA in Debugmode perhaps, so I do at least
get an inkling of what’s going on?
–
www.fsrtechnologies.com
Hi Erik,
Erik Vandamme wrote:
There are no stupid suggestions, at least you tried :), but yeah its an exe now (used to be a boa.py), but no longer!!!
It is still a boa.py if you use the source install or get it from CVS.
I am working on Vista for well over a year now with Boa (CVS) without problems.
Note if you use the .exe version then it doesn't matter what Python or wxPython you have installed anywhere, the one Boa will use is the one it was built with (using py2exe).
To debug you could do "-T", I assume this works with the .exe too.
It will create a Boa.trace file in the Boa folder.
There is also "-D" (debug) and "-R" (RemoteDebugServer) but I never used either of them.
Best regards
Werner