PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 494 - Embeds a copy of the elementtree python module
: Embeds a copy of the elementtree python module
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: pyside-tools
: 0.2.0
: All All
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2010-11-23 13:32 EET by Didier Raboud
Modified: 2010-11-25 17:48 EET (History)
8 users (show)

See Also:


Attachments
Avoids the use of the internal elementtree copy (1.52 KB, patch)
2010-11-23 13:32 EET, Didier Raboud
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Didier Raboud 2010-11-23 13:32:02 EET
Created attachment 156 [details]
Avoids the use of the internal elementtree copy

Hi, 

in its 0.2.2 version, pyside-tools (more specifically pysideuic) embeds a copy
of elementtree (which is available in Python since 2.5, which is not shipped
anymore in modern distros).

The attached patch solves workarounds this (without removing the elementtree
tree).

Cheers,

OdyX
Comment 1 Hugo Parente Lima 2010-11-23 14:48:33 EET
As we just support python >= 2.5, I think remove the elementtree copy is
perfectly valid.
Comment 2 Matti Airas 2010-11-23 16:32:40 EET
Sure - prioritizing P3. Will be taken into the upcoming sprints. Thanks for the
patch!
Comment 3 Hugo Parente Lima 2010-11-24 15:48:10 EET
I'll apply the patch now, so this can be included in the next release.
Comment 4 Hugo Parente Lima 2010-11-24 17:11:09 EET
Fixed in commit pyside-tools/4da0156e95829a079664c8685fb6240a02382920
Comment 5 renato filho 2010-11-25 17:48:27 EET
released on 1.0.0~beta1