tuxagb:
> If I have to write an extension module with many objects, how can I
> organizing the code?
> I think: every object in a separate file, and a last file with the
> PyInit_..... function. But is unmenageable .....
>
> Solutions?

What do you think about using Cython?

Bye,
bearophile
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to