Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Python Interaction Mechanism in Scilab details
Login with GitLab

Python Interaction Mechanism in Scilab

Module to manipulate Python objects from Scilab
(4261 downloads for this version - 22903 downloads for all versions)
Details
Version
1.0
A more recent valid version exists: 1.1
Author
Calixte DENIZET
Owner Organization
N/A
Maintainers
Simon MARCHETTO
Calixte DENIZET
License
Creation Date
April 19, 2013
Source created on
Scilab 5.4.x
Binaries available on
Scilab 5.4.x:
Linux 32-bit Windows 32-bit Windows 64-bit Linux 64-bit
Install command
--> atomsInstall("PIMS")
Description
            PIMS is a Python binding from Scilab.

Like JIMS for Java, PIMS allows to call and manipulate almost any Python
function, object, or data from the Scilab interpreter.

PIMS needs Python 2.7 and its extension Numpy to be installed.

More details on the PIMS page:
http://forge.scilab.org/index.php/p/PIMS/


            
Files (5)
[46.77 kB]
Source code archive
PIMS 1.0 sources
[229.23 kB]
Linux 32-bit binary for Scilab 5.4.x
Linux 32-bit
Automatically generated by the ATOMS compilation chain

[209.23 kB]
Windows 32-bit binary for Scilab 5.4.x
Windows 32-bit
Automatically generated by the ATOMS compilation chain

[217.94 kB]
Windows 64-bit binary for Scilab 5.4.x
Windows 64-bit
Automatically generated by the ATOMS compilation chain

[232.58 kB]
Linux 64-bit binary for Scilab 5.4.x
Linux 64-bit
Automatically generated by the ATOMS compilation chain

News (0)
Comments (4)     Leave a comment 
Comment from Michael BAUDIN -- May 7, 2013, 07:00:41 PM    
Hi,
This opens many doors : thanks for sharing this.
Why is the toolbox not available on Windows ?
Regards,
Micha?l
Comment from Simon MARCHETTO -- May 10, 2013, 04:50:44 PM    
This comment has been deleted.
Answer from Michael BAUDIN -- May 13, 2013, 02:41:42 PM    
> Please find the binaries for Windows x64. There's still a problem with the building
of
> Win32 version, i will upload it as soon as possible.

It seems that the Windows 32 bits binaries are now available since May 10th : good news !
I guess that the 64 bits binaries are also going to be available soon.

Regards,

Micha?l
Comment from Flemming Nyboe -- May 16, 2013, 05:52:17 PM    
Brilliant module, thanks.

If I'm seeing something like the output below, do you have an idea what could be wrong?
I get the error 236 on both my win7-32bit and win7-64bit machines (each with appropriate 
PIMS binary).

Thank you,
Flemming Nyboe

-->exec(get_absolute_file_path("loader.sce")+"etc\"+"PIMS.start");
Start PIMS
	Load gateways
nlibext(), 'gw_pims_c', list_functions)
                                        !--error 236 
addinter: The shared archive was not loaded: A dynamic link library (DLL) initialization 
routine failed.

at line      57 of exec file called by :    
    exec("loader.sce");
at line      20 of exec file called by :    

at line      25 of function startPIMS called by :  
PIMSlib = startPIMS();
at line      64 of exec file called by :    
exec(get_absolute_file_path("loader.sce")+"etc\"+"PIMS.start");
at line      10 of exec file called by :    
exec('PIMS_1032/loader.sce')
Answer from Flemming Nyboe -- May 17, 2013, 12:15:54 AM    
Hello again,

> If I'm seeing something like the output below, do you have an idea what could be
wrong?
> I get the error 236 on both my win7-32bit and win7-64bit machines (each with
appropriate
> 
> PIMS binary).

I use 64-bit Scilab, does this mean that the Python 2.7+ must be 64-bit also?

Regards
Flemming
Answer from Simon MARCHETTO -- May 17, 2013, 09:32:30 AM    
Please follow the issue here:
http://forge.scilab.org/index.php/p/pims/issues/1179/#preview.
Answer from Simon MARCHETTO -- May 22, 2013, 09:31:11 AM    
Yes, for Scilab in 64bit, you need to use the 64 bit version of Python.

Simon

> Hello again,
> 
> > If I'm seeing something like the output below, do you have an idea what could be
> wrong?
> > I get the error 236 on both my win7-32bit and win7-64bit machines (each with
> appropriate
> > 
> > PIMS binary).
> 
> I use 64-bit Scilab, does this mean that the Python 2.7+ must be 64-bit also?
> 
> Regards
> Flemming
Comment from MEENAKSHI SHANMUGA SUNDARAM -- February 10, 2017, 08:11:57 AM    
how to install this PIMS 1.0 in scilab?
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.