[Pythonmac-SIG] dynload_darwin.c

Marcel Prastawa prastawa@cs.unc.edu
Thu, 31 Jan 2002 19:21:54 -0500


On Wednesday, January 30, 2002, at 06:05 , Steven Majewski wrote:

 > Could some of the folks who are having problems give this one a
 > try ? It's named dynload_darwin.c because we'll probably change
 > it and the config files for the next release. You need to
 > rename it dynload_next.c and stick it in Python-2.2/Python to
 > replace the old dynload_next.c

It works! Well, for what I have at least.

I did get the warning messages... This happens when I load a module with 
the same name: "... _init_foo already defined".

It's not an issue for me, but maybe there's a way to suppress this?

Marcel