FCS-analysis / PyCorrFit

data analysis and fitting software for fluorescence correlation spectroscopy (FCS)
pycorrfit.craban.de
Other
49 stars 13 forks source link

pycorrfit and OSX (mavericks) #78

Closed snizzleorg closed 10 years ago

snizzleorg commented 10 years ago

Hi,

tried installing with pip and got this:

Downloading/unpacking wxPython>=2.8.10.1 (from pycorrfit)
  Could not find a version that satisfies the requirement wxPython>=2.8.10.1 (from pycorrfit) (from versions: src-3.0.0.0, docs-3.0.0.0, demo-3.0.0.0)
No distributions matching the version for wxPython>=2.8.10.1 (from pycorrfit)

any Idea on how to solve this issue?

paulmueller commented 10 years ago

Hi, the error message only states that wxPython is not in the Python package index. There are two ways to install PyCorrFit on a Mac:

  1. Using MacPorts: https://github.com/paulmueller/PyCorrFit/wiki/Running-from-source:-MacPorts
  2. Installing Python 2.7 and all the necessary packages by hand (i.e. downloading the dmg files from the respective download pages). Make sure that you use wxPython version 2.8.12.1 (unicode) from there: http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/

If you already have a working MacPorts installation, go for option 1. If you just want to get the job done quickly, go for option 2. Best, Paul

paulmueller commented 10 years ago

I just updated the wiki article. Maybe this helps:

https://github.com/paulmueller/PyCorrFit/wiki/Running-from-source#mac-osx