Marius,
I think this problem goes back a little way...
Let me clarify that, I can create a wxApp, and run it on ME without any
problems, on all python/wxpython versions, and the current version of Boa=
.
When 0.0.13 was released, I experienced a problem where older application=
s
created with pre .13 Boa would not run because the show;hide;show was
missing from the BoaApp:OnInit function. The Boa produced code would wor=
k
just fine on W2K or XP(real multitasking). New applications did not
exhibit the problem, because Boa automagically added the "magic" code to
fix the problem.
Make sure in the OnInit fuction there is a line such as:
self.main.Show();self.main.Hide();self.main.Show()
If this is not the problem, please give us a little more detail or, if yo=
u
don't mind, create a small app, and I'll give it a try.
Kevin
> Hi Marius,
>
> I see I was correct to dread the next issue :/
>
>> That's a different issue.
>>
>> I installed Boa on windows 98 and Millenium and there is an odd
>> problem. If I push the Run Application Button on editor, or F9, or
>> File/Run Application, nothing happens. The application won't start,
>> even though the status bar shows Running...
>>
>> On windows 2000 & XP no problem.
>>
>> Riaan, you don't have to fix it today:)
>
> I don't have access to Windows 9X anymore (I've never even
> seen Millenium), so I'm not sure I'm ever gonna fix it :(
>
> popen has known problems on Win9X, but it has worked for me before.
>
> Please write a simple test case using os.popen3 to run that file. If i=
t
> works, there is hope, if not, there're not much I can do about it.
>
> Maybe it's time to drop popen for wxProcess, but I don't want to do tha=
t
> before the release (I have enough todos)
>
> Cheers,
> Riaan.
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Boa-constructor-users mailing list
> Boa-constructor-users@...
|