This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, yonas
Date 2009-05-27.17:28:40
SpamBayes Score 0.0031870285
Marked as misclassified No
Message-id <1243445321.82.0.55898755568.issue6122@psf.upfronthosting.co.za>
In-reply-to
Content
your program works for me.
How did you compile the files? I used the following commands:

$ gcc -fPIC -I/usr/local/include/python2.6/ mylib.c -L /usr/local/lib
-lpython2.6 --shared -o mylib.so

$ gcc main.c -ldl 

$ ./a.out
test

(after removing all references to exim4, which is not really used)
History
Date User Action Args
2009-05-27 17:28:41amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, yonas
2009-05-27 17:28:41amaury.forgeotdarcsetmessageid: <1243445321.82.0.55898755568.issue6122@psf.upfronthosting.co.za>
2009-05-27 17:28:40amaury.forgeotdarclinkissue6122 messages
2009-05-27 17:28:40amaury.forgeotdarccreate