Skip to content

error return without exception set #1

@jjchan121

Description

@jjchan121

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions