in reply to Proper usage of Inline::Python
Or something like this but correct :)my $client = Inline::Python::Object->new('__main__', 'Client');
my $client = py_new_object( 'Client', 'hyperdex.client', 'Class', ... +);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Proper usage of Inline::Python
by OverlordQ (Hermit) on Oct 12, 2014 at 09:59 UTC |