in reply to Re: Proper usage of Inline::Python
in thread Proper usage of Inline::Python
That's what I tried.
Gives me:py_eval('import hyperdex.client'); my $client = Inline::Python::Object->new('hyperdex.client','Client');
exceptions.TypeError: __cinit__() takes exactly 2 positional arguments (0 given) at line 1060Which makes it seem, oh, I'll just add the two parameters. However:
Gives me thepy_eval('import hyperdex.client'); my $client = Inline::Python::Object->new('hyperdex.client','Client','1 +27.0.0.1',1982);
Can't bless non-reference value at /usr/local/lib/perl/5.14.2/Inline/Python.pm line 317.error again.
|
|---|