Bonsoir,<br /><br />je parle bien du compte administrateur qui est différent du compte admin.<br />Administateur est présent suite à l'installation de windows 7.<br />Je n'ai pas créé le compte administrateur.<br /><br />La 1ère situation, celle où l'installation des modules se fait sous le compte administrateur est bien problématique. J'ai le même problème que vous avez également identifié.<br /><br />La seconde installation, celle où l'installation de SIMM et de sa dépendance COSELICA se fait sous un compte qui n'est pas administrateur n'est pas problématique. Aucun bug constaté.<br /><br />Cyrille DERORY<br />Lycée VAUBAN<br />BREST<br /><br /><span>Le 05/06/15, <b class="name">Samuel Gougeon </b> <sgougeon@free.fr> a écrit :</span><blockquote cite="mid:5571F549.40804@free.fr" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimepart text html"><span><p>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
<table><tbody><tr><td bgcolor="#FFFFFF" text="#000000"><p>
</p><div class="moz-cite-prefix">Bonsoir,<br />
Je ne comprends pas trop les précisions que vous donnez. Je
n'avais pas pensé à ce paramètre admin/utilisateur. Tout en
laissant penser qu'il peut avoir une influence et engendrer une
situation problématique, vous ne dites pas laquelle puisque vous
n'évoquez que 2 situations qui fonctionnent...<br />
<br />
Suite à cet échange, j'ai posté 3 rapports de bugs :<br />
<ul>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13915" target="1">atomsInstall:
reinstalling a formerly installed and uninstalled module
fails. Missing unzip overwrite option while the former
archive already exists</a></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13916" target="1">Uninstalling
a dependency is silently accepted. It should be either
refused, or at least warning and asking the user for
confirmation</a></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13917" target="1">modules
names should not be case-sensitive. There is no naming rule,
and entering a bad name is very frequent only due to the
case</a></li>
</ul>
Bon week-end<br />
Samuel<br />
<br />
Le 05/06/2015 20:46, Derory Cyrille a écrit :<br />
</div>
<blockquote cite="mid:4b054c356d0ba46f.55720a8a@ac-rennes.fr" type="cite">Merci Samuel,<br />
<br />
je pense que vous avez bien identifié mon problème qui se produit
dans mon cas lorsque Scilab est lancé avec le compte administateur
(bouton droit de la souris puis "Exécuter en tant que
administrateur").<br />
En lançant Scilab avec le compte administrateur, l'installation
des modules atoms se fait dans le dossier "C:\Program
Files\scilab-5.5.2\contrib".<br />
Cet emplacement permet à tous les autres comptes utilisateurs
d'utiliser ses modules sans avoir à les réinstaller (pratique pour
les élèves de lycée).<br />
<br />
Par contre, si j'installe et désinstalle successivement SIMM
depuis mon compte qui n'est pas administrateur, je constate que
les modules sont correctement placés dans mon profil
"C:\Users\cderory\AppData\Roaming\Scilab\scilab-5.5.2\atoms\x64"
et le bug identifié précédemment ne se présente jamais.<br />
<br />
Cyrille DERORY<br />
Lycée VAUBAN<br />
BREST<br />
<br />
<span>Le 05/06/15, <b class="name">Samuel Gougeon </b>
<a href="mailto:sgougeon@free.fr"><sgougeon@free.fr></a> a écrit :</span>
<blockquote cite="mid:5571E533.3060900@free.fr" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px;
margin-left: 0;" type="cite">
<div class="mimepart text html"><span>
<p>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
<table>
<tbody>
<tr>
<td bgcolor="#FFFFFF" text="#000000">
<p> </p>
<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 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>
</td>
</tr>
</tbody>
</table>
</p>
</span></div>
</blockquote>
</blockquote>
<br />
</td></tr></tbody></table>
</p></span></div></blockquote>