Actions
Bug #716
closedMake it easier to install TiltPicker on the Mac
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
Updated by Neil Voss over 10 years ago
- Status changed from Assigned to Closed
- Assignee deleted (
Neil Voss)
Actions