Re: [Pythonmac-SIG] problem fixing Carbon.AE/CarbonX.AE conflicts

2006-11-11 Thread Jack Jansen
On  10-Nov-2006, at 12:31 , has wrote:On 9 Nov 2006, at 16:49, Ronald Oussoren wrote: Unfortunately, when I try to do this, all I get is a bunch of  'symbol not found' errors on import: That's because there are hooks in the core interpreter for the  Carbon modules. Yeah, already took a look at mact

Re: [Pythonmac-SIG] problem fixing Carbon.AE/CarbonX.AE conflicts

2006-11-10 Thread has
On 9 Nov 2006, at 16:49, Ronald Oussoren wrote: >> Unfortunately, when I try to do this, all I get is a bunch of >> 'symbol not found' errors on import: > > That's because there are hooks in the core interpreter for the > Carbon modules. Yeah, already took a look at mactoolboxglue.c, but it w

Re: [Pythonmac-SIG] problem fixing Carbon.AE/CarbonX.AE conflicts

2006-11-09 Thread Ronald Oussoren
On 9 Nov 2006, at 5:38 PM, has wrote: Hi all, Trying to eliminate the conflict that occurs between Carbon.AE and CarbonX.AE when both extensions are loaded. The problem is that both extensions need to export the following functions for use by other extensions: AEDesc_New, AEDesc_NewBorrowed a