Ticket #92 (closed task: worksforme)

Opened 2 months ago

Last modified 2 months ago

PyYAML installer for windows with libYAML binding

Reported by: anonymous Assigned to: xi
Priority: normal Component: pyyaml
Severity: normal Keywords:
Cc:

Description

Can anyone create a windows installer for PyYAML with libYAML binding? the current PyYAML installer doesn't have libYAML binding and it is quite slow to load a big YAML file compare to PySyck.

Attachments

Change History

09/27/08 12:25:38 changed by xi

  • status changed from new to closed.
  • resolution set to worksforme.

The win32 installer of PyYAML 3.05 includes LibYAML bindings, see _yaml.pyd in the distribution. You may use it with

yaml.load(..., Loader=yaml.CLoader)
yaml.dump(..., Dumper=yaml.CDumper)

Add/Change #92 (PyYAML installer for windows with libYAML binding)




Change Properties
Action