We are new to developing applications with Python. A question came up concerning Python libraries being portable between Architectures. More specifically, can we take a python library that runs on a X86 architecture and run it on a SPARC architecture or do we need to get the native libraries for SPARC? Thanking you in advance