From: Frank X. <fra...@ya...> - 2016-11-02 00:13:47
|
Hi, I've been using py2exe for almost two years, and it really does a good job. However, recently I need to replace PyYAML with ruamel.yaml, and found that py2exe can't support ruamel.yaml. Here's the error message: D:\exe>build_exe -c -b 3 fmg.pyError: Namespace packages not yet supported: Skipping package 'ruamel' My question is: can you update the project to support ruamel.yaml? py2exe stopped updating for long time, which may force users to look for other solutions. Just like PyYAML which lacks updates and support of double quotes preservation, I have to stop using PyYaml and turn to ruamel.yaml which implements lots of more advanced features. I still want to stick to py2exe, can you help me support ruamel.yaml package? Thanks in advance! Frank |