[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2011-08-10 Thread Bug Watch Updater
** Changed in: python-xml (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/343242 Title: python-xml seems to be broken with python-2.6: xpath does not wo

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2010-10-23 Thread andsim
easycam2 require this too -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2010-08-27 Thread James Martin
I can't seem to install EasyCam without python-xml... any way around this? -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2010-04-22 Thread Gabe Gorelick
** Also affects: python-xml (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540475 Importance: Unknown Status: Unknown -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2010-02-02 Thread RobertGilbert
This also affects CalendarServer, so, Ubuntu-Server cannot act as a iCal server by default. apt-get install calendarserver Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an imposs

Re: [Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-11-29 Thread Scott Kitterman
The problem is that if pyxml is installed, the parts of pyxml that were integrated (and maintained) in Python 2.4 and later get superceded by the obsolete pyxml code if it's installed, so installing it to support one package can have negative effects on others. For people that really want the o

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-11-29 Thread Bruno Harbulot
Going back to Windows just because of this seems a bit radical. If PyXML is what's required, doing the following seems rather straightforward compared with some DLL conflicts: 1. Download PyXML-0.8.4.tar.gz from http://sourceforge.net/projects/pyxml/files/ 2. You may need to install python2.6-dev,

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-11-29 Thread Alan Bell
what packages? have bugs been filed against them? python-xml is broken and isn't going to be fixed, it is a dead end and there is a different way of providing the functionality it provides. If packages depend on it then they need to be fixed so they don't depend on broken stuff. -- python-xml see

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-11-29 Thread Peter D'Hoye
This dependency hell makes me want to go back to Windows. At least the DLL hell was easier fixable. Removing python-XML BREAKS PACKAGES that your users want to use. -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-10-25 Thread Scott Kitterman
** Changed in: python-xml (Ubuntu) Status: New => Won't Fix -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-10-20 Thread Alan Bell
@cantorman, in this instance at least Ubuntu is following Debian, where the package was dropped http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=540475 http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=468602 basically the functionality was duplicated in the core and in another library. ** Bug wa

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-10-20 Thread cantorman
Quick question as I'm also affected by this. I've made the symlink suggested above, so now this is not urgent. I assume there is a policy or philosophy statement wherein it is OK to break existing code in favor of better infrastructure; I'd like to make a process suggestion about how to get aroun

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-09-14 Thread Alan Bell
libxml2 would appear to be the way to do xpath these days. It does require a bit of a rewrite to the code using it and I just filed a bug to address it in openERP https://bugs.launchpad.net/openobject- server/+bug/429519 -- python-xml seems to be broken with python-2.6: xpath does not work https:

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-09-14 Thread Bruno Harbulot
Sorry, I hadn't realised the entire python-xml package had been removed (I though you were only talking of PyXML). It has indeed been removed from Debian too. I'm not sure about the other libraries that were in python-xml, but it seems that PyXML works fine (with the patch for "as" keyword) so far

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-09-14 Thread Bruno Harbulot
Could it not be re-included? Just to answer my previous question. PyXML breaks with Python 2.6 because "as" has become a reserved keyword: https://bugzilla.redhat.com/show_bug.cgi?id=477783 I'm attaching a patch to fix this based on PyXML-0.8.4.tar.gz (as downloaded from http://sourceforge.net/p

Re: [Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-09-14 Thread Scott Kitterman
It's already been removed. -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-09-14 Thread Bruno Harbulot
Hello, Apologies for restarting the discussion, but I'm still not convinced about the arguments for removing PyXML. (Like others who have commented on this issue, I have some code that depends on PyXML's XPath capabilities; changing to another implementation would require substantial changes.) I

Re: [Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-09-14 Thread Scott Kitterman
In theory, it could be, but the Python maintainer had asked its because of conflicts with the parts that were included in Python 2.4 and later. In addition to your change, it would also need to be modified to not duplicate what's already in Python itself, get agreement from the Python maintaine

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-08-24 Thread Matthias Klose
PyXML won't come back. The last upstream release was ages/years ago. ** Changed in: python-xml (Ubuntu) Status: New => Won't Fix -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-08-23 Thread Schmirrwurst
Openerp need python-xml !! And I don't think there will do anything upstream in short future, so if we wan't openerp-server working in karmic, you need to provide python-xml... ** Changed in: python-xml (Ubuntu) Status: Fix Released => New -- python-xml seems to be broken with python-2.6

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-06-16 Thread Matthias Klose
PyXML is now unmaintained for nearly 10 years. if you need some functionality from the package, please consider starting a new upstream project with just these bits you need (e.g. xpath). -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-06-15 Thread Glenn Maynard
> it's finally time to remove python-xml. please use the xml modules included in the python core. I sincerely hope you didn't just remove the only functioning Python XPath implementation. I have production code that depends on this library because there doesn't seem to be anything else that provi

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-06-10 Thread Daniel Werner
Streamlining the use of the standard library xml module is probably a good idea. However, the removal of python-xml breaks not only packages in universe, but also third party applications. At my company, various products include code built around PyXML's xpath module. While they run perfectly well

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-06-08 Thread Steve Langasek
2009-06-08 10:39:21 INFORemoving candidates: 2009-06-08 10:39:21 INFOpython-xml 0.8.4-10.1ubuntu2 in karmic 2009-06-08 10:39:21 INFOpython-xml 0.8.4-10.1ubuntu2 in karmic amd64 2009-06-08 10:39:21 INFOpython-xml 0.8.4-10.1ubuntu2 in karmic armel 2009-06-08 10:39:21 INFO

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-05-10 Thread Bug Watch Updater
** Changed in: python Status: New => Invalid -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-05-10 Thread Matthias Klose
it's finally time to remove python-xml. please use the xml modules included in the python core. ubuntu-archive, while this breaks some packages in universe, these packages should be changed instead to use the libraries provided in the tools or in recent third party xml libarries. -- python-xml s

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-05-10 Thread Frans van Berckel
True it does not cp boolean.so into python2.5/site- packages/_xmlplus/utils/. And it does not cp pyexpat.so and sgmlop.so into python2.5/site- packages/_xmlplus/parsers/. Or let me say the python2.5/site-packages/_xmlplus directory does not exists at all. The directory python2.5/site-packages/old

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-05-10 Thread Schmirrwurst
IThe package python-xml contains : /usr/lib/python2.5/site-packages/_xmlplus/utils/boolean.so /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils/boolean.so But after installation, only the 2.6 file is there : find /usr/lib/ -name boolean.so /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/ut

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-05-09 Thread Bug Watch Updater
** Changed in: python Status: Unknown => New -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-05-09 Thread Schmirrwurst
** Bug watch added: Python Roundup #5983 http://bugs.python.org/issue5983 ** Also affects: python via http://bugs.python.org/issue5983 Importance: Unknown Status: Unknown -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-05-09 Thread Schmirrwurst
For me it seems that python directory structure has changed, and that xparth or openerp are still looking at the old place... -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-04-27 Thread Arno Peters
** Changed in: python-xml (Ubuntu) Status: New => Confirmed -- python-xml seems to be broken with python-2.6: xpath does not work https://bugs.launchpad.net/bugs/343242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-03-31 Thread Z
As stated in the openerp-server bug, it seems like boolean.so is missing. But the directory /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils on my box contains the missing boolean.so, so i created a symlink in /usr/lib/python2.6/dist-packages/_xmlplus/utils and it seems to be working n