Hello,
 
I am working with a code that has python embedded in it. The embedded python 
points to my local python. Outside of the embedding application, I can import a 
third part module (wrapped ITK). When, I attempt to import the same module from 
within the embedding application, it fails with the message 'possible version 
mismatch'. Also, this module was built against my local python. In short, there 
can be no version mismatch because it is all the same pyhton.
 
Can anyone shed some light on this?
 
I do not know much about the embedding of python. In my case, I do know that 
the libpython23.a and libnumeric.a libraries are somehow involved. These may be 
the culprits as I need to include particular version in my build. Again, any 
light to be shed?
 
Thanks so much
 
Dan
 
Daniel R Einstein, PhD
Biological Monitoring and Modeling
Pacific Northwest National Laboratory
P.O. Box 999; MSIN P7-59
Richland, WA 99352
Tel: 509/ 376-2924
Fax: 509/376-9064
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to