[Scilab-users] How to manage Scilab external modules easily

Victor Rodrigues v.deoliveirarodri at lantiq.com
Fri Nov 2 16:14:39 CET 2012


> Hi,
> 
> Could you report a bug on bugzilla.scilab.org, setting me as the assignee?
> 
> Can you give me the exact error you are getting? Also, after the error, 
> what does *atomsRepositoryList()* answers? Would it be possible for you 
> to send me your .gz files ? (for win 32 and 64 at least), so that I can 
> test/debug with the same configuration as yours ? (no need for the 
> module itself, if you can't share it).
> 
> Also, did you try using Scilab 5.3.3 ? (to see if the problem is indeed 
> coming from the 5.4, or if it's prior and you didn't have it because you 
> didn't updated the version since 5.2)
> 
> Simon
> 


Hi Simon,

We found the error. It is in the atomsDownload function. The code opens a 
progress bar only when it is downloading from the internet, but it always 
tries to close this bar. As we were never connected to the internet we were 
getting the undefined variable error for the winId variable.

In our case we could simply solve the problem by commenting out these command 
lines. But, otherwise with this modification, if we did, we would have a 
progress bar that never closes.

Thanks a lot for your help,
Best regards,
Victor.




More information about the users mailing list