Skip to content

Commit 810edb7

Browse files
author
Kenneth Reitz
committed
Conflicts: docs/scenarios/gui.rst
2 parents 100a2ad + fb3031f commit 810edb7

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

docs/scenarios/gui.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,13 @@ Cocoa
2121

2222
PyObjC
2323
------
24-
PyObjC 2.0 is included in the default python installation of Mac OS X 10.5 Leopard.
25-
To install the latest version: ::
26-
$ pip install pyobjc
27-
or go to http://pyobjc.sourceforge.net/downloads.html
24+
*Note: Only available on Mac OSX. Don't pick this if you're writing a cross-platform application.*
2825

2926
WXPython
3027
::::::::
3128
Install (Stable)
3229
----
3330
*Go to http://www.wxpython.org/download.php#stable and download the appropriate package for your OS.*
34-
The simplest method to test if it works is to attempt to import it. ::
35-
Aarons-MacBook:docs aaron$ python
36-
Python 2.6.6 (r266:84374, Aug 31 2010, 11:00:51)
37-
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
38-
>>> import wx
39-
Traceback (most recent call last):
40-
File "<stdin>", line 1, in <module>
41-
ImportError: No module named wx
42-
If you don't get the above error, WXPython is installed.
4331

4432
Gtk
4533
:::

0 commit comments

Comments
 (0)