[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#542794: Test case



On Fri, Aug 6, 2010 at 3:31 PM, Arthur Loiret <aloiret@debian.org> wrote:
> Thanks for your test case. Could you please try again with
> gcc-4.5/libgomp1 from experimental?

Thanks for the interest! I don't have a machine I can butcher with an
experimental GCC right now, unfortunately, but VIPS actually works now
on testing. I get

>>> from vipsCC import *
>>> im = VImage.VImage("thisdoesnotexist.png")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/dist-packages/vipsCC/VImage.py", line 278,
in __init__
    this = vimagemodule.new_VImage(*args)
vipsCC.VError.VError: VIPS error: format_for_file: file
"thisdoesnotexist.png" not found

as expected rather than a core dump.

I believe they've changed the way they do the bindings for Python so
it might just be a side-effect of that, however. But without a
functioning test case, this bug report is probably pretty useless so
you might want to close it. I'll report back if I ever see it again.


Ole



Reply to: