Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97451 > unrolled thread
| Started by | Robin Becker <robin@reportlab.com> |
|---|---|
| First post | 2015-10-06 16:31 +0100 |
| Last post | 2015-10-06 16:31 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: python3.5 + reportlab + windows again Robin Becker <robin@reportlab.com> - 2015-10-06 16:31 +0100
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Date | 2015-10-06 16:31 +0100 |
| Subject | Re: python3.5 + reportlab + windows again |
| Message-ID | <mailman.430.1444145500.28679.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web