PS: I should add that the U3 device does not actually run Python, but copies
it to the PC and launches it: I'm almost certain this is a bug in my code.
Help please !
Regards,
Philippe
Philippe C. Martin wrote:
> Hi,
>
> I am currently porting some of my applications to U3 (www.u3.com) and I
Philippe C. Martin wrote:
> Hi,
>
> I am currently porting some of my applications to U3 (www.u3.com) and I do
> get a crash in ...objects\frameobject.c: PyFrameObject *back =
> tstate->frame.
>
> The point of the current test is to get a python function called on a U3
> device event. (U3 only w
Hi,
I am currently porting some of my applications to U3 (www.u3.com) and I do
get a crash in ...objects\frameobject.c: PyFrameObject *back =
tstate->frame.
The point of the current test is to get a python function called on a U3
device event. (U3 only work with Windows currently).
My C stub cal