Re: [DISCUSS] gremlin-python support Python 2/3 (client)

2016-09-08 Thread Leifur Halldor Asgeirsson
About serializing python 3 integers to GraphSON, I would suggest that they be serialized the same way as python 2 longs, since they are roughly equivalent. From: Stephen Mallette Sent: September 6, 2016 12:26 PM To: dev@tinkerpop.apache.org Subject: Re: [

[jira] [Commented] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2016-08-31 Thread Leifur Halldor Asgeirsson (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15452496#comment-15452496 ] Leifur Halldor Asgeirsson commented on TINKERPOP-1278: -- Whe

[jira] [Commented] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2016-07-08 Thread Leifur Halldor Asgeirsson (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367812#comment-15367812 ] Leifur Halldor Asgeirsson commented on TINKERPOP-1278: --

[jira] [Commented] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2016-07-07 Thread Leifur Halldor Asgeirsson (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366694#comment-15366694 ] Leifur Halldor Asgeirsson commented on TINKERPOP-1278: --

gremlin-variant python dependencies

2016-06-17 Thread Leifur Halldor Asgeirsson
The gremlin-variant tests currently fail unless the aenum package has been installed and added to PYTHONPATH. I notice that the mavenjython plugin can download and install python packages (http://mavenjython.sourceforge.net/compile/) but when I add aenum to the plugin configuration, it still do

Re: gremlin_python GLV

2016-06-15 Thread Leifur Halldor Asgeirsson
your notes/gist and make it happen? Marko. http://markorodriguez.com > On Jun 15, 2016, at 3:55 PM, Leifur Halldor Asgeirsson > wrote: > > Hi all, > I have a couple of suggestions for the GLV. > > Firstly, it would be useful to be able to inject arbitrary expr

Re: gremlin_python GLV

2016-06-15 Thread Leifur Halldor Asgeirsson
Hi all, I have a couple of suggestions for the GLV. Firstly, it would be useful to be able to inject arbitrary expressions, such as static constructors. For example, in an application that I'm currently working on, I use Titan's Geoshape property type. I would like to be able to call one of the