« On to pastures new | Main | Developing M2M »

06/14/2011

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Lidija

Congratulations on getting on the Python bawogandn.If you use a lot of external libraries you may find that being open source projects they have not got around to making 64bit version of their installation binaries available.I lost the ability to do all my cross-platform GUI scripting in wxPython on the Snow Leopard built-in Python it ships with.This is because Snow Leopard Python is running in 64bit mode. Which is great but wxPython is stuck in 32bit land for ages and will throw errors when trying to load up.To fix, in the terminal on OS X type in the following command:# To Prefer 32-bit execution for Python 2.6.1 on Snow Leopard$ defaults write com.apple.versioner.python Prefer-32-Bit -bool yesThen Python will be running in 32bit mode and will be able to work with all the libraries already out their with OS X binary installers.Cheers,PN

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.

In partnership with...

About the author