Skip to content

Instantly share code, notes, and snippets.

@ku
Created June 27, 2011 22:13
Show Gist options
  • Select an option

  • Save ku/1049982 to your computer and use it in GitHub Desktop.

Select an option

Save ku/1049982 to your computer and use it in GitHub Desktop.
=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