[Scilab-users] scipad() 8.71 install

François Vogel fvogelnew1 at free.fr
Sun Aug 4 20:27:56 CEST 2013


Radovan Omorjan said on 04/08/2013 09:23:
> Hello Francois,
>
> I tried Scipad both on Linux and Windows 7 (32bit) and Scilab 
> 5.4.1.  folowing your instructions.
> It went Ok on Linux (Xubuntu) but not on Windows.  Here are the 
> error messages
>
> -------------------------
> -->scipver = "8.71";
>
> -->atomsSetConfig("offLine","True");
>
> -->atomsInstall("D:/Downloads/Software/Scilab"+"/scipad-"+scipver+"-Scilab5.zip"); 
>
> WARNING: Option offline of ATOMS configuration is set to True. 
> atomsSystemUpdate did not check the latest modules availables.
>
> -->if ~exists("atomsinternalslib") then
> -->   load("SCI/modules/atoms/macros/atoms_internals/lib");
> -->end
>
> -->execstr("exec("""+atomsGetInstalledPath(["scipad" 
> scipver])+"/builder.sce"",-1)");
>   error(msprintf(gettext("%s module not installed."), 
> "modules_manager"));
> !--error 10000
> modules_manager module not installed.
> at line      21 of exec file called by :
> exec("SCIHOME\atoms\scipad\8.71/builder.sce",-1)
> in  execstr instruction    called by :
> execstr("exec("""+atomsGetInstalledPath(["scipad" 
> scipver])+"/builder.sce"",-1)");
>

Thanks for the report.

"modules_manager module not installed. " --> you have installed 
Scilab-5.4.1 without the "Tools for management of extern modules".
You have probably used the default installation. With Scilab-5.4, this 
module came with the default install, with Scilab-5.4.1 it is no 
longer the case.

Fix: reinstall Scilab with this module, i.e. take care of checking the 
box labelled "Tools for management of extern modules" in the installer.

I will make the error message more explicit in later versions of Scipad.

Thanks,
Francois




More information about the users mailing list