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/
271
271
3.4.2. Download SIP and PyQt4 sources
272
272
=====================================
273
273
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
276
276
277
277
Extract each of the above zip files in a temporary directory. Make sure
278
278
to 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
575
575
Retrieve the python bindings toolkit SIP from
576
576
577
577
578
- http://www.riverbankcomputing.com/Downloads/sip4/
578
+ http://www.riverbankcomputing.com/software/sip/download
579
579
580
580
581
581
Then extract and build it (this installs by default into the Python framework):
@@ -612,7 +612,7 @@ explicitly to your path e.g.
612
612
Retrieve the python bindings toolkit for Qt from
613
613
614
614
615
- http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
615
+ http://www.riverbankcomputing.com/software/pyqt/download
616
616
617
617
618
618
Then 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/
190
190
191
191
=== Download SIP and PyQt4 sources ===
192
192
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
195
195
196
196
Extract each of the above zip files in a temporary directory. Make sure
197
197
to 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
471
471
Retrieve the python bindings toolkit SIP from
472
472
473
473
```
474
- http://www.riverbankcomputing.com/Downloads/sip4/
474
+ http://www.riverbankcomputing.com/software/sip/download
475
475
```
476
476
477
477
Then 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$
506
506
Retrieve the python bindings toolkit for Qt from
507
507
508
508
```
509
- http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
509
+ http://www.riverbankcomputing.com/software/pyqt/download
510
510
```
511
511
512
512
Then extract and build it (this installs by default into the Python framework):
You can’t perform that action at this time.
0 commit comments