[IronPython] Running SPSS application from IronPython

Sarah Abdel Razak sabdelrazak at symbyo.com
Mon Jun 29 19:22:57 CEST 2009


Thanks for your reply I just knew that spss Python plugin has to be built
for specific Python implementations.
 Unfortunately it does not support IronPython.

Regards
-- 
Sarah Abdelrazak


On Mon, Jun 29, 2009 at 10:11 AM, Michael Foord
<fuzzyman at voidspace.org.uk>wrote:

> Well - prima-facie an ImportError saying the module can't be found means
> that the path containing the package/module isn't in sys.path when you do
> the import (although it's *possible*) there is another problem.
>
> Try adding the path from the interactive interpreter and trying the import.
>
> Michael
>
>
> --
> http://www.ironpythoninaction.com
>
>
> On 29 Jun 2009, at 17:05, Sarah Abdel Razak <sabdelrazak at symbyo.com>
> wrote:
>
>  Hi All,
>>
>>        I was using python and SPSS Python integration plug-in to access
>> SPSS application and execute spss syntax commands.
>> I was wondering if that can be achieved using IronPython as well.
>> I try to import the spss module and added the python25/lib/site-packages
>> to the IronPython path. But I got an exception that the module is not found.
>> I would appreciate any advice.
>> --
>> Sarah Abdelrazak
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.ironpython.com
>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090629/f97841cf/attachment.html>


More information about the Ironpython-users mailing list