[scilab-Users] ATOMS question

François Vogel fvogelnew1 at free.fr
Tue Sep 27 21:16:13 CEST 2011


Maso RICCI said on 27/09/2011 14:45:
>I also tryed this:
>
> atomsSetConfig('offLine' , 'false')
> !--error 10000
> atomsDESCRIPTIONget: Extraction of the DESCRIPTION file
> ('C:\DOCUME~1\Maso\IMPOST~1\Temp\SCI_TMP_1496_\.atoms\2_TOOLBOXES.gz')
> has failed.
> at line 92 of function atomsDESCRIPTIONget called by :
> at line 11 of function atomsSystemUpdate called by :
> at line 97 of function atomsSetConfig called by :
> atomsSetConfig('offLine' , 'false')

atomsSetConfig("offLine","False") launches atomsSystemUpdate which 
tries to connect to an atoms repository through the internet.
My guess is you issued that command while you were not connected to 
the internet, which is the reason why it failed.

F.



More information about the users mailing list