-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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 - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2mAe8ACgkQB8UpO3rKjQ9TyQCfcEiU3PLwHwXKSFGa/zE1fzbo QkYAn24ME60y+jlO8N6PPUsbbmGlpE8D =uZ15 -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ 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
