Re: creating yaml without tags using pyyaml

2008-06-06 Thread Stephen Moore
On Fri, Jun 6, 2008 at 8:20 PM, Kirill Simonov <[EMAIL PROTECTED]> wrote: > Stephen Moore wrote: >> >> I have come to the conclusion that this is the fault of the tags (for >> example, !!python/tuple) as getting rid of them gets rid of the >> errors. >> >&

creating yaml without tags using pyyaml

2008-06-06 Thread Stephen Moore
hello I have a situation where I have quite a large python object which I want to convert to yaml so I can then send it to a flex application using pyamf. I've managed to create a yaml document using the python object (http://flashbsm.googlecode.com/svn/testing/yamlTest/tester.yaml) (using pyyaml