devel
devel > RE: Gifti on 64bit Architecture
Nov 9, 2009 07:11 PM | Stephan Gerhard
RE: Gifti on 64bit Architecture
Hi Erik,
Thanks for the update. I tried the pygiftiio bindings with a compiled libgiftiio.so on a 64bit machine.
It loads well the file when I do
from pygiftiio import *
a=gifti_read_image('file.gii', 1)
I can also output the meta information.
But when I want to access the data arrays with either
a.darrays.contents or
a.darrays[0].contents
I get a:
ValueError: NULL pointer access
Do you know what went wrong?
Thanks,
Stephan
Thanks for the update. I tried the pygiftiio bindings with a compiled libgiftiio.so on a 64bit machine.
It loads well the file when I do
from pygiftiio import *
a=gifti_read_image('file.gii', 1)
I can also output the meta information.
But when I want to access the data arrays with either
a.darrays.contents or
a.darrays[0].contents
I get a:
ValueError: NULL pointer access
Do you know what went wrong?
Thanks,
Stephan
Threaded View
| Title | Author | Date |
|---|---|---|
| Stephan Gerhard | Nov 6, 2009 | |
| Richard Reynolds | Nov 8, 2009 | |
| Stephan Gerhard | Nov 9, 2009 | |
| Erik Anderson | Nov 9, 2009 | |
| Stephan Gerhard | Nov 9, 2009 | |
| Erik Anderson | Nov 10, 2009 | |
| Ziad Saad | Nov 6, 2009 | |
| Stephan Gerhard | Nov 6, 2009 | |
