<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 05/06/2015 19:27, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote cite="mid:5571DBFD.1000305@free.fr" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <div class="moz-cite-prefix">  <font color="#009900">atomsExtract
          : L'extraction de l'archive
          'C:\LOGICI~1\scilab\SCILAB~1.2-2\contrib\coselica\coselica_0.6.4-0.bin.zip'

          a échoué.<br>
          <br>
        </font>Ce n'est pas faute d'exister :<br>
        <br>
        <font color="#009900">-->dir
          'C:\LOGICI~1\scilab\SCILAB~1.2-2\contrib\coselica\'<br>
           ans  = <br>
          coselica_0.6.4\ coselica_0.6.4-0.bin.zip <br>
        </font><br>
      </div>
    </blockquote>
    atomsInstall coselica // donne :<br>
    <br>
    -->atomsInstall coselica<br>
    atomsExtract : L'extraction de l'archive
    'C:\LOGICI~1\scilab\SCILAB~1.2-2\contrib\coselica\coselica_0.6.4-0.bin.zip'
    a échoué.<br>
     !--error 10000 <br>
    <br>
    at line      51 of function atomsError called by :  <br>
    at line      82 of function atomsExtract called by :  <br>
    at line     318 of function atomsInstall called by :  <br>
    atomsInstall coselica<br>
     <br>
    Solution : dans atomsExtract.sci, ligne n°72, ajouter l'option "-o"
    pour overwrite:<br>
    <pre style="font-family:Monospaced;font-style:normal;font-size:12.0;"><span style="color:rgb(0,0,0);">extract_cmd</span> <span style="color:rgb(92,92,92);">=</span> <span style="color:rgb(0,0,0);">extract_cmd</span> <span style="color:rgb(92,92,92);">+</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);"> <big><b>-o</b></big> -q ""</span><span style="color:rgb(188,143,143);">"</span> <span style="color:rgb(92,92,92);">+</span> <span style="color:rgb(0,0,0);">archive_in</span> <span style="color:rgb(92,92,92);">+</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">"" -d ""</span><span style="color:rgb(188,143,143);">"</span> <span style="color:rgb(92,92,92);">+</span> <span style="color:rgb(50,185,185);">pathconvert</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">dir_out</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(218,112,214);">%F</span><span st
yle="color:rgb(74,85,219);">)</span> <span style="color:rgb(92,92,92);">+</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">""</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(0,0,0);">;

<big>Après quoi l'installation de Coselica fonctionne normalement. Un redémarrage de Scilab donne alors la situation rencontrée par Cyrille :

<i>Initialisation :</i><i>
</i><i>  Chargement de l'environnement de travail</i><i>
</i><i>
</i><i>Start SIMM toolbox</i><i>
</i><i>AVERTISSEMENT : SIMM a besoin du module Coselica pour fonctionner.</i><i>
</i><i>AVERTISSEMENT : Abandon du chargement de SIMM.</i><i>
</i><i> </i><i>
</i><i>atomsLoad : Une erreur est survenue au cours du chargement de 'SIMM-0.5-1':</i><i>
</i><i>     Variable non définie : simmlib</i><i>
</i><i>atomsLoad : Le fichier 'C:\Logiciels\scilab\scilab-5.5.2-2fft\contrib\coselica\0.6.4-0\loader.sce' de (coselica - 0.6.4-0) n'existe pas ou n'est pas accessible en lecture.</i><i>
</i><i>
</i>
Samuel
</big>
</span></pre>
     
  </body>
</html>