Cannot install PyYaml 3.11 on Websphere Application Server 8.5
Guillaume Lucazeau <[email protected]> Wed, 28 Oct 2015 11:00:10 +0100
| Newsgroups | gmane.text.yaml.general |
|---|---|
| Message-ID | <CA+h0g0F4tK2fuDrBuiwG+pqjfb5PgZrgfQZK992L7rhpi6dMNQ@mail.gmail.com> |
Hello, I wanted to script WAS deployments with the integrated Jython libraries, with my scripts reading a YAML configuration file. I have upgraded the integrated Jython to 2.7 using a Thin client, then I tried to install PyYaml package. However, I ran into this issue: http://pyyaml.org/ticket/163 The fix linked here http://pyyaml.org/changeset/376 doesn't work because here is the result of sys.version: sys.version: 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11) [IBM J9 VM (IBM Corporation)] "Java" is not in the result. However "platform.system()" returns "Java", as it was suggested in the patch attached to #163 For my case I've just edited the setup.py, and def ext_status(self, ext) to return false I didn't find how to report a bug ticket on Trac, so I'm posting here, I don't know if you'll be willing to fix this issue; if you do and want a patch I'll be glad to provide one. Best regards, Guillaume ------------------------------------------------------------------------------ _______________________________________________ Yaml-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/yaml-core