Re: [Tutor] Importing C,C++,Asm modules

2005-05-06 Thread Danny Yoo
On Wed, 4 May 2005, Ali Polatel wrote: > Dear friends, > Is there a way to import C,C++ or Asm modules to python scripts? > If yes how? Hi Ali, Python can be "extended" to use external libraries, as long as we can call them from C. There's a tutorial for C programmers here: h

Re: [Tutor] Importing C,C++,Asm modules

2005-05-04 Thread Bill Burns
On Wednesday 04 May 2005 4:39 am, Ali Polatel wrote: > Dear friends, > Is there a way to import C,C++ or Asm modules to python scripts? > If yes how? > Thanks and regards, Hi Ali, If you're asking if you can take C or C++ code and compile it in such a way as to be able to import i

[Tutor] Importing C,C++,Asm modules

2005-05-04 Thread Ali Polatel
Dear friends, Is there a way to import C,C++ or Asm modules to python scripts? If yes how? Thanks and regards, ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor