File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,25 +21,13 @@ Cocoa
2121
2222PyObjC
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
2926WXPython
3027::::::::
3128Install (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
4432Gtk
4533:::
You can’t perform that action at this time.
0 commit comments