<div dir="ltr"><div>ho travato un post che suggeriva questo </div>sudo ARCHFLAGS='-arch x86_64' python setup.py build<div>sudo ARCHFLAGS='-arch x86_64' python setup.py install</div><div><br></div><div>il risultato e':</div>
<div><div>Python 2.6.6 (r266:84374, Aug 31 2010, 11:00:51) </div><div>[GCC 4.0.1 (Apple Inc. build 5493)] on darwin</div><div>Type "help", "copyright", "credits" or "license" for more information.</div>
<div>>>> import MySQLdb</div><div>/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/MySQL_python-1.2.3-py2.6-macosx-10.3-x86_64.egg/_mysql.py:3: UserWarning: Module _mysql was already imported from /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/MySQL_python-1.2.3-py2.6-macosx-10.3-x86_64.egg/_mysql.pyc, but /Users/easyboy/Downloads/MySQL-python-1.2.3 is being added to sys.path</div>
<div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "MySQLdb/__init__.py", line 19, in <module></div><div>    import _mysql</div><div>
  File "build/bdist.macosx-10.3-x86_64/egg/_mysql.py", line 7, in <module></div><div>  File "build/bdist.macosx-10.3-x86_64/egg/_mysql.py", line 6, in __bootstrap__</div><div>ImportError: dlopen(/Users/easyboy/.python-eggs/MySQL_python-1.2.3-py2.6-macosx-10.3-x86_64.egg-tmp/_mysql.so, 2): no suitable image found.  Did find:</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>/Users/easyboy/.python-eggs/MySQL_python-1.2.3-py2.6-macosx-10.3-x86_64.egg-tmp/_mysql.so: mach-o, but wrong architecture</div><div>>>> </div></div>
<div><br></div><div><br><br><div class="gmail_quote">2010/11/28 Roberto De Ioris <span dir="ltr"><<a href="mailto:roberto@unbit.it">roberto@unbit.it</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
> Python 2.6.6 (r266:84374, Aug 31 2010, 11:00:51)<br>
> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin<br>
> Type "help", "copyright", "credits" or "license" for more information.<br>
>>>> import MySQLdb<br>
> Traceback (most recent call last):<br>
>   File "<stdin>", line 1, in <module><br>
>   File "build/bdist.macosx-10.3-i386/egg/MySQLdb/__init__.py", line 19, in<br>
> <module><br>
>   File "build/bdist.macosx-10.3-i386/egg/_mysql.py", line 7, in <module><br>
>   File "build/bdist.macosx-10.3-i386/egg/_mysql.py", line 6, in<br>
> __bootstrap__<br>
> ImportError:<br>
> dlopen(/Users/easyboy/.python-eggs/MySQL_python-1.2.3-py2.6-macosx-10.3-i386.egg-tmp/_mysql.so,<br>
> 2): no suitable image found.  Did find:<br>
> /Users/easyboy/.python-eggs/MySQL_python-1.2.3-py2.6-macosx-10.3-i386.egg-tmp/_mysql.so:<br>
> mach-o, but wrong architecture<br>
>>>><br>
><br>
> vi e' mai successo ?<br>
><br>
<br>
</div></div>La versione di python che hai e' compilata per x86_64 (presumo, a meno che<br>
non sei su powerpc)  mentre il modulo e' per i386<br>
<font color="#888888"><br>
<br>
--<br>
Roberto De Ioris<br>
<a href="http://unbit.it" target="_blank">http://unbit.it</a><br>
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br>
<a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Salvatore Monaco<br>
</div></div>