calling Pyrex results from C
Paul Prescod
paul at prescod.net
Tue Jan 20 12:07:07 EST 2004
[cross-posted to the pyrex list for interest and then resent to the main
list]
Kyler says:
> I need to submit C/C++ code for a class.
> ...
> I'd like to keep my sanity and satisfy the course
> requirements by programming in Python and converting
> the code to C.
I have three questions:
1. How is your teacher going to react when you hand in obfuscated-ish
C code that depends on the whole Python interpreter _and_ PIL? If they
tried force you into a particular language it is probably because they
want to avoid the interpreter dependency headache.
2. Would you mind if further discussion happend on the Pyrex mailing
list? Someone there may have tried this before.
3. Are you initializing the Python interpreter at all? I am going to
guess that this is related to your problem. After all you are
"embedding" rather than "extending" Python. main() is in C.
http://www.python.org/doc/current/ext/embedding.html
Paul Prescod
More information about the Python-list
mailing list