Running 32-bit libraries and binaries on Python on OS X -


I have a module based on PyVisa that can only run in 32-bit mode. Since Spinks has to be able to load the module to take a docstring, so this module (and others that pass by PyVisa) fails.

How can I fix this problem?

OS X "Universal Binaries" provides the same OS X root dragon The command can run in 32-bit and 64-bit mode. You can use the arch command to run the other software in Python and 32-bit mode.

  arch -i386pip install mypackage arch -i386 dragon run mysoftware  

.

Note: This latest version has not been tested on Mavericks, though I do not know that they have changed universal binaries.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -