On Apr 13, 2011, at 4:05 PM, Alexander Hansen wrote: > On 4/13/11 3:24 PM, Brigitta Sipocz wrote: >> Dear All, >> >> Does anyone use Eric on OSX with fink installed dependencies? Eric is >> not in the fink tree but all of the dependencies are, but with >> different names (e.g. pyqt4-mac rather than PyQt4) resulting eric >> installer failure. > > The different package names don't matter. > >> Fouling it with symlinks doesn't solve the problem. > > Symlinks are rarely the right thing to do with Fink problems. > >> Do you have any hints? >> >> thank you >> Brigitta >> >> >>> $ python install.py >> Checking dependencies >> Python Version: 2.7.1 >> Sorry, please install PyQt4. >> Error: No module named PyQt4.QtCore >> >> ------------------------------------------------------------------------------ > > - From "fink info pyqt4-mac-py27": > > pyqt4-mac-py27-4.8.3-3: Python bindings for the Qt toolkit > . > Usage Notes: > To use pyuic4, pylupdate4, or pyrcc4, you need to make sure that > /sw/lib/qt4-mac/lib/python2.7/bin is in your PATH. > . > For other software to use the pyqt4 libraries, it will be > necessary to modify PYTHONPATH to include > /sw/lib/qt4-mac/lib/python2.7/site-packages. > > So try: > > env PYTHONPATH="/sw/lib/qt4-mac/lib/python2.7/site-packages:$PYTHONPATH" > python install.py
Yes, this is necessary. I've thought about packaging eric4 but got sidetracked. You do need to patch somethings in install.py for it to work correctly in a fink environment since it expects to be run with system-python on Mac OS X. Daniel ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
