[IronPython] Running SPSS application from IronPython

2009-06-29 Thread Sarah Abdel Razak
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.

Re: [IronPython] Running SPSS application from IronPython

2009-06-29 Thread Sarah Abdel Razak
://www.ironpythoninaction.com On 29 Jun 2009, at 17:05, Sarah Abdel Razak sabdelra...@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

Re: [IronPython] Running SPSS application from IronPython

2009-06-29 Thread Sarah Abdel Razak
') sys.path.append(r'C:\Python25\Lib\site-packages') import spss this line that throws the exception. I'm running the module from IronPython Studio. Regards -- Sarah Abdelrazak On Mon, Jun 29, 2009 at 10:40 AM, Brian Curtin brian.cur...@gmail.comwrote: On Mon, Jun 29, 2009 at 12:22, Sarah Abdel