wasm-demo/demo/ermis-f/python_m/cur/0449

20 lines
419 B
Plaintext

From: news at dorb.com (Darrell)
Date: Mon, 5 Apr 1999 13:33:24 -0400
Subject: swig or not to swig ?
Message-ID: <4p6O2.1348$8m5.2126@newsr1.twcny.rr.com>
X-UID: 449
Coding a 'C' interface to python seems straight forward. Is swig worth the
trouble ?
I want to access some shared libs. I tried the dl module which isn't obvious
how it works. import dl fails.