Eric Johnson <[EMAIL PROTECTED]> said:
> I'm running unstable Fink on OS 10.4.11 (PPC), with the latest 2.4.X
> XCode (mostly so I can run the latest gnucash).  Gnucash indirectly has
> a dependency on iso-codes after a recent update, and iso-codes fails to
> build.
>
> I see this
>
> ../../iso2pot.py --is-version 1.0 --comment code \
>                 --fields name --outfile iso_639_3.pot iso_639_3.xml
> Traceback (most recent call last):
>   File "../../iso2pot.py", line 11, in ?
>     import sys, os, getopt, urllib2, locale, time
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/urllib2.py",
>  
>
> line 90, in ?
>     import base64
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/base64.py",
>  
>
> line 7, in ?
>     import binascii
> ImportError: No module named binascii
> make[2]: *** [iso_639_3.pot] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> ### execution of make failed, exit code 2
>
> Failed: phase compiling: iso-codes-1.0-3 failed
>
> Any ideas how I get this to work?

My 10.4 machine has:

/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-dynload/binascii.so

and 'lipo -info
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-dynload/binascii.so'
reports that the file is fat with support for i386 and ppc. Do you
have this file? Does lipo indicate that it has support for your
machine type?

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to