From: Peter K. <pet...@wa...> - 2013-06-04 21:05:35
|
On 06/04/2013 10:23 PM, Érico Leiva wrote: > Hi > > I have a computer with OpenSuse OS, python 2.7, gcc 4.6.2. > > Which version pre-compilated for pynio you suggest-me? > > Thanks > > Érico Hi Érico, For OpenSuse I'm not really sure, but there are not many choices - either one built on Debian or RedHat. The problem could be with shared libraries in both cases. The most important thing to match is the architecture and python (major) version. Hence, if your OS is 64-bit, then try: PyNIO-1.4.1.linux-debian-x86_64-gcc445-py271-numpy160.tar.gz (*) PyNIO-1.4.1.linux-redhat-x86_64-gcc412-py271-numpy160-nodap.tar.gz and if it is 32-bit, then try: PyNIO-1.4.1.linux-debian-i686-gcc445-py271-numpy160-nodap.tar.gz PyNIO-1.4.1.linux-redhat-i686-gcc412-py271-numpy160-nodap.tar.gz (*) This one is only available as "with dap" build, and not currently on ccplot.org. But it is at earthsystemgrid.org, and I made a copy here: http://ccplot.org/pub/pynio/PyNIO-1.4.1.linux-debian-x86_64-gcc445-py271-numpy160.tar.gz If neither works for you, you can still ask at pyn...@uc..., http://www.pyngl.ucar.edu/User_forum/. An easy option is to use the development version of ccplot, which no longer depends on PyNIO. You can find it on github https://github.com/peterkuma/ccplot However, you may encounter some bugs as it has not been well tested yet. Regards, Peter |