Page 1 of 1

Python SDDS

Posted: 11 May 2012, 13:08
by JoelFrederico
Just trying to get SDDS python working: http://www.aps.anl.gov/Accelerator_Syst ... inux.shtml

I was wondering if there are clear instructions for compiling this somewhere? I'm trying to compile on 64-bit Red-Hat 4. I tried installing the RPM already, the .so file is compiled against 32-bit, so it won't work with my architecture. Ideas?

Re: Python SDDS

Posted: 11 May 2012, 14:25
by soliday
I just compiled a 64bit version of this for Redhat Enterprise 4. I didn't make an RPM for it but you can download the files from:
http://www.aps.anl.gov/asd/oag/download ... hon.tar.gz
Extract the files in /usr/lib64/python2.3/site-packages
You will end up with:

/usr/lib64/python2.3/site-packages/oag/sdds.py
/usr/lib64/python2.3/site-packages/oag/sdds.pyc
/usr/lib64/python2.3/site-packages/oag/sddsdatamodule.so

Re: Python SDDS

Posted: 11 May 2012, 14:30
by JoelFrederico
Thanks for being so prompt! Things are working now, this is exactly what I needed.

You have my immense gratitude.