Project

General

Profile

Actions

Bug #716

closed

Make it easier to install TiltPicker on the Mac

Added by Neil Voss almost 14 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07/06/2010
Due date:
% Done:

0%

Estimated time:

Description

Note from Ed Brignole:

With some difficulty I installed packages with MacPorts. It required some tweaks. I can add this to the wiki if you like.

sudo port selfupdate
sudo port upgrade outdated

sudo port install python26
sudo port install py26-pil
sudo port install py26-numpy

This will crash while installing atlas due to outdated checksum so you will have to apply the attached patch:
cd $(port dir atlas)
sudo patch -p0 < ~/Desktop/atlas-checksum.diff

sudo port clean atlas
sudo port install py26-numpy
sudo port install py26-scipy
sudo port install py26-wxpython

This will crash while installing wxWidgets-python due to incompatible gtk2 for 64-bit architecture. So again apply the other attached patch:
cd $(port dir wxWidgets-python)
sudo patch -p0 < ~/Desktop/wxWidgets-python_Portfile.diff

sudo port clean wxWidgets-python
sudo port install py26-wxpython

Make sure path to this python supercedes the others in your .profile
PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin:${PATH}" 
export PATH

At this point you should be able to import wx numpy scipy Image

Related issues 2 (0 open2 closed)

Related to TiltPicker - Task #178: Build TiltPicker.app for Mac OS XClosedNeil Voss03/04/2010

Actions
Related to TiltPicker - Bug #717: Shortcut keys for TiltPicker do not work on the MacClosedNeil Voss07/06/2010

Actions
Actions #1

Updated by Neil Voss almost 10 years ago

  • Status changed from Assigned to Closed
  • Assignee deleted (Neil Voss)
Actions

Also available in: Atom PDF