Created
June 27, 2011 22:13
-
-
Save ku/1049982 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =urwid= | |
| *passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type | |
| modify some lines | |
| int pos, text_len; -> Py_ssize_t text_len; | |
| */usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed | |
| env ARCHFLAGS="-arch i386 -arch x86_64" python setup.py install | |
| env ARCHFLAGS="-arch i386 -arch x86_64" http://stackoverflow.com/questions/5256397/python-easy-install-fails-with-assembler-for-architecture-ppc-not-installed-on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment