printf "fails" in extension

Werner Schiendl n17999950.temp.werner at neverbox.com
Tue Oct 21 05:57:49 EDT 2003


Hi,


Robert Ferrell wrote:

> In stuff I write I can use the appropriate Python routines.  However,
> part of the task is to extend Python with existing routines by adding
> some wrapper code.  That is something I know many others have done,
> and is fairly straight forward.  However, I dont' have the liberty of
> converting all printf's in the existing code to Python-ese.
> 

Then you *certainly* want to use the same C runtime library, everything 
else will cause you a lot of headaches...

And as I said in my other post, be sure to have everything built with 
the same build specification (debug or release) if you use the MS tools.

hth
Werner





More information about the Python-list mailing list