File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,8 @@ http://python.org/download/
271271 3.4.2. Download SIP and PyQt4 sources
272272 =====================================
273273
274- http://www.riverbankcomputing.com/Downloads/sip4/
275- http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
274+ http://www.riverbankcomputing.com/software/sip/download
275+ http://www.riverbankcomputing.com/software/pyqt/download
276276
277277Extract each of the above zip files in a temporary directory. Make sure
278278to get versions that match your current Qt installed version.
@@ -575,7 +575,7 @@ Leopard note: Leopard includes a usable Python 2.5. Though you can install Pyth
575575Retrieve the python bindings toolkit SIP from
576576
577577
578- http://www.riverbankcomputing.com/Downloads/sip4/
578+ http://www.riverbankcomputing.com/software/sip/download
579579
580580
581581Then extract and build it (this installs by default into the Python framework):
@@ -612,7 +612,7 @@ explicitly to your path e.g.
612612Retrieve the python bindings toolkit for Qt from
613613
614614
615- http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
615+ http://www.riverbankcomputing.com/software/pyqt/download
616616
617617
618618Then extract and build it (this installs by default into the Python framework):
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ http://python.org/download/
190190
191191=== Download SIP and PyQt4 sources ===
192192
193- http://www.riverbankcomputing.com/Downloads/sip4/
194- http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
193+ http://www.riverbankcomputing.com/software/sip/download
194+ http://www.riverbankcomputing.com/software/pyqt/download
195195
196196Extract each of the above zip files in a temporary directory. Make sure
197197to get versions that match your current Qt installed version.
@@ -471,7 +471,7 @@ __Leopard note:__ Leopard includes a usable Python 2.5. Though you can install
471471Retrieve the python bindings toolkit SIP from
472472
473473```
474- http://www.riverbankcomputing.com/Downloads/sip4/
474+ http://www.riverbankcomputing.com/software/sip/download
475475```
476476
477477Then extract and build it (this installs by default into the Python framework):
@@ -506,7 +506,7 @@ export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH$
506506Retrieve the python bindings toolkit for Qt from
507507
508508```
509- http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
509+ http://www.riverbankcomputing.com/software/pyqt/download
510510```
511511
512512Then extract and build it (this installs by default into the Python framework):
You can’t perform that action at this time.
0 commit comments