Re: [Plplot-devel] PyQt4 on MinGw-w64/MSYS2 - pyqtconfig

2017-06-05 Thread Arjen Markus
Hi Alan, Hazen,



> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Friday, June 02, 2017 9:08 PM
>
> Correction: wherever I said "packfile" above should be replaced with 
> "pkgfile".
> (Sorry about that!) Furthermore, if you look at
>  it appears that the pkgfile 
> functionality
> is now just part of the pacman package. So since you have pacman automatically
> installed as part of the base packages, then my educated guess is the 
> "pkgfile"
> command should just work with nothing additional you have to install.
>
I had the SIP package already installed and I tried pkgfile with various 
invocations, but I do not get any (!) output, even from files and packages I 
know are present. So, that seems to be the end of that possible solution.

Regards,

Arjen



DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] PyQt4 on MinGw-w64/MSYS2 - pyqtconfig

2017-06-02 Thread Alan W. Irwin

On 2017-06-02 11:46-0700 Alan W. Irwin wrote:


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
 and found




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.


Hi Arjen:

Correction: wherever I said "packfile" above should be replaced with
"pkgfile".  (Sorry about that!) Furthermore, if you look at
 it appears that the
pkgfile functionality is now just part of the pacman package. So since
you have pacman automatically installed as part of the base packages,
then my educated guess is the "pkgfile" command should just work with
nothing additional you have to install.

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
__

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] PyQt4 on MinGw-w64/MSYS2 - pyqtconfig

2017-06-02 Thread Alan W. Irwin

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
 and found



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
__

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] PyQt4 on MinGw-w64/MSYS2 - pyqtconfig

2017-06-02 Thread Hazen Babcock

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?

-Hazen


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel