|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Metakit, Tiger and Python 2.4.3Hi,
I have seen this question posed elsewhere but no answer: On OS X Tiger the dylib's for metakit are not recognised by python and so attempting import Mk4py says module not found. I assume that this is a change in the way the python 2.4's are built (2.4.1 doesn't work either) - they are not provided by Apple. It seems that .so libraries are fine (I can rename the dylib's to .so and it tries to load them but complains about the format - I obviously didn't expect that to work but it showed that python was trying to load the so) so if I could modify the make file to make 'so' versions of the library that would be great. However my skills with C++ and Makefiles are not what they should be anymore and I have not got the day or two it would take me to figure it out. Could anyone help me with this? (or provide another solution to get it working with python 2.4.3?) Metakit would be an ideal solution for a project I am working on but if I can't get it to work on OS X then I need to find another solution. cheers mark _____________________________________________ Metakit mailing list - Metakit@... http://www.equi4.com/mailman/listinfo/metakit |
|
|
Re: Metakit, Tiger and Python 2.4.3There is a workaround for this that was sent to me after posting the
same thing. I'll try and dig out the instructions for you. J On 11 May 2006, at 06:46, markw wrote: > Hi, > > I have seen this question posed elsewhere but no answer: On OS X > Tiger the dylib's for metakit are not recognised by python and so > attempting import Mk4py says module not found. > > I assume that this is a change in the way the python 2.4's are > built (2.4.1 doesn't work either) - they are not provided by Apple. > > It seems that .so libraries are fine (I can rename the dylib's > to .so and it tries to load them but complains about the format - I > obviously didn't expect that to work but it showed that python was > trying to load the so) so if I could modify the make file to make > 'so' versions of the library that would be great. However my skills > with C++ and Makefiles are not what they should be anymore and I > have not got the day or two it would take me to figure it out. > > Could anyone help me with this? (or provide another solution to get > it working with python 2.4.3?) Metakit would be an ideal solution > for a project I am working on but if I can't get it to work on OS X > then I need to find another solution. > > cheers > > mark_____________________________________________ > Metakit mailing list - Metakit@... > http://www.equi4.com/mailman/listinfo/metakit _____________________________________________ Metakit mailing list - Metakit@... http://www.equi4.com/mailman/listinfo/metakit |
|
|
RE: Metakit, Tiger and Python 2.4.3If you could that would be a life saver
:-) Cheers mark -----Original Message----- From: John Abel [mailto:admin@...] Sent: 11 May 2006 07:12 To: markw Cc: metakit@... Subject: Re: [Metakit] Metakit, Tiger and Python 2.4.3 There is a workaround for this that was sent to me after posting the same thing. I'll try and dig out the instructions for you. J On 11 May 2006, at 06:46, markw wrote: > Hi, > > I have seen this question posed elsewhere but no answer: On OS X > Tiger the dylib's for metakit are not recognised by python and so > attempting import Mk4py says module not found. > > I assume that this is a change in the way the python 2.4's are > built (2.4.1 doesn't work either) - they are not provided by Apple. > > It seems that .so libraries are fine (I can rename the dylib's > to .so and it tries to load them but complains about the format - I > obviously didn't expect that to work but it showed that python was > trying to load the so) so if I could modify the make file to make > 'so' versions of the library that would be great. However my skills > with C++ and Makefiles are not what they should be anymore and I > have not got the day or two it would take me to figure it out. > > Could anyone help me with this? (or provide another solution to get > it working with python 2.4.3?) Metakit would be an ideal solution > for a project I am working on but if I can't get it to work on OS X > then I need to find another solution. > > cheers > > mark_____________________________________________ > Metakit mailing list - Metakit@... > http://www.equi4.com/mailman/listinfo/metakit _____________________________________________ Metakit mailing list - Metakit@... http://www.equi4.com/mailman/listinfo/metakit |
| Free Forum Powered by Nabble | Forum Help |