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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

javascript - Enable/Disable form elements and changing the values of button at a time? -