Re: [Slackbuilds-users] pyquery broken after lxml update

2013-02-24 Thread Robby Workman
On Fri, 28 Dec 2012 15:54:24 -0800 Larry Hajali larryh...@gmail.com wrote: Hi, Between lxml version 2.x and 3.x, lxml broke out the cssselect module into its own separate package. The version on SBo is definitely outdated and incompatible (w/out patching) with the new lxml. Looking at the

Re: [Slackbuilds-users] pyquery broken after lxml update

2013-02-24 Thread Larry Hajali
Hi Robby, I didn't patch the 0.6.1 source. I am providing a diff of what works for me on the 1.2.4 version of pyquery. Update it as you like. Thanks, Larry On Sun, Feb 24, 2013 at 12:06 AM, Robby Workman rwork...@slackbuilds.orgwrote: On Fri, 28 Dec 2012 15:54:24 -0800 Larry Hajali

[Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread ____________ ________
I am sending it here since my attempt to contact the buildscript maintainer directly resulted in this: Delivery to the following recipient failed permanently: email address of the pyquery buildscript maintainer Technical details of permanent failure: DNS Error: DNS server returned general

Re: [Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread Larry Hajali
Hi, Between lxml version 2.x and 3.x, lxml broke out the cssselect module into its own separate package. The version on SBo is definitely outdated and incompatible (w/out patching) with the new lxml. Looking at the setup.py file on the github page (ie. https://github.com/gawel/pyquery), the new

Re: [Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread Larry Hajali
It looks like WebOb and requests are optional dependencies for pyquery. http://pypi.python.org/pypi/requests http://pypi.python.org/pypi/WebOb --Larry On Fri, Dec 28, 2012 at 3:54 PM, Larry Hajali larryh...@gmail.com wrote: Hi, Between lxml version 2.x and 3.x, lxml broke out the cssselect

Re: [Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread Larry Hajali
The following packages also have lxml as a dependency. But looking through the source code it looks like only pyquery is affected by the updated lxml version. compiz-boxmenu calibre mythtv pyquery inkscape weboob w3af openerp-server --Larry On Fri, Dec 28, 2012 at 4:13 PM, Larry Hajali