Re: pyd and converting arrays of strings

2015-03-18 Thread Laeeth Isharc via Digitalmars-d-learn
On Wednesday, 18 March 2015 at 20:58:56 UTC, John Colvin wrote: On Wednesday, 18 March 2015 at 17:09:27 UTC, Laeeth Isharc wrote: Hi I am using PyD with latest stable LDC on Arch Linux 64 bit. I have various structures I am trying to wrap to pass to python. For example: struct PlotLines {

pyd and converting arrays of strings

2015-03-18 Thread Laeeth Isharc via Digitalmars-d-learn
Hi I am using PyD with latest stable LDC on Arch Linux 64 bit. I have various structures I am trying to wrap to pass to python. For example: struct PlotLines { KPDateTime[] start_dates; KPDateTime[] end_dates; double[] y; string[] colors; long[]

Re: pyd and converting arrays of strings

2015-03-18 Thread John Colvin via Digitalmars-d-learn
On Wednesday, 18 March 2015 at 17:09:27 UTC, Laeeth Isharc wrote: Hi I am using PyD with latest stable LDC on Arch Linux 64 bit. I have various structures I am trying to wrap to pass to python. For example: struct PlotLines { KPDateTime[] start_dates; KPDateTime[]