Re: [google-appengine] is there a way to use a .so library (C library) in GAE?

2010-12-02 Thread Ross M Karchner
No-- you can only use modules that are 100% Python. On Thu, Dec 2, 2010 at 8:54 AM, BarrenTeam wrote: > Hello, I have a .so.2 (C library) and a Python interface that wrapper > this library. The interface uses ctypes but i think that ctypes is > incompatible with gae python environement, (right !

[google-appengine] is there a way to use a .so library (C library) in GAE?

2010-12-02 Thread BarrenTeam
Hello, I have a .so.2 (C library) and a Python interface that wrapper this library. The interface uses ctypes but i think that ctypes is incompatible with gae python environement, (right !? ) I have another interface for the same library that uses numpy but also this python module is incompatible w