Your message dated Fri, 27 Apr 2007 21:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420352: fixed in pythoncad 0.1.35-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: pythoncad
Version: 0.1.33-2
Tags: patch
When attempting to save a CAD file:
Traceback (most recent call last):
File
"/var/lib/python-support/python2.5/PythonCAD/Interface/Gtk/gtkmenus.py",
line 137, in file_open_cb
imageio.load_image(_image, _handle)
File "/var/lib/python-support/python2.5/PythonCAD/Generic/imageio.py",
line 2876, in load_image
_doc = xml.dom.minidom.parse(filehandle)
File "xml/dom/minidom.py", line 1913, in parse
File "xml/dom/expatbuilder.py", line 928, in parse
File "xml/dom/expatbuilder.py", line 207, in parseFile
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1,
column 6
Traceback (most recent call last):
File
"/var/lib/python-support/python2.5/PythonCAD/Interface/Gtk/gtkmenus.py",
line 341, in file_save_as_cb
_fname = gtkimage.getFilename()
AttributeError: 'GTKImage' object has no attribute 'getFilename'
The manual fix is to edit:
/var/lib/python-support/python2.5/PythonCAD/Interface/Gtk/gtkmenus.py
In line 341 change:
_fname = gtkimage.getFilename()
to:
_fname = gtkimage.image.getFilename()--- gtkmenus.py 2006-07-03 12:17:39.000000000 -0400
+++ gtkmenus_fixed.py 2007-04-21 14:48:11.000000000 -0400
@@ -338,7 +338,7 @@
#------------------------------------------------------------
def file_save_as_cb(menuitem, gtkimage):
- _fname = gtkimage.getFilename()
+ _fname = gtkimage.image.getFilename()
if _fname is None:
_fname = gtkimage.getWindow().get_title()
_get_filename_and_save(gtkimage, _fname)
--- End Message ---
--- Begin Message ---
Source: pythoncad
Source-Version: 0.1.35-1
We believe that the bug you reported is fixed in the latest version of
pythoncad, which is due to be installed in the Debian FTP archive:
pythoncad_0.1.35-1.diff.gz
to pool/main/p/pythoncad/pythoncad_0.1.35-1.diff.gz
pythoncad_0.1.35-1.dsc
to pool/main/p/pythoncad/pythoncad_0.1.35-1.dsc
pythoncad_0.1.35-1_all.deb
to pool/main/p/pythoncad/pythoncad_0.1.35-1_all.deb
pythoncad_0.1.35.orig.tar.gz
to pool/main/p/pythoncad/pythoncad_0.1.35.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cédric Delfosse <[EMAIL PROTECTED]> (supplier of updated pythoncad package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 27 Apr 2007 23:05:27 +0200
Source: pythoncad
Binary: pythoncad
Architecture: source all
Version: 0.1.35-1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse <[EMAIL PROTECTED]>
Changed-By: Cédric Delfosse <[EMAIL PROTECTED]>
Description:
pythoncad - Computer Aided Drafting (CAD) program
Closes: 420352
Changes:
pythoncad (0.1.35-1) unstable; urgency=low
.
* New upstream release
* Fix "unable to save files due to incorrect attribute reference"
(Closes: Bug#420352)
Files:
726b1d6e42bb9c201a20b83fef3091dc 652 graphics optional pythoncad_0.1.35-1.dsc
1d0c8de2ce049518f21bc87df289bf2f 491364 graphics optional
pythoncad_0.1.35.orig.tar.gz
ff9c5044229475839a1f4ccac4348ec2 10900 graphics optional
pythoncad_0.1.35-1.diff.gz
f2c1b904842979e4b914977073fdaa15 450778 graphics optional
pythoncad_0.1.35-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGMmcobmmXPPfovGMRAtl/AJ9e+dItgZvfAxVwZkjIkwW3zw/MOQCeMCHy
ewVG6yqxtiLZG/raGO+Hhf0=
=86ZU
-----END PGP SIGNATURE-----
--- End Message ---