Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97450 > unrolled thread

python3.5 + reportlab + windows again

Started byRobin Becker <robin@reportlab.com>
First post2015-10-06 16:14 +0100
Last post2015-10-06 16:14 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  python3.5 + reportlab + windows again Robin Becker <robin@reportlab.com> - 2015-10-06 16:14 +0100

#97450 — python3.5 + reportlab + windows again

FromRobin Becker <robin@reportlab.com>
Date2015-10-06 16:14 +0100
Subjectpython3.5 + reportlab + windows again
Message-ID<mailman.429.1444144485.28679.python-list@python.org>
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).

However, when I try to do the same with windows 7 x64 & VS2015 as the compiler I 
am getting strange issues.

Basically at some point in the run python pops up a dialogue that says python 
has stopped working and MS is searching for a solution :(

MS doesn't find a solution and then my only options are debug & stop. Debugging 
reveals that the error appeared to happen somewhere in 'external code' called 
from python, but I don't have any idea which of the possible extensions is at 
fault. So far as I know I'm only using two extensions from inside reportlab and 
pillow.

When tested separately, the two RL extensions appear to work OK, but I don't 
know where pillow came from. I just used c:\python35\scripts\pip install pillow 
and it automagically got downloaded as a wheel. I can at least import _imaging 
etc etc so I assume the pillow 3.0.0 is working.

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.
-- 
Robin Becker

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web