tags 466711 closed
Hello Varun,
I've just made a wild guess, and I think that maybe I found the error: I
downloaded the example file that I've said using icedove directly, and
the same error occured. Then, I downloaded the same file via wget - and
worked! So I think that there is some problem with the download part of
the icedove/firefox (the original test files were downloaded using
firefox).
Good news for mayavi2, but how can I submit this bug to
icedove/iceweasel packages?
Thank you very much for your patience.
Ivan
Varun Hiremath escreveu:
Hi Ivan,
On Thu, 21 Feb, 2008 at 11:08:36AM -0300, Ivan Marin wrote:
If you want you can try this vtk file:
http://people.debian.org/~varun/misc/vtkdata.vtk
I've just downloaded this file, and the same error occurred. Checking on
the Frame Based Inspector, it seems that the problem happens with the
FileDialog Class:
class FileDialog(Dialog):
""" A dialog that allows the user to open/save files etc. """
on the file
/usr/lib/python2.4/site-packages/enthought/pyface (function close)
And the line
def close(self):
""" Closes the window. """
# Get the path of the chosen directory.
self.path = str(self.control.GetPath())
is where I get the error. The Local Variables indicate the self argument
on <enthought.pyface.file_dialog.FileDialog object at 0x384a650>
Can you suggest any other tests that I can do to try to check why this
is happening particulary on my system? I'm also suspecting that the
problem is in my python installation, but so far I've just installed the
required packages by apt.
Well, I am sorry, I have no idea what is causing this problem. I will
forward this report upstream and see if they have anything to say
about this issue.
Regards
Varun