Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-09 Thread Dieter
On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote: > A Dilluns 09 Abril 2007 14:04, Dieter escrigué: > > On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote: > > Hey Francesc thanks I will. I'm just now looking into working off of > > the bazaar.I'm now coming back to developing in python and wou

Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-09 Thread Francesc Altet
A Dilluns 09 Abril 2007 14:04, Dieter escrigué: > On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote: > Hey Francesc thanks I will. I'm just now looking into working off of > the bazaar.I'm now coming back to developing in python and would like > to contribute as I'm able. > > Some time back, I me

Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-09 Thread Dieter
On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote: > Hi Dieter, > > A Dilluns 09 Abril 2007 07:43, Dieter escrigué: > > On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote: > > > Dieter wrote: > > > > Pyrex doesn't allow qualifiers in front of prototypes. All of the > > > > functions in hdf's hi

Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-09 Thread Francesc Altet
Hi Dieter, A Dilluns 09 Abril 2007 07:43, Dieter escrigué: > On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote: > > Dieter wrote: > > > Pyrex doesn't allow qualifiers in front of prototypes. All of the > > > functions in hdf's high level interface have a macro definition > > > (H5_HLDLL) that e

Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-08 Thread Dieter
On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote: > Dieter wrote: > > > Pyrex doesn't allow qualifiers in front of prototypes. All of the > > functions in hdf's high level interface have a macro definition > > (H5_HLDLL) that expands to __declspec() for that crappy Windows > > operating system'

Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-08 Thread Michael Hoffman
Dieter wrote: > Pyrex doesn't allow qualifiers in front of prototypes. All of the > functions in hdf's high level interface have a macro definition > (H5_HLDLL) that expands to __declspec() for that crappy Windows > operating system's export/import mechanism. > > I tried removing the all the macr

[Pytables-users] Packet Table Pyrex Ext. Help

2007-04-07 Thread Dieter
Hi all, I'm trying to make a Pyrex extension of the hdf5 packet table interface , and I'm hoping someone might be able to help. Pyrex doesn't allow qualifiers in front of prototypes. All of the functions in hdf's high level interface have a macro definition (H5_HLDLL) that expands to __declspec(