lxml पर टैग किए गए जवाब

11
Ubuntu पर lxml कैसे स्थापित करें
मुझे Ubuntu 11 पर easy_install के साथ lxml स्थापित करने में कठिनाई हो रही है। जब मैं टाइप करता $ easy_install lxmlहूं तो मुझे : Searching for lxml Reading http://pypi.python.org/simple/lxml/ Reading http://codespeak.net/lxml Best match: lxml 2.3 Downloading http://lxml.de/files/lxml-2.3.tgz Processing lxml-2.3.tgz Running lxml-2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7UdQOZ/lxml-2.3/egg-dist-tmp-GacQGy Building lxml version 2.3. …

28
libxml पाइप का उपयोग करके त्रुटि को स्थापित करता है
यह मेरी त्रुटि है: (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install lxml Downloading/unpacking lxml Running setup.py egg_info for package lxml Building lxml version 2.3. Building without Cython. ERROR: /bin/sh: xslt-config: not found ** make sure the development packages of libxml2 and libxslt are installed ** Using build configuration of libxslt Installing collected packages: lxml …
269 python  lxml  pip 

23
Mac OS X 10.9 पर Lxml स्थापित नहीं कर सकता
मैं Lxml स्थापित करना चाहता हूं ताकि मैं फिर स्क्रैपी स्थापित कर सकूं। जब मैंने अपना मैक अपडेट किया तो यह मुझे lxml को फिर से स्थापित करने नहीं देगा, मुझे निम्न त्रुटि मिली: In file included from src/lxml/lxml.etree.c:314: /private/tmp/pip_build_root/lxml/src/lxml/includes/etree_defs.h:9:10: fatal error: 'libxml/xmlversion.h' file not found #include "libxml/xmlversion.h" ^ 1 …
234 python  xcode  macos  scrapy  lxml 

12
bs4.FeatureNotFound: आपके द्वारा अनुरोधित सुविधाओं के साथ ट्री बिल्डर नहीं मिल सका: lxml। क्या आपको पार्सर लाइब्रेरी स्थापित करने की आवश्यकता है?
... soup = BeautifulSoup(html, "lxml") File "/Library/Python/2.7/site-packages/bs4/__init__.py", line 152, in __init__ % ",".join(features)) bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? मेरे टर्मिनल पर उपरोक्त आउटपुट। मैं मैक ओएस 10.7.x पर हूं। मेरे पास पायथन 2.7.1 है, और …

2
बिल्टइन। टाइप करे: बाइट होना चाहिए, बाइट नहीं
मैंने अपनी स्क्रिप्ट पाइथन 2.7 से 3.2 में बदल दी है, और मेरे पास एक बग है। # -*- coding: utf-8 -*- import time from datetime import date from lxml import etree from collections import OrderedDict # Create the root element page = etree.Element('results') # Make a new document tree …
220 python  python-3.x  lxml 

2
Xpath का उपयोग करके निम्नलिखित सिबलिंग / xml टैग का चयन कैसे करें
मेरे पास एक HTML फ़ाइल (Newegg से) है और उनका HTML नीचे की तरह व्यवस्थित है। उनकी विशिष्टताओं की तालिका में सभी डेटा ' अवरोही ' हैं जबकि प्रत्येक अनुभाग के शीर्षक ' नाम ' में हैं । 'नीचे Newegg पृष्ठों के डेटा के दो उदाहरण हैं। <tr> <td class="name">Brand</td> …
102 xml  xpath  lxml 

5
src / lxml / etree_defs.h: 9: 31: घातक त्रुटि: libxml / xmlversion.h: ऐसी कोई फ़ाइल या निर्देशिका नहीं
मैं उस फ़ाइल में संकुल संस्थापित करने के लिए निम्नलिखित कॉमैंड चला रहा हूँ " pip install -r requirements.txt --download-cache=~/tmp/pip-cache"। requirement.txt में pacakages जैसे हैं # Data formats # ------------ PIL==1.1.7 # html5lib==0.90 httplib2==0.7.4 lxml==2.3.1 # Documentation # ------------- Sphinx==1.1 docutils==0.8.1 # Testing # ------- behave==1.1.0 dingus==0.3.2 django-testscenarios==0.7.2 mechanize==0.2.5 mock==0.7.2 …
99 python-2.7  lxml  pip 

7
अजगर में lxml मॉड्यूल स्थापित करना
एक पायथन स्क्रिप्ट चलाते समय, मुझे यह त्रुटि मिली from lxml import etree ImportError: No module named lxml अब मैंने lxml स्थापित करने की कोशिश की sudo easy_install lmxl लेकिन यह मुझे निम्नलिखित त्रुटि देता है Building lxml version 2.3.beta1. NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to …

5
एलएक्सएमएल में एक तत्व कैसे निकालें
मुझे एक विशेषता की सामग्री के आधार पर तत्वों को पूरी तरह से हटाने की आवश्यकता है, अजगर के एलएक्सएमएल का उपयोग करके। उदाहरण: import lxml.etree as et xml=""" <groceries> <fruit state="rotten">apple</fruit> <fruit state="fresh">pear</fruit> <fruit state="fresh">starfruit</fruit> <fruit state="rotten">mango</fruit> <fruit state="fresh">peach</fruit> </groceries> """ tree=et.fromstring(xml) for bad in tree.xpath("//fruit[@state=\'rotten\']"): #remove this element …
84 python  xml  lxml 
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.