From: Alan W. I. <ir...@be...> - 2017-06-02 18:46:48
|
On 2017-06-02 11:52-0400 Hazen Babcock wrote: > On 06/02/2017 08:40 AM, Arjen Markus wrote: >> Hi everyone, >> >> I have a simple question regarding PyQt4 on MinGW-w64/MSYS2. I have >> installed the package but when I run Cmake to build PLplot, I get the >> message that pyqtconfig is missing – is this something I need to install >> separately? If so, how? (I have a version for Cygwin, but I do not know if >> that is exactly the same) > > Maybe pyqtconfig is part of the sip package? Hi Arjen: Finding the software package that contains a particular file is a fundamental skill you need to develop for each free software distribution such as MinGW-w64/MSYS2. To help you develop that skill, I did a google search using the terms <msys2 find which package contains file> and found <https://sourceforge.net/p/msys2/mailman/message/34359435/> >From that mailing list thread it appears you should be using packfile to find uninstalled packages which contain files that you need such as pyqtconfig.py. Note, I did a similar search on Debian (using the apt-file command in that case which is NOT available for MinGW-w64/MSYS2, but I suspect packfile is roughly equivalent) and discovered the answer depends in that case on whether you are using python2 (working but deprecated for PLplot needs) or python3 (recommended for PLplot needs). You have a similar Python 2 or 3 choice on MinGW-w64/MSYS2 so you should make that choice before using packfile to find other python-related and sip packages that you need to install. Also, I strongly urge you to keep a complete list of the package names you need to install both for the purpose of updating the package list at https://sourceforge.net/p/plplot/wiki/MinGW-w64-MSYS2/ and also so that your next complete install snapshot of MinGW-w64/MSYS2 can be created with a batch command file in a completely automatic way. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |