| Hi Richard,
That's exactly it. I had moved to distributing x86_64-only releases
as I had planned on using homebrew-built everything for the release.
That was problematic so I switched back to custom-built libraries. I
can probably go back to i386/x86_64 fat binaries now, but I need to
get through the Android RC3 build first. I wrote a todo to take a
look at that later today. For now though, you should be able to use an
x86_64 python. I'll reply to this thread when I sort through the fat
binary build and have something posted on Sourceforge.
Thanks!
steven
On Wed, Jun 12, 2013 at 1:43 PM, zappfinger wrote:
> I am trying to follow Jake's "Ipython proof of concept" with Csound6, but I
> get:
> In [3]:
>
> import sys
> sys.path.append('/Library/Python/2.7/site-packages/')
> import csnd6 as csnd
> ---------------------------------------------------------------------------
> ImportError Traceback (most recent call last)
> in ()
> 1 import sys
> 2 sys.path.append('/Library/Python/2.7/site-packages/')
> ----> 3 import csnd6 as csnd
>
> /Library/Python/2.7/site-packages/csnd6.py in ()
> 24 fp.close()
> 25 return _mod
> ---> 26 _csnd6 = swig_import_helper()
> 27 del swig_import_helper
> 28 else:
>
> /Library/Python/2.7/site-packages/csnd6.py in swig_import_helper()
> 20 if fp is not None:
> 21 try:
> ---> 22 _mod = imp.load_module('_csnd6', fp, pathname,
> description)
> 23 finally:
> 24 fp.close()
>
> ImportError: dlopen(/Library/Python/2.7/site-packages/_csnd6.so, 2): no
> suitable image found. Did find:
> /Library/Python/2.7/site-packages/_csnd6.so: mach-o, but wrong architecture
>
>
> Is this because for Ipython I use the 32-bit Enthought Canopy version and
> _csnd6.so is 64 bits?
>
> Richard
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/csnd6-so-mach-o-but-wrong-architecture-tp5724457.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
|