1

Is there a simple instruction for installing PyX package on the Mac OSX (10.6.8) for python( 2.7)?

python setup.py install

worked fine (copied the Library), however adding "import pyx" fails.

woot
  • 7,406
  • 2
  • 36
  • 55
ksb
  • 11
  • 2
  • The exact error message ``import pyx`` produces, including the stack trace, would be helpful. – fjarri Sep 17 '13 at 04:28
  • last line: IOError: [Errno 32] Broken pipe – ksb Sep 17 '13 at 04:32
  • *including the stack trace*, please. – fjarri Sep 17 '13 at 04:34
  • Pardon me, where do I find that information? – ksb Sep 17 '13 at 19:05
  • When you run your program, and it gives you the error, it spits a lot of text in the terminal, with file names, line numbers, and lines of code from these files. That's the stack trace. It's very helpful to know not only what the error message is, but also at what place the error happened. – fjarri Sep 17 '13 at 23:10

0 Answers0