Re: [Pythonmac-SIG] SWIG problem -> solved

2006-09-12 Thread Torsten Sadowski
Am Dienstag, 12. September 2006 08:44 schrieben Sie: > On Sep 11, 2006, at 5:31 PM, Torsten Sadowski wrote: > > Hi, snip > > example. The final solution was -flat_namespace. > > Which may or may not be the right solution. -flat_namespace is often > an indication that you're doing something wrong :-

Re: [Pythonmac-SIG] SWIG problem -> solved

2006-09-11 Thread Ronald Oussoren
On Sep 11, 2006, at 5:31 PM, Torsten Sadowski wrote: Hi, the hinted problems of wrong version and threads where not the cause. Linking on OSX is a very diverse subject and I did some trial and error for a simple example. The final solution was -flat_namespace. Which may or may not be th

Re: [Pythonmac-SIG] SWIG problem -> solved

2006-09-11 Thread Torsten Sadowski
Hi, the hinted problems of wrong version and threads where not the cause. Linking on OSX is a very diverse subject and I did some trial and error for a simple example. The final solution was -flat_namespace. Cheers, Torsten ___ Pythonmac-SIG maillist

[Pythonmac-SIG] SWIG problem

2006-09-08 Thread Torsten Sadowski
Hi, I'm trying to port Salome (http://www.salome-platform.org/) to OSX. I have the problem that SWIG wrapped modules don't work. They fail with: Fatal Python Error: Interpreter not initialized (version mismatch?) A web search brought hints about linking against the wrong Python but I'm sure I