Re: how to debug extended module?

2009-12-02 Thread junyoung
On 12월2일, 오전9시54분, junyoung wrote: > On 12월1일, 오후6시14분, "Diez B. Roggisch" wrote: > > > > > > > junyoung schrieb: > > > > Hi, I am a newbie who want to implement a extend module to use native > > > python language with my own shared

Re: how to debug extended module?

2009-12-01 Thread junyoung
On 12월1일, 오후6시14분, "Diez B. Roggisch" wrote: > junyoung schrieb: > > > Hi, I am a newbie who want to implement a extend module to use native > > python language with my own shared library. > > If it's a C shared library, don't bother extending it. Use c

how to debug extended module?

2009-11-30 Thread junyoung
Hi, I am a newbie who want to implement a extend module to use native python language with my own shared library. to test wrapper library(extend module, name is 'test.so'), I created some test-cases. There are some errors what I couldn't figure our reasons. ex) SystemError: error return without