Changes between Initial Version and Version 1 of Ticket #108
- Timestamp:
- 12/15/08 04:45:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #108
- Property Status changed from new to closed
- Property Resolution changed from to invalid
-
Ticket #108 – Description
initial v1 1 1 When I try to install pysyck on mac osx 10.5.5 by typing python setup. py install I get the following error: 2 2 {{{ 3 3 Traceback (most recent call last): 4 4 File "setup.py", line 121, in <module> … … 15 15 file: /Users/s031540/.pydistutils.cfg, line: 1 16 16 '{\\rtf1\\ansi\\ansicpg1252\\cocoartf949\\cocoasubrtf350\n' 17 17 }}} 18 18 19 19 I used to get another error, syck.h not found, then I made a file in my home folder thanks to xi: 20 20 21 I'd suggest you to create a file named .pydistutils.cfg in your home directory and add the following lines to it: 22 23 {{{ 21 24 [build_ext] 22 25 include_dirs=/usr/local/include 23 26 library_dirs=/usr/local/lib 27 }}} 28 24 29 The Syck.h error disappeared, but I can't get the new one to go away, nor can I find solutions online. 25 30
