Custom Query (121 matches)
Results (1 - 3 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #222 | invalid | Cant seem to install pyyaml on mac os x lion | anonymous | alex.kikinis7@… |
| Description |
I downloaded pyyaml form this link http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz on the nltk site. i see it is not the latest version, shouldnt matter right? anywyas followed readme instructions (unclear at best) all they said was type 'python setup.py install' i opened a terminal window and did just that, but receicved the following error python: can't open file 'setup.py': [Errno 2] No such file or directory not sure what to do, not experienced in programming or anything, just getting started |
|||
| #1 | fixed | Can't make SVN checkout... | xi | anonymous |
| Description |
I use the SVN URL http://svn.pyyaml.org/pyyaml/trunk (from the Wikipage http://pyyaml.org/wiki/PyYAML ) But i can't export or checkout: PROPFIND Error, 403 Forbidden ;( |
|||
| #3 | fixed | allow_unicode missing in emitter? | xi | tim@… |
| Description |
Trying to emit plain chars in utf8 (£ symbol for instance - \xc2\xa3) isn't working.. I think I've tracked it down to missing allow_unicode passing through to emitter and possibly the emit events resetting allow_unicode (I won't say I've fixed it as I've forced allow_unicode to True in various places to get it to emit plain's in utf-8 rather than double quoted escaped unicode). I'll post more tomorrow if I can get my fix cleaner. Looking good btw!! |
|||
