Re: [Fink-users] mmap and Python on Fink

2010-05-14 Thread Daniel Macks
On Fri, May 14, 2010 at 04:01:59PM +0100, Derek Homeier wrote: > Hi Dan, > > On 14.05.2010, at 5:11AM, Daniel Macks wrote: > > > Both platforms' autodetect and determine to build the mmap module, but > > on 10.6 the actual compiling fails. Compare starting at the line: > > > > building 'mmap' e

Re: [Fink-users] mmap and Python on Fink

2010-05-14 Thread Derek Homeier
Hi Dan, On 14.05.2010, at 5:11AM, Daniel Macks wrote: > Both platforms' autodetect and determine to build the mmap module, but > on 10.6 the actual compiling fails. Compare starting at the line: > > building 'mmap' extension > [compiler command looks about the same] > [warnings about winsize lo

Re: [Fink-users] mmap and Python on Fink

2010-05-13 Thread Daniel Macks
On Thu, May 13, 2010 at 09:00:47PM -0400, Alexander Hansen wrote: > This appears to be a 10.6-specific issue. When building python25 as > either 32-bit or 64-bit, I don't get mmap.so, but on 10.5 I do. I've > uploaded build logs under > > http://akhmac.blogdns.net/~hansen/finklogs/python25/ > >

Re: [Fink-users] mmap and Python on Fink

2010-05-13 Thread Buz Barstow
Hi Derek, Alexander, Thanks for looking into this! I'm still at a loss too. All the best, --Buz On May 13, 2010, at 11:40 AM, Derek Homeier wrote: > Hi Alexander, Buz, > > I can confirm that this appears to be an issue with python2.5 on 10.6, and > it's apparently > an installation problem

Re: [Fink-users] mmap and Python on Fink

2010-05-13 Thread Alexander Hansen
On 5/13/10 6:18 PM, Buz Barstow wrote: > Hi Derek, Alexander, > > Thanks for looking into this! I'm still at a loss too. > > All the best, > > --Buz > > > On May 13, 2010, at 11:40 AM, Derek Homeier wrote: > > >> Hi Alexander, Buz, >> >> I can confirm that this appears to be an issue with python

Re: [Fink-users] mmap and Python on Fink

2010-05-13 Thread Derek Homeier
Hi Alexander, Buz, I can confirm that this appears to be an issue with python2.5 on 10.6, and it's apparently an installation problem on the python side (64bit-installation in my case). > find /System/Library/Frameworks/Python.framework -name mmap* /System/Library/Frameworks/Python.framework/V

Re: [Fink-users] mmap and Python on Fink

2010-05-11 Thread Buz Barstow
Hi Alexander, Thanks for checking this out for me. If any one else on the list has any suggestions, please let me know. Thanks! and all the best, --Buz On May 10, 2010, at 8:54 PM, Alexander Hansen wrote: > On 5/10/10 5:10 PM, Alexander Hansen wrote: >> On 5/10/10 4:42 PM, Buz Barstow wrote

Re: [Fink-users] mmap and Python on Fink

2010-05-10 Thread Alexander Hansen
On 5/10/10 5:10 PM, Alexander Hansen wrote: > On 5/10/10 4:42 PM, Buz Barstow wrote: >> Hi Alexander, >> >> I've attached an error output below. >> >> Thanks! and all the best, >> >> --Buz >> >> >> >> >> >> >> >> Python 2.5.4 (r254:67916, Apr 22 2010, 12:57:40) >> Type "copyright", "credits" or "l

Re: [Fink-users] mmap and Python on Fink

2010-05-10 Thread Alexander Hansen
On 5/10/10 4:42 PM, Buz Barstow wrote: > Hi Alexander, > > I've attached an error output below. > > Thanks! and all the best, > > --Buz > > > > > > > > Python 2.5.4 (r254:67916, Apr 22 2010, 12:57:40) > Type "copyright", "credits" or "license" for more information. > > IPython 0.8.2 --

Re: [Fink-users] mmap and Python on Fink

2010-05-10 Thread Buz Barstow
Hi Alexander, I've attached an error output below. Thanks! and all the best, --Buz Python 2.5.4 (r254:67916, Apr 22 2010, 12:57:40) Type "copyright", "credits" or "license" for more information. IPython 0.8.2 -- An enhanced Interactive Python. ? -> Introduction and overview of I

Re: [Fink-users] mmap and Python on Fink

2010-05-10 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/10/10 12:37 PM, Buz Barstow wrote: > Hi All, > > I recently reinstalled my fink /sw directory so that I could use fink with > OSX 10.6. However, this upgrade has caused at least one problem. > > I would like to use the scipy.io.array_import pa

[Fink-users] mmap and Python on Fink

2010-05-10 Thread Buz Barstow
Hi All, I recently reinstalled my fink /sw directory so that I could use fink with OSX 10.6. However, this upgrade has caused at least one problem. I would like to use the scipy.io.array_import package with python 2.5. However, when I try to import this package into python, python complains th