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