pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 78 forks source link

Non-Windows warning #14

Closed ethanhs closed 9 years ago

ethanhs commented 9 years ago

Okay, here we go. This should target the right branch.

mottosso commented 9 years ago

Thanks a lot @IronManMark20, only it looks like we're merging a master branch on-top of the 5.3 branch.

I know it's confusing, the master branch was meant to be the current branch, if only PyPI supported uploads of over 50mb.

I'll try and cherry-pick your changes into the 5.3 branch to see if that works.

mottosso commented 9 years ago

I managed to cherry pick your change, included your name in the commit for proper credit, and updated the message to appear more clearly to the user installing.

Here's how it looks.

marcus@ubuntu:~$ pip install python-qt5
Downloading/unpacking python-qt5
  Downloading python-qt5-0.1.10.zip (57.5Mb): 57.5Mb downloaded
  Running setup.py egg_info for package python-qt5

    The binaries distributed with this version are Windows only,

    - If you are on linux, look at
    github.com/pyqt/python-qt5/wiki/Compiling-PyQt5-on-Ubuntu-12.04.

    - If you are on OS X, look at the OSX specific port:
    github.com/pyqt/python-qt5-mavericks

And it's been uploaded to PyPI as version 1.0.10.

Thanks again.