Custom Query (121 matches)
Results (1 - 3 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #236 | invalid | PyYAML strips \n in the end of documents | xi | Matěj Cepl <mcepl@…> |
| Description |
When running the attached script the test fails: mitmanek:yamlish (master) $ python failing_test.py
F
======================================================================
FAIL: test_file_output (__main__.TestOuptut)
----------------------------------------------------------------------
Traceback (most recent call last):
File "failing_test.py", line 52, in test_file_output
""" % (self._expected, got))
AssertionError: Result matches
expected = {'bill-to': {'address': {'lines': '458 Walkman Dr. Suite #292 '}}, 'comments': 'Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338'}
observed = {'bill-to': {'address': {'lines': '458 Walkman Dr.\nSuite #292\n'}}, 'comments': 'Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338\n'}
----------------------------------------------------------------------
Ran 1 test in 0.006s
FAILED (failures=1)
mitmanek:yamlish (master) $
|
|||
| #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 |
|||
| #188 | fixed | pyyaml 3.09 fails to build with gcc4.6 | xi | ubuntu@… |
| Description |
In the next Ubuntu release we will be using gcc4.6. pyyaml fails to build with it. The failure is: Function `PyCObject_FromVoidPtr' implicitly converted to pointer at ext/_yaml.c:20301 Function `PyCObject_FromVoidPtr' implicitly converted to pointer at ext/_yaml.c:20301 The full build log is available at: |
|||
