Displaying 11 results from an estimated 11 matches for "simplejson".
2011 Sep 22
0
CEEA-2011:1013 CentOS 5 i386 python-simplejson Update
CentOS Errata and Enhancement Advisory 2011:1013
Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1013.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
62e11a84ffa22c775166c1812627abe6 python-simplejson-2.0.9-8.el5.i386.rpm
Source:
48200b65f0c3b3a19330e27be0f8acd0 python-simplejson-2.0.9-8.el5.src.rpm
--
Karanbir Singh
CentOS Project { http://www.centos.org/ }
irc: z00dax, #centos at irc.freenode.net
2011 Sep 22
0
CEEA-2011:1013 CentOS 5 x86_64 python-simplejson Update
CentOS Errata and Enhancement Advisory 2011:1013
Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1013.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
147ca43496209f225f34bde253a86776 python-simplejson-2.0.9-8.el5.x86_64.rpm
Source:
48200b65f0c3b3a19330e27be0f8acd0 python-simplejson-2.0.9-8.el5.src.rpm
--
Karanbir Singh
CentOS Project { http://www.centos.org/ }
irc: z00dax, #centos at irc.freenode.net
2014 Dec 05
2
building NUT on Mac OS X Yosemite (website/documentation)
...web.taf at gmail.com>:
> same issue with gmake (expect that command output and errors are now in
> French..;)
> gmake: *** Aucune r?gle pour fabriquer la cible ? -eindex.html ?,
> n?cessaire pour ? ups-html.txt ?. Arr?t.
tools/nut-hclinfo.py is failing: you need python modules
json/simplejson and lxml
2009 Jun 13
1
conditional dependencies & loading
...t the package depends on *either* RJSONIO *or*
rjson? (I.e. both are not required.)
Second, what's the best-practice R idiom for such conditional loading? I.e.
I'm looking for R's equivalent of Python's
>>> try:
... import json
... except ImportError:
... import simplejson as json
Thanks!
kynn
[[alternative HTML version deleted]]
2014 Dec 05
0
building NUT on Mac OS X Yosemite (website/documentation)
...> same issue with gmake (expect that command output and errors are now in
>> French..;)
>> gmake: *** Aucune r?gle pour fabriquer la cible ? -eindex.html ?,
>> n?cessaire pour ? ups-html.txt ?. Arr?t.
>
> tools/nut-hclinfo.py is failing: you need python modules
> json/simplejson and lxml
ah ops, sorry, I was too quick - I'm half asleep.
Although what I said about nut-hclinfo.py dependencies in my last mail
is true, I'm not so sure this is the problem here: can you post the
whole output?
2014 Dec 04
2
building NUT on Mac OS X Yosemite (website/documentation)
> But I?m still stuck after with the :
> make: *** No rule to make target `-eindex.html', needed by `ups-html.txt'.
> Stop.
> Any idea here?
gmake
2014 Dec 04
0
building NUT on Mac OS X Yosemite (website/documentation)
same issue with gmake (expect that command output and errors are now in French..;)
gmake: *** Aucune r?gle pour fabriquer la cible ? -eindex.html ?, n?cessaire pour ? ups-html.txt ?. Arr?t.
> Le 4 d?c. 2014 ? 01:36, hyouko at gmail.com a ?crit :
>
>> But I?m still stuck after with the :
>> make: *** No rule to make target `-eindex.html', needed by `ups-html.txt'.
2013 Jul 03
2
Potential memory leak when assigning MSetItem values
...e observed the resident memory for this example go from
18m to 52m after deleting objects and running garbage collection.
I think the MSetItems are preserved in memory and are not being garbage
collected correctly, possibly from a lingering reference to the MSet or
MSetIterator.
import os
import simplejson as json
import xapian as x
import shutil
import gc
def make_db(path, num_docs=100000):
try:
shutil.rmtree(path)
except OSError, e:
if e.errno != 2:
raise
db = x.WritableDatabase(path, x.DB_CREATE)
for i in xrange(1, num_docs):
doc = x.Document()...
2017 Nov 16
2
Can't update
Hi,
I can't do update:
yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 298, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 110, in main
base = cli.YumBaseCli()
File
2017 Nov 16
2
Can't update
...3.4.0.2-4.el6.centos.noarch
python-reportlab-2.3-3.el6.x86_64
python-six-1.9.0-2.el6.noarch
python-babel-0.9.4-5.1.el6.noarch
gnome-python2-canvas-2.28.0-3.el6.x86_64
python-vatnumber-1.0-1.el6.noarch
gnome-python2-gnomevfs-2.28.0-3.el6.x86_64
at-spi-python-1.28.1-2.el6.centos.x86_64
python-simplejson-2.0.9-3.1.el6.x86_64
python-werkzeug-0.8.3-2.el6.noarch
python-tools-2.6.6-64.el6.x86_64
python-urllib3-1.10.2-1.el6.noarch
libxml2-python-2.7.6-21.el6_8.1.x86_64
python-pycurl-7.19.0-9.el6.x86_64
python-decorator-3.0.1-3.1.el6.noarch
python-openid-2.2.5-7.el6.noarch
python-2.6.6-64.el6.x86...
2014 Dec 08
3
building NUT on Mac OS X Yosemite (website/documentation)
...e (expect that command output and errors are now in
>>> French..;)
>>> gmake: *** Aucune r?gle pour fabriquer la cible ? -eindex.html ?,
>>> n?cessaire pour ? ups-html.txt ?. Arr?t.
>>
>> tools/nut-hclinfo.py is failing: you need python modules
>> json/simplejson and lxml
>
> ah ops, sorry, I was too quick - I'm half asleep.
> Although what I said about nut-hclinfo.py dependencies in my last mail
> is true, I'm not so sure this is the problem here: can you post the
> whole output?
-------------- next part --------------
An HTML atta...