(In reply to Matej Cepl from comment #40) > (In reply to Ednilson Miura from comment #38) > > Hello, while testing SUSE:Maintenance:19058:243906 (libreoffice/sled12sp5) I > > cannot reproduce the issue by simply placing foobar.py on $PWD and calling > > oorwriter, but I can if I set PYTHONPATH (it is not set on sled12sp5) to > > $(pwd). However, oowriter still crashing even after update if the variable > > is set. What is the correct way to validate this fix? > > The file cannot be called foobar. See comment 4, it must be abc.py (or few > other names of the standard library module names). > > Don���������t fiddle with $PYTHONPATH it should be reproducible with the default > (i.e., unset) variable. Yes, yes, sorry, I properly used abc.py to reproduce the issue. However, SLE12SP5 does not seem to have $PYTHONPATH set, so it wont reproduce the issue as is. May I consider it as "not reproduceable" (i.e not an issue), since it requires the variable to be set manually?