-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi, your module is very nice and I would like to try your mathematica magic at ipython.
Currently I have a problem in using Pythonica.
I have the following error.
In [1]: import pythonica
In [2]: m = pythonica.Pythonica()
SystemError Traceback (most recent call last)
in ()
----> 1 m = pythonica.Pythonica()
/media/Data/DataHome/workspace/python/src/pythonica/pythonica.pyc in init(self, name, mode, timeout, debug, plot_dir, plot_size, plot_format, output_prompt, input_prompt)
222 output_prompt=False,
223 input_prompt=False):
--> 224 self._env = _ml.env()
225 self.kernel = self._env.open(name,mode=mode)
226 self.kernel.connect()
SystemError: error return without exception set
Did I miss any setup?
Many thanks.
Jason