Custom Query (121 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 121)

Ticket Resolution Summary Owner Reporter
#92 worksforme PyYAML installer for windows with libYAML binding xi anonymous

Reported by anonymous, 5 years ago.

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.

#93 fixed setup.py install --record-rpm lists _yaml.so even if not build xi werner.ho@…

Reported by werner.ho@…, 5 years ago.

Description

pyyaml version 3.06. the bug wasn't there in 3.05

I'm installing pyyaml with the following command to create an rpm package:

python setup.py install --prefix=%{_prefix} \
		--root=$RPM_BUILD_ROOT \
		--record-rpm=INSTALLED_FILES

Inside the file INSTALLED_FILES the _yaml.so file is listed even if that file is not installed.

/usr/lib64/python2.5/site-packages/yaml/resolver.pyc
/usr/lib64/python2.5/site-packages/yaml/scanner.pyc
/usr/lib64/python2.5/site-packages/_yaml.so
/usr/lib64/python2.5/site-packages/PyYAML-3.06-py2.5.egg-info
%dir /usr/lib64/python2.5/site-packages/yaml

Workaround: Either remove that line from the file before packaging or just do not use the file listing.

Regards Werner

#94 fixed Can't install pyyaml with easy_install on Mac OS X xi Stephen.Pascoe@…

Reported by Stephen.Pascoe@…, 5 years ago.

Description

Just thought I'd try out YAML on my Mac and did

$ easy_install PyYaml
...
unable to execute gcc: No such file or directory
libyaml appears not to be installed
(if libyaml is installed, you may need to specify
 the option --include-dirs or uncomment and modify
 the parameter include_dirs in setup.cfg)

If I want to use YAML in my projects easy_install is pretty much essential.

I don't know whether it works if gcc or libyaml is installed.

Note: See TracQuery for help on using queries.