Re: Memorize - Infoslicer

2013-12-20 Thread Walter Bender
On Fri, Dec 20, 2013 at 12:31 PM, Walter Bender wrote:

>
>
>
> On Fri, Dec 20, 2013 at 12:24 PM, Elias Castillo - FundacionZT <
> ejcasti...@fundacionzt.org> wrote:
>
>> Thank you a lot! i just resolve the Memorize Problem adding this packages
>> to the osbuilder ini :  libxml2, libxml2-devel, libxml2-static,xz-devel..
>>
>>
> Hmm. I have v22 on my machine and it already has the cjson dependency
> removed.
>
>
> http://activities.sugarlabs.org/en-US/sugar/downloads/file/28844/infoslicer-22.xo
>

also
http://download.sugarlabs.org/sources/honey/InfoSlicer/InfoSlicer-22.tar.bz2


>
> regards
>
> -walter
>
>>
>>
>> 2013/12/20 Walter Bender 
>>
>>> I'll release a new version of infoslicer w/o the cjson dependency.
>>>
>>> -walter
>>>
>>>
>>> On Fri, Dec 20, 2013 at 10:56 AM, Gonzalo Odiard wrote:
>>>
 Both are missing dependencies.
 In the case of Memorize, check if you have installed the rpms
 libxml2-python and libxml2.

 In the case of Infoslicer, you can install python python-cjson or try a
 newer version of Infoslicer,
 and see if is already replaced by json

 Tell us if you need anything more.

 Gonzalo


 On Fri, Dec 20, 2013 at 12:28 PM, Elias Castillo - FundacionZT <
 ejcasti...@fundacionzt.org> wrote:

> Hi!, Good Morning.. we are almost finishing the 1.75 image for
> Honduras, but we have problems with two activities specifically Memorize
> and InfoSlicer...
>
> *Memorize-43.xo Logs :*
>
>
> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
> ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> /usr/bin/espeak
> Traceback (most recent call last):
>   File "/usr/bin/sugar-activity", line 160, in 
> main()
>   File "/usr/bin/sugar-activity", line 118, in main
>  module = __import__(module_name)
>   File "/home/olpc/Activities/Memorize.activity/activity.py", line 47,
> in 
> import cardtable
>   File "/home/olpc/Activities/Memorize.activity/cardtable.py", line
> 20, in 
> import svgcard
>   File "/home/olpc/Activities/Memorize.activity/svgcard.py", line 32,
> in 
> import model
>   File "/home/olpc/Activities/Memorize.activity/model.py", line 18, in
> 
> import libxml2
> ImportError: No module named libxml2
> Exited with status 1, pid 1298 data (None, ', mode
> 'w' at 0xec3c80>, '8f30805d06228c9ccd89161009bc7632b2e754df')
>
>
> *InfoSlicer-15.xo Logs:*
>
> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
> Traceback (most recent call last):
>   File "/usr/bin/sugar-activity", line 160, in 
> main()
>   File "/usr/bin/sugar-activity", line 118, in main
> module = __import__(module_name)
>   File "/home/olpc/Activities/InfoSlicer.activity/activity.py", line
> 31, in 
> import library
>   File "/home/olpc/Activities/InfoSlicer.activity/library.py", line
> 31, in 
> import xol
>   File "/home/olpc/Activities/InfoSlicer.activity/xol.py", line 32, in
> 
> import book
>   File "/home/olpc/Activities/InfoSlicer.activity/book.py", line 20,
> in 
> import cjson
> ImportError: No module named cjson
> Exited with status 1, pid 1309 data (None, ', mode
> 'w' at 0x1002b78>, '3d41154a521a83466936bb7ffd5bef7b9fb303c0')
>
>
> We really appreciate your help...
> Thanks in Advance...
> Elias..
>
> Esta comunicación contiene información privilegiada y confidencial
> para el uso exclusivo del destinatario. La distribución, diseminación,
> copia u otro uso por terceras personas es estrictamente prohibida. Si 
> usted
> ha recibido esta comunicación por error, le rogamos borrar el mensaje
> original y comunicárnoslo a esta misma dirección.
> This communication contains legal information which is privileged and
> confidential. It is for the exclusive use of the addressee and
> distribution, dissemination, copying or use by others is strictly
> prohibited. If you have received this communication by error, please 
> delete
> the original message and e-mail us.
>
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
>

 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel


>>>
>>>
>>> --
>>> Walter Bender
>>> Sugar Labs
>>> http://www.sugarlabs.org
>>>
>>
>>
>> Esta comunicación contiene información privilegiada y confidencial para
>> el uso exclusivo del destinatario. La distribución, diseminación, copia u
>> otro uso por terceras personas es estrictamente prohibida. Si usted ha
>> recibido esta comunicación por error, le rogamos borrar el mensaje original

Re: Memorize - Infoslicer

2013-12-20 Thread Walter Bender
On Fri, Dec 20, 2013 at 12:24 PM, Elias Castillo - FundacionZT <
ejcasti...@fundacionzt.org> wrote:

> Thank you a lot! i just resolve the Memorize Problem adding this packages
> to the osbuilder ini :  libxml2, libxml2-devel, libxml2-static,xz-devel..
>
>
Hmm. I have v22 on my machine and it already has the cjson dependency
removed.

http://activities.sugarlabs.org/en-US/sugar/downloads/file/28844/infoslicer-22.xo

regards

-walter

>
>
> 2013/12/20 Walter Bender 
>
>> I'll release a new version of infoslicer w/o the cjson dependency.
>>
>> -walter
>>
>>
>> On Fri, Dec 20, 2013 at 10:56 AM, Gonzalo Odiard wrote:
>>
>>> Both are missing dependencies.
>>> In the case of Memorize, check if you have installed the rpms
>>> libxml2-python and libxml2.
>>>
>>> In the case of Infoslicer, you can install python python-cjson or try a
>>> newer version of Infoslicer,
>>> and see if is already replaced by json
>>>
>>> Tell us if you need anything more.
>>>
>>> Gonzalo
>>>
>>>
>>> On Fri, Dec 20, 2013 at 12:28 PM, Elias Castillo - FundacionZT <
>>> ejcasti...@fundacionzt.org> wrote:
>>>
 Hi!, Good Morning.. we are almost finishing the 1.75 image for
 Honduras, but we have problems with two activities specifically Memorize
 and InfoSlicer...

 *Memorize-43.xo Logs :*


 ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
 ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
 /usr/bin/espeak
 Traceback (most recent call last):
   File "/usr/bin/sugar-activity", line 160, in 
 main()
   File "/usr/bin/sugar-activity", line 118, in main
  module = __import__(module_name)
   File "/home/olpc/Activities/Memorize.activity/activity.py", line 47,
 in 
 import cardtable
   File "/home/olpc/Activities/Memorize.activity/cardtable.py", line 20,
 in 
 import svgcard
   File "/home/olpc/Activities/Memorize.activity/svgcard.py", line 32,
 in 
 import model
   File "/home/olpc/Activities/Memorize.activity/model.py", line 18, in
 
 import libxml2
 ImportError: No module named libxml2
 Exited with status 1, pid 1298 data (None, ', mode
 'w' at 0xec3c80>, '8f30805d06228c9ccd89161009bc7632b2e754df')


 *InfoSlicer-15.xo Logs:*

 ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
 Traceback (most recent call last):
   File "/usr/bin/sugar-activity", line 160, in 
 main()
   File "/usr/bin/sugar-activity", line 118, in main
 module = __import__(module_name)
   File "/home/olpc/Activities/InfoSlicer.activity/activity.py", line
 31, in 
 import library
   File "/home/olpc/Activities/InfoSlicer.activity/library.py", line 31,
 in 
 import xol
   File "/home/olpc/Activities/InfoSlicer.activity/xol.py", line 32, in
 
 import book
   File "/home/olpc/Activities/InfoSlicer.activity/book.py", line 20, in
 
 import cjson
 ImportError: No module named cjson
 Exited with status 1, pid 1309 data (None, ', mode
 'w' at 0x1002b78>, '3d41154a521a83466936bb7ffd5bef7b9fb303c0')


 We really appreciate your help...
 Thanks in Advance...
 Elias..

 Esta comunicación contiene información privilegiada y confidencial para
 el uso exclusivo del destinatario. La distribución, diseminación, copia u
 otro uso por terceras personas es estrictamente prohibida. Si usted ha
 recibido esta comunicación por error, le rogamos borrar el mensaje original
 y comunicárnoslo a esta misma dirección.
 This communication contains legal information which is privileged and
 confidential. It is for the exclusive use of the addressee and
 distribution, dissemination, copying or use by others is strictly
 prohibited. If you have received this communication by error, please delete
 the original message and e-mail us.

 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel


>>>
>>> ___
>>> Devel mailing list
>>> Devel@lists.laptop.org
>>> http://lists.laptop.org/listinfo/devel
>>>
>>>
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>>
>
>
> Esta comunicación contiene información privilegiada y confidencial para el
> uso exclusivo del destinatario. La distribución, diseminación, copia u otro
> uso por terceras personas es estrictamente prohibida. Si usted ha recibido
> esta comunicación por error, le rogamos borrar el mensaje original y
> comunicárnoslo a esta misma dirección.
> This communication contains legal information which is privileged and
> confidential. It is for the exclusive use of the addressee and
> distribution, dissemination, copying or use by others is strictly
> prohibited. If you have received this communication by error, p

Re: Memorize - Infoslicer

2013-12-20 Thread Elias Castillo - FundacionZT
Thank you a lot! i just resolve the Memorize Problem adding this packages
to the osbuilder ini :  libxml2, libxml2-devel, libxml2-static,xz-devel..



2013/12/20 Walter Bender 

> I'll release a new version of infoslicer w/o the cjson dependency.
>
> -walter
>
>
> On Fri, Dec 20, 2013 at 10:56 AM, Gonzalo Odiard wrote:
>
>> Both are missing dependencies.
>> In the case of Memorize, check if you have installed the rpms
>> libxml2-python and libxml2.
>>
>> In the case of Infoslicer, you can install python python-cjson or try a
>> newer version of Infoslicer,
>> and see if is already replaced by json
>>
>> Tell us if you need anything more.
>>
>> Gonzalo
>>
>>
>> On Fri, Dec 20, 2013 at 12:28 PM, Elias Castillo - FundacionZT <
>> ejcasti...@fundacionzt.org> wrote:
>>
>>> Hi!, Good Morning.. we are almost finishing the 1.75 image for Honduras,
>>> but we have problems with two activities specifically Memorize and
>>> InfoSlicer...
>>>
>>> *Memorize-43.xo Logs :*
>>>
>>>
>>> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
>>> ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
>>> /usr/bin/espeak
>>> Traceback (most recent call last):
>>>   File "/usr/bin/sugar-activity", line 160, in 
>>> main()
>>>   File "/usr/bin/sugar-activity", line 118, in main
>>>  module = __import__(module_name)
>>>   File "/home/olpc/Activities/Memorize.activity/activity.py", line 47,
>>> in 
>>> import cardtable
>>>   File "/home/olpc/Activities/Memorize.activity/cardtable.py", line 20,
>>> in 
>>> import svgcard
>>>   File "/home/olpc/Activities/Memorize.activity/svgcard.py", line 32, in
>>> 
>>> import model
>>>   File "/home/olpc/Activities/Memorize.activity/model.py", line 18, in
>>> 
>>> import libxml2
>>> ImportError: No module named libxml2
>>> Exited with status 1, pid 1298 data (None, ', mode
>>> 'w' at 0xec3c80>, '8f30805d06228c9ccd89161009bc7632b2e754df')
>>>
>>>
>>> *InfoSlicer-15.xo Logs:*
>>>
>>> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
>>> Traceback (most recent call last):
>>>   File "/usr/bin/sugar-activity", line 160, in 
>>> main()
>>>   File "/usr/bin/sugar-activity", line 118, in main
>>> module = __import__(module_name)
>>>   File "/home/olpc/Activities/InfoSlicer.activity/activity.py", line 31,
>>> in 
>>> import library
>>>   File "/home/olpc/Activities/InfoSlicer.activity/library.py", line 31,
>>> in 
>>> import xol
>>>   File "/home/olpc/Activities/InfoSlicer.activity/xol.py", line 32, in
>>> 
>>> import book
>>>   File "/home/olpc/Activities/InfoSlicer.activity/book.py", line 20, in
>>> 
>>> import cjson
>>> ImportError: No module named cjson
>>> Exited with status 1, pid 1309 data (None, ', mode
>>> 'w' at 0x1002b78>, '3d41154a521a83466936bb7ffd5bef7b9fb303c0')
>>>
>>>
>>> We really appreciate your help...
>>> Thanks in Advance...
>>> Elias..
>>>
>>> Esta comunicación contiene información privilegiada y confidencial para
>>> el uso exclusivo del destinatario. La distribución, diseminación, copia u
>>> otro uso por terceras personas es estrictamente prohibida. Si usted ha
>>> recibido esta comunicación por error, le rogamos borrar el mensaje original
>>> y comunicárnoslo a esta misma dirección.
>>> This communication contains legal information which is privileged and
>>> confidential. It is for the exclusive use of the addressee and
>>> distribution, dissemination, copying or use by others is strictly
>>> prohibited. If you have received this communication by error, please delete
>>> the original message and e-mail us.
>>>
>>> ___
>>> Devel mailing list
>>> Devel@lists.laptop.org
>>> http://lists.laptop.org/listinfo/devel
>>>
>>>
>>
>> ___
>> Devel mailing list
>> Devel@lists.laptop.org
>> http://lists.laptop.org/listinfo/devel
>>
>>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
>

-- 

Esta comunicación contiene información privilegiada y confidencial para el 
uso exclusivo del destinatario. La distribución, diseminación, copia u otro 
uso por terceras personas es estrictamente prohibida. Si usted ha recibido 
esta comunicación por error, le rogamos borrar el mensaje original y 
comunicárnoslo a esta misma dirección.
This communication contains legal information which is privileged and 
confidential. It is for the exclusive use of the addressee and 
distribution, dissemination, copying or use by others is strictly 
prohibited. If you have received this communication by error, please delete 
the original message and e-mail us.
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Memorize - Infoslicer

2013-12-20 Thread Walter Bender
I'll release a new version of infoslicer w/o the cjson dependency.

-walter


On Fri, Dec 20, 2013 at 10:56 AM, Gonzalo Odiard  wrote:

> Both are missing dependencies.
> In the case of Memorize, check if you have installed the rpms
> libxml2-python and libxml2.
>
> In the case of Infoslicer, you can install python python-cjson or try a
> newer version of Infoslicer,
> and see if is already replaced by json
>
> Tell us if you need anything more.
>
> Gonzalo
>
>
> On Fri, Dec 20, 2013 at 12:28 PM, Elias Castillo - FundacionZT <
> ejcasti...@fundacionzt.org> wrote:
>
>> Hi!, Good Morning.. we are almost finishing the 1.75 image for Honduras,
>> but we have problems with two activities specifically Memorize and
>> InfoSlicer...
>>
>> *Memorize-43.xo Logs :*
>>
>>
>> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
>> ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
>> /usr/bin/espeak
>> Traceback (most recent call last):
>>   File "/usr/bin/sugar-activity", line 160, in 
>> main()
>>   File "/usr/bin/sugar-activity", line 118, in main
>>  module = __import__(module_name)
>>   File "/home/olpc/Activities/Memorize.activity/activity.py", line 47, in
>> 
>> import cardtable
>>   File "/home/olpc/Activities/Memorize.activity/cardtable.py", line 20,
>> in 
>> import svgcard
>>   File "/home/olpc/Activities/Memorize.activity/svgcard.py", line 32, in
>> 
>> import model
>>   File "/home/olpc/Activities/Memorize.activity/model.py", line 18, in
>> 
>> import libxml2
>> ImportError: No module named libxml2
>> Exited with status 1, pid 1298 data (None, ', mode
>> 'w' at 0xec3c80>, '8f30805d06228c9ccd89161009bc7632b2e754df')
>>
>>
>> *InfoSlicer-15.xo Logs:*
>>
>> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
>> Traceback (most recent call last):
>>   File "/usr/bin/sugar-activity", line 160, in 
>> main()
>>   File "/usr/bin/sugar-activity", line 118, in main
>> module = __import__(module_name)
>>   File "/home/olpc/Activities/InfoSlicer.activity/activity.py", line 31,
>> in 
>> import library
>>   File "/home/olpc/Activities/InfoSlicer.activity/library.py", line 31,
>> in 
>> import xol
>>   File "/home/olpc/Activities/InfoSlicer.activity/xol.py", line 32, in
>> 
>> import book
>>   File "/home/olpc/Activities/InfoSlicer.activity/book.py", line 20, in
>> 
>> import cjson
>> ImportError: No module named cjson
>> Exited with status 1, pid 1309 data (None, ', mode
>> 'w' at 0x1002b78>, '3d41154a521a83466936bb7ffd5bef7b9fb303c0')
>>
>>
>> We really appreciate your help...
>> Thanks in Advance...
>> Elias..
>>
>> Esta comunicación contiene información privilegiada y confidencial para
>> el uso exclusivo del destinatario. La distribución, diseminación, copia u
>> otro uso por terceras personas es estrictamente prohibida. Si usted ha
>> recibido esta comunicación por error, le rogamos borrar el mensaje original
>> y comunicárnoslo a esta misma dirección.
>> This communication contains legal information which is privileged and
>> confidential. It is for the exclusive use of the addressee and
>> distribution, dissemination, copying or use by others is strictly
>> prohibited. If you have received this communication by error, please delete
>> the original message and e-mail us.
>>
>> ___
>> Devel mailing list
>> Devel@lists.laptop.org
>> http://lists.laptop.org/listinfo/devel
>>
>>
>
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
>


-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Memorize - Infoslicer

2013-12-20 Thread Gonzalo Odiard
Both are missing dependencies.
In the case of Memorize, check if you have installed the rpms
libxml2-python and libxml2.

In the case of Infoslicer, you can install python python-cjson or try a
newer version of Infoslicer,
and see if is already replaced by json

Tell us if you need anything more.

Gonzalo


On Fri, Dec 20, 2013 at 12:28 PM, Elias Castillo - FundacionZT <
ejcasti...@fundacionzt.org> wrote:

> Hi!, Good Morning.. we are almost finishing the 1.75 image for Honduras,
> but we have problems with two activities specifically Memorize and
> InfoSlicer...
>
> *Memorize-43.xo Logs :*
>
>
> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
> ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> /usr/bin/espeak
> Traceback (most recent call last):
>   File "/usr/bin/sugar-activity", line 160, in 
> main()
>   File "/usr/bin/sugar-activity", line 118, in main
> module = __import__(module_name)
>   File "/home/olpc/Activities/Memorize.activity/activity.py", line 47, in
> 
> import cardtable
>   File "/home/olpc/Activities/Memorize.activity/cardtable.py", line 20, in
> 
> import svgcard
>   File "/home/olpc/Activities/Memorize.activity/svgcard.py", line 32, in
> 
> import model
>   File "/home/olpc/Activities/Memorize.activity/model.py", line 18, in
> 
> import libxml2
> ImportError: No module named libxml2
> Exited with status 1, pid 1298 data (None, ', mode 'w'
> at 0xec3c80>, '8f30805d06228c9ccd89161009bc7632b2e754df')
>
>
> *InfoSlicer-15.xo Logs:*
>
> ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
> Traceback (most recent call last):
>   File "/usr/bin/sugar-activity", line 160, in 
> main()
>   File "/usr/bin/sugar-activity", line 118, in main
> module = __import__(module_name)
>   File "/home/olpc/Activities/InfoSlicer.activity/activity.py", line 31,
> in 
> import library
>   File "/home/olpc/Activities/InfoSlicer.activity/library.py", line 31, in
> 
> import xol
>   File "/home/olpc/Activities/InfoSlicer.activity/xol.py", line 32, in
> 
> import book
>   File "/home/olpc/Activities/InfoSlicer.activity/book.py", line 20, in
> 
> import cjson
> ImportError: No module named cjson
> Exited with status 1, pid 1309 data (None, ', mode 'w'
> at 0x1002b78>, '3d41154a521a83466936bb7ffd5bef7b9fb303c0')
>
>
> We really appreciate your help...
> Thanks in Advance...
> Elias..
>
> Esta comunicación contiene información privilegiada y confidencial para el
> uso exclusivo del destinatario. La distribución, diseminación, copia u otro
> uso por terceras personas es estrictamente prohibida. Si usted ha recibido
> esta comunicación por error, le rogamos borrar el mensaje original y
> comunicárnoslo a esta misma dirección.
> This communication contains legal information which is privileged and
> confidential. It is for the exclusive use of the addressee and
> distribution, dissemination, copying or use by others is strictly
> prohibited. If you have received this communication by error, please delete
> the original message and e-mail us.
>
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Memorize - Infoslicer

2013-12-20 Thread Elias Castillo - FundacionZT
Hi!, Good Morning.. we are almost finishing the 1.75 image for Honduras,
but we have problems with two activities specifically Memorize and
InfoSlicer...

*Memorize-43.xo Logs :*


** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
/usr/bin/espeak
Traceback (most recent call last):
  File "/usr/bin/sugar-activity", line 160, in 
main()
  File "/usr/bin/sugar-activity", line 118, in main
module = __import__(module_name)
  File "/home/olpc/Activities/Memorize.activity/activity.py", line 47, in

import cardtable
  File "/home/olpc/Activities/Memorize.activity/cardtable.py", line 20, in

import svgcard
  File "/home/olpc/Activities/Memorize.activity/svgcard.py", line 32, in

import model
  File "/home/olpc/Activities/Memorize.activity/model.py", line 18, in

import libxml2
ImportError: No module named libxml2
Exited with status 1, pid 1298 data (None, ', mode 'w'
at 0xec3c80>, '8f30805d06228c9ccd89161009bc7632b2e754df')


*InfoSlicer-15.xo Logs:*

** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
Traceback (most recent call last):
  File "/usr/bin/sugar-activity", line 160, in 
main()
  File "/usr/bin/sugar-activity", line 118, in main
module = __import__(module_name)
  File "/home/olpc/Activities/InfoSlicer.activity/activity.py", line 31, in

import library
  File "/home/olpc/Activities/InfoSlicer.activity/library.py", line 31, in

import xol
  File "/home/olpc/Activities/InfoSlicer.activity/xol.py", line 32, in

import book
  File "/home/olpc/Activities/InfoSlicer.activity/book.py", line 20, in

import cjson
ImportError: No module named cjson
Exited with status 1, pid 1309 data (None, ', mode 'w'
at 0x1002b78>, '3d41154a521a83466936bb7ffd5bef7b9fb303c0')


We really appreciate your help...
Thanks in Advance...
Elias..

-- 

Esta comunicación contiene información privilegiada y confidencial para el 
uso exclusivo del destinatario. La distribución, diseminación, copia u otro 
uso por terceras personas es estrictamente prohibida. Si usted ha recibido 
esta comunicación por error, le rogamos borrar el mensaje original y 
comunicárnoslo a esta misma dirección.
This communication contains legal information which is privileged and 
confidential. It is for the exclusive use of the addressee and 
distribution, dissemination, copying or use by others is strictly 
prohibited. If you have received this communication by error, please delete 
the original message and e-mail us.
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel