[PyQt] FW: Welcome to the "PyQt" mailing list

Kyle Altendorf sda at fstab.net
Wed Sep 26 17:40:10 BST 2018


You could unsubscribe. There's a link to the list info at the end of each message from the list.

Cheers,
-kyle

On September 26, 2018 7:36:36 AM EDT, Adrian Murphy <Adrian.Murphy at trustmarque.com> wrote:
>That's great thank you.
>
>Can I opt back out of the mailing list for the time being, to stop the
>emails.
>
>Cheers
>
>Adrian Murphy / IT Desktop Support
>M: +44 (0) 7827 881642
>T: +44 (0) 1633 652338
>E: adrian.murphy at trustmarque.com<mailto:adrian.murphy at trustmarque.com>
>
>Desktop Support<http://broker.gotoassist.com/h/tesl>
>
>Desktop Support 2<https://get.teamviewer.com/fuwkjx2>
>
>Advanced notice of leave:-
>
>29th October 2018 to 2cnd November 2018
>
>
>
>From: Kyle Altendorf [mailto:sda at fstab.net]
>Sent: 25 September 2018 12:14
>To: Adrian Murphy <Adrian.Murphy at trustmarque.com>
>Cc: pyqt at riverbankcomputing.com
>Subject: Re: [PyQt] FW: Welcome to the "PyQt" mailing list
>
>On 2018-09-25 05:30, Adrian Murphy wrote:
>
>> Ive tried to download the 5.11.2 zip file from your site, I get the
>> download will start shortly, with a green 5 next to it, it doesn't
>> actually get anywhere. When you click problem downloading and click
>> the direct link, download the zip file and extract it locally. It
>> doesn't seem to have any installers or exes in there. I have tried
>the
>> same for 5.10.
>>
>> Ive also tried the Sourceforge site, get the same issues. I did
>manage
>> to find a .whl file in one of the downloads, but wasn't sure how to
>> convert this, if at all possible.
>
>PyQt switched from the binary installers to the current Python binary
>distribution system of wheels as of 5.6.
>
>http://pyqt.sourceforge.net/Docs/PyQt5/installation.html<http://pyqt.sourceforge.net/Docs/PyQt5/installation.html>
>
>You use pip to install wheels. I generally recommend working in a
>separate virtualenv or venv for each project and only really install
>packages in those.
>
>py -3.7 -m venv myvenv
>myvenv\scripts\pip install pyqt5
>myvenv\scripts\python myprogram.py<http://myprogram.py>
>
>I also recommend installing your own code in the virtualenv/venv using
>pip, you'll need a setup.py<http://setup.py> for that. Generally when
>you install code
>you are modifying you will use the -e option to pip such as
>`myvenv\scripts\pip install -e .` where `.` is referring to the current
>directory, or use whatever the path is to your project root (where the
>setup.py<http://setup.py> is).
>
>Cheers,
>-kyle
>
>
>
>This email is sent on behalf of Trustmarque Solutions Limited a wholly
>owned subsidiary of Capita plc. Trustmarque Solutions Limited is a
>company registered in England and Wales. Company Number: 02183240.
>Registered Office: 17 Rochester Row, London SW1P 1QT. 
>
>This email is intended solely for the addressee, is strictly
>confidential and may also be privileged. It is for the exclusive use of
>the intended recipient(s) only, and must not be re-transmitted in an
>amended form without our consent. If you are not the addressee please
>do not read, print, re-transmit, store or act in reliance on it or any
>attachments. Instead, please reply to this email and then immediately
>permanently delete it. 
>
>Security and reliability of emails are not guaranteed. We operate
>anti-virus programs but you must take full responsibility for virus
>checking this email (including all attachments). Capita plc and its
>subsidiaries do not accept any liability in respect of any damage
>caused by any virus which is not detected. Capita plc and its
>subsidiaries may monitor email traffic data and also the content of
>emails for compliance purposes and to protect its business.


More information about the PyQt mailing list