Displaying 10 results from an estimated 10 matches for "urllib2".
Did you mean:
urllib
2014 Mar 20
3
[LLVMdev] LNT internal server error
Re-poked.
- Daniel
On Wed, Mar 19, 2014 at 12:04 PM, Tobias Grosser <tobias at grosser.es> wrote:
> On 03/11/2014 12:41 PM, Tobias Grosser wrote:
>
>> Hi Chris, hi Daniel,
>>
>> I see again internal server errors when visiting llvm.org/perf. I
>> remember you have been restarting the service several times, but it
>> seems it is happening again. Did
2010 Jul 14
1
Running yum shows errors
...t;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line
1091, in _do_open
fo, hdr = self._make_request(req, opener)
File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line
1204, in _make_request
fo = opener.open(req)
File "/usr/lib/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib/python2.4/u...
2011 Oct 13
1
Rare error with concurrent users searching with fts-solr
...str>
</lst>
</lst>
<result name="response" numFound="0" start="0" maxScore="0.0"/>
</response>
At first, I think that the problems it's in Solr, but after get all
GET from tcpdump, I make a python script with urllib2 and send it all
to Solr with the same concurrency and I can't get any error or "empty
response"
Have someone made a intensive concurrency tests over Dovecot + Solr ?
--
Antonio P?rez-Aranda Alcaide
aperezaranda at yaco.es
Yaco Sistemas S.L.
http://www.yaco.es/
C/ Rioja 5, 41001 S...
2016 Mar 02
2
problem restoring ssl and vlc
...module>
import urlgrabber
File "/usr/lib/python2.6/site-packages/urlgrabber/__init__.py", line 54,
in <module>
from grabber import urlgrab, urlopen, urlread
File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 422,
in <module>
import urllib2
File "/usr/lib64/python2.6/urllib2.py", line 93, in <module>
import hashlib
File "/usr/lib64/python2.6/hashlib.py", line 88, in <module>
import _hashlib
ImportError: libssl.so.10: cannot open shared object file: No such file or
directory
decided to try...
2005 Sep 21
2
OT - Tool to pull data from the web?
Hi all;
I would like to pull data from some specific web pages that have for sale ads
and insert the data into a database. Anyone know ofany tools that can help me
with this?
2016 Jun 29
0
Rsync hung when applying batch file
...nstall: 100% 4.13kB/s - usr/lib/python2.6/site-packages/unittest2/util.pyc
WARNING: usr/lib64/python2.6/locale.pyc failed verification -- update discarded (may try again).
WARNING: usr/lib64/python2.6/optparse.pyc failed verification -- update discarded (may try again).
WARNING: usr/lib64/python2.6/urllib2.pyc failed verification -- update discarded (may try again).
install: 100% 23.09kB/s - usr/lib64/python2.6/curses/wrapper.pyc
install: 100% 16.61kB/s - usr/lib64/python2.6/json/scanner.pyc
install: 100% 42.08kB/s - usr/lib64/python2.6/multiprocessing/util.pyc
and rsync freeze here, forewer (wait 2...
2016 Jun 29
0
Rsync hung when applying batch file
...nstall: 100% 4.13kB/s - usr/lib/python2.6/site-packages/unittest2/util.pyc
WARNING: usr/lib64/python2.6/locale.pyc failed verification -- update discarded (may try again).
WARNING: usr/lib64/python2.6/optparse.pyc failed verification -- update discarded (may try again).
WARNING: usr/lib64/python2.6/urllib2.pyc failed verification -- update discarded (may try again).
install: 100% 23.09kB/s - usr/lib64/python2.6/curses/wrapper.pyc
install: 100% 16.61kB/s - usr/lib64/python2.6/json/scanner.pyc
install: 100% 42.08kB/s - usr/lib64/python2.6/multiprocessing/util.pyc
and rsync freeze here, forewer (wait 2...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...r that is available
+ as an egg for download under the `download_base` URL (which should end
+ with a '/'). `to_dir` is the directory where the egg will be downloaded.
+ `delay` is the number of seconds to pause before an actual download attempt.
+ """
+ import urllib2, shutil
+ egg_name = "setuptools-%s-py%s.egg" % (version,sys.version[:3])
+ url = download_base + egg_name
+ saveto = os.path.join(to_dir, egg_name)
+ src = dst = None
+ if not os.path.exists(saveto): # Avoid repeated downloads
+ try:
+ from distutils imp...
2013 Oct 07
17
Sync data between various PuppetDB instances
Dear all,
We have a few reasons to have various PuppetDBs (and Masters, one per
cluster) in our datacenter and, eventually, there may be a need to share
*only* a few exported resources between clusters, like a few ssh-keys or
nagios tests.
Is there a mechanism to pull and push some exported resources from one
PuppetDB to another? I guess this could be done with the API, but has
anybody tried it,
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...r that is available
- as an egg for download under the `download_base` URL (which should end
- with a '/'). `to_dir` is the directory where the egg will be downloaded.
- `delay` is the number of seconds to pause before an actual download attempt.
- """
- import urllib2, shutil
- egg_name = "setuptools-%s-py%s.egg" % (version,sys.version[:3])
- url = download_base + egg_name
- saveto = os.path.join(to_dir, egg_name)
- src = dst = None
- if not os.path.exists(saveto): # Avoid repeated downloads
- try:
- from distutils imp...