OnPaint issue

Hi,

Just looking for clues:

I sent a package to a remote site ... so I'm doing the debugging by phone.

The program runs under Linux and the user has the same version I do ... but
did not install wxPython from source like me but rather installed the rpms.

The program has a main window with one debug button ... and all the rest is
painted in my onpaint event which basically does drawbitmap and drawtext.

The customer gets a white frame with the debug button.

He does not see any exception.

Also, I put a few prints in there so I know that my frame.__init__() went
smoothly and that the program is getting its onpaint events ... here again,
no exception.

Any clue ?

Thanks,

Philippe

···

--
_________________________
Philippe C. Martin
+1 405 562 7005
www.snakecard.com
_________________________

PS: I realize this could completly be unrelated to a GUI issue as I package
this for the first time under Linux ... the customer already has a running
copy under windows

···

On Monday 5 February 2007 16:20, Philippe C. Martin wrote:

Hi,

Just looking for clues:

I sent a package to a remote site ... so I'm doing the debugging by phone.

The program runs under Linux and the user has the same version I do ... but
did not install wxPython from source like me but rather installed the rpms.

The program has a main window with one debug button ... and all the rest
is painted in my onpaint event which basically does drawbitmap and
drawtext.

The customer gets a white frame with the debug button.

He does not see any exception.

Also, I put a few prints in there so I know that my frame.__init__() went
smoothly and that the program is getting its onpaint events ... here again,
no exception.

Any clue ?

Thanks,

Philippe

--
_________________________
Philippe C. Martin
+1 405 562 7005
www.snakecard.com
_________________________

Hi,

I decided to try and duplicate my client's config ... so I started with a
fresh PC ... followed roughly what he did and got into the same problem.

To make it short, the Mandriva 2006 binary rpms do install OK under Mandriva
2007 ... Yet, they do seem to create that side effect: I recompiled wxPython
and the problem went away.

I honestly have no clue as to what the actual issue is.

Regards,

Philippe

···

On Monday 5 February 2007 16:30, Philippe C. Martin wrote:

PS: I realize this could completly be unrelated to a GUI issue as I package
this for the first time under Linux ... the customer already has a running
copy under windows

On Monday 5 February 2007 16:20, Philippe C. Martin wrote:
> Hi,
>
> Just looking for clues:
>
> I sent a package to a remote site ... so I'm doing the debugging by
> phone.
>
> The program runs under Linux and the user has the same version I do ...
> but did not install wxPython from source like me but rather installed the
> rpms.
>
>
> The program has a main window with one debug button ... and all the rest
> is painted in my onpaint event which basically does drawbitmap and
> drawtext.
>
> The customer gets a white frame with the debug button.
>
> He does not see any exception.
>
> Also, I put a few prints in there so I know that my frame.__init__() went
> smoothly and that the program is getting its onpaint events ... here
> again, no exception.
>
>
> Any clue ?
>
> Thanks,
>
> Philippe

--
_________________________
Philippe C. Martin
+1 405 562 7005
www.snakecard.com
_________________________