Hello,

I would like to install pudb on Mac OS X, but easy_install pudb generated a bunch of errors, which are listed below.

I was wondering if anyone has had any success on building and installing it on Mac OS X and could provide some assistance in resolving these issues.

Thank you



Processing dependencies for pudb
Searching for urwid>=0.9.9.1
Reading http://pypi.python.org/simple/urwid/
Reading http://excess.org/urwid/
Best match: urwid 0.9.9.2
Downloading http://excess.org/urwid/urwid-0.9.9.2.tar.gz
Processing urwid-0.9.9.2.tar.gz
Running urwid-0.9.9.2/setup.py -q bdist_egg --dist-dir /var/folders/jy/jyzXWme5GyWSQPp-mjU17k+++TI/-Tmp-/easy_install-RWbmGi/urwid-0.9.9.2/egg-dist-tmp-ZYUM16
source/str_util.c: In function ‘decode_one’:
source/str_util.c:319: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type
source/str_util.c: In function ‘decode_one_right’:
source/str_util.c:374: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type /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
Installed assemblers are:
/usr/bin/../libexec/gcc/darwin/ppc64/as for architecture ppc64
/usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
/usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
source/str_util.c: In function ‘decode_one’:
source/str_util.c:319: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type
source/str_util.c: In function ‘decode_one_right’:
source/str_util.c:374: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type
source/str_util.c: At top level:
source/str_util.c:822: fatal error: error writing to -: Broken pipe
compilation terminated.
source/str_util.c: In function ‘decode_one’:
source/str_util.c:319: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type
source/str_util.c: In function ‘decode_one_right’:
source/str_util.c:374: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type lipo: can't open input file: /var/folders/jy/jyzXWme5GyWSQPp-mjU17k+++TI/-Tmp-//cchfp8JW.out (No such file or directory) error: Setup script exited with error: command 'gcc-4.2' failed with exit status 1


_______________________________________________
Pudb mailing list
[email protected]
http://lists.tiker.net/listinfo/pudb

Reply via email to