Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97451
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Subject | Re: python3.5 + reportlab + windows again |
| Date | 2015-10-06 16:31 +0100 |
| References | <5613E55E.9000203@chamonix.reportlab.co.uk> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.430.1444145500.28679.python-list@python.org> (permalink) |
On 06/10/2015 16:14, Robin Becker wrote: > I can run all of the reportlab tests OK under ubuntu 14.04 amd65 with the latest > python 3.5 (built using configure make dance). ............ > > I guess I have to think about creating a debug build of python 3.5 and or one or > more extensions. > > Does anyone know which flags I should be setting in the PCBUILD? I vaguely > remember /Od /Zi, but this is a new version of VS so perhaps I'm out of date. well it seems someone can build these extensions properly. I used Christoph Gohlke's reportlab build and although there are 3 failures in the latest tests I don't see any crashes etc etc and all the failures are explainable. Last thing I saw from him in respect of pyRXPU was to use extra_compile_args=['/Od']. I will try that in the reportlab extension builds and see if the problems go away. -- Robin Becker
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: python3.5 + reportlab + windows again Robin Becker <robin@reportlab.com> - 2015-10-06 16:31 +0100
csiph-web