|
Size: 3058
Comment: missing edit-log entry for this revision
|
← Revision 30 as of 2008-03-11 10:50:27 ⇥
Size: 3066
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| Rather than simply deleting this wiki page, I'm marking it as out-of-date until the relevant portions can be updated. In the meantime, if you want more up-to-date info on wxPython on Mac OS X you should see ["wxPythonOSX Issues"] | Rather than simply deleting this wiki page, I'm marking it as out-of-date until the relevant portions can be updated. In the meantime, if you want more up-to-date info on wxPython on Mac OS X you should see [[wxPythonOSX Issues]] |
| Line 8: | Line 8: |
| Kevin Altis made a [http://radio.weblogs.com/0102677/2002/04/24.html#a49 blog post] about ["wxPythonMac"] that covers getting it installed and where to find more information. | Kevin Altis made a [[http://radio.weblogs.com/0102677/2002/04/24.html#a49|blog post]] about [[wxPythonMac]] that covers getting it installed and where to find more information. |
| Line 14: | Line 14: |
| Before you install PythonCard, you need to make sure you've downloaded installed MachoPython and ["wxPythonMac"]. Installation for those are covered on the ["wxPythonMac"] page. | Before you install PythonCard, you need to make sure you've downloaded installed MachoPython and [[wxPythonMac]]. Installation for those are covered on the [[wxPythonMac]] page. |
| Line 37: | Line 37: |
| The main place to follow the updates of ["wxPythonMac"] are in the archives of the mailing lists * [http://lists.wxwindows.org/mailman/listinfo/wxpython-mac wxPython-mac mailing list] * [http://lists.sourceforge.net/lists/listinfo/pythoncard-users Pythoncard-users mailing list] |
The main place to follow the updates of [[wxPythonMac]] are in the archives of the mailing lists * [[http://lists.wxwindows.org/mailman/listinfo/wxpython-mac|wxPython-mac mailing list]] * [[http://lists.sourceforge.net/lists/listinfo/pythoncard-users|Pythoncard-users mailing list]] |
| Line 42: | Line 42: |
| I've created a working scratchpad ["wxPython Mac and PythonCard Issues"] page to track progress of work on OS X. | I've created a working scratchpad [[wxPython Mac and PythonCard Issues]] page to track progress of work on OS X. |
| Line 45: | Line 45: |
| The wxPython ["Frequently Asked Questions"] page may have additional information. | The wxPython [[Frequently Asked Questions]] page may have additional information. |
| Line 48: | Line 48: |
| If you are a Mac-only thinker with little or no experience in *nix environments, my recommendation for the moment is to avoid this testing phase of wxPython and PythonCard on the Mac. It's ugly down there. For more, see my [http://radio.weblogs.com/0001285/categories/osX Web Log on OS X]. | If you are a Mac-only thinker with little or no experience in *nix environments, my recommendation for the moment is to avoid this testing phase of wxPython and PythonCard on the Mac. It's ugly down there. For more, see my [[http://radio.weblogs.com/0001285/categories/osX|Web Log on OS X]]. |
THIS PAGE IS OUT-OF-DATE
Rather than simply deleting this wiki page, I'm marking it as out-of-date until the relevant portions can be updated. In the meantime, if you want more up-to-date info on wxPython on Mac OS X you should see wxPythonOSX Issues
PythonCard on OS X
On April 23, 2002, the first publicly accessible and usable version of wxPython for the Mac OS X platform appeared. We have tested PythonCard in the new environment and find a lot of stuff works. The wxPython port to OS X still has a good bit of work to do, but it's nice to see it coming along so nicely!
Kevin Altis made a blog post about wxPythonMac that covers getting it installed and where to find more information.
Download
Download the latest tar.gz release from http://sourceforge.net/project/showfiles.php?group_id=19015
Installation
Before you install PythonCard, you need to make sure you've downloaded installed MachoPython and wxPythonMac. Installation for those are covered on the wxPythonMac page.
After those are installed and assuming you've downloaded the PythonCard distribution as described above, you need to open a Terminal window and type:
cd ~/desktop/"PythonCardPrototype 0.6.5"
assuming you've downloaded the PythonCard Prototype to your desktop. Change the path appropriately if you put it somewhere else. (NOTE that the quotation marks are required since the name of the directory has spaces in it.)
Now, in the terminal type
python setup.py install
A lot of lines will scroll by as the scripts are compiled and copied to the Python22 lib/site-packages directory. Another PythonCardPrototype folder will be created in the Python22 folder that contains the docs and samples.
*** To avoid the user running into permission issues, perhaps we should have the user make a copy of the docs and samples and put them in their home directory? ***
*** Add section on verifying PythonCardPrototype is installed and runs correctly by launching minimal. ***
Mailing Lists
The main place to follow the updates of wxPythonMac are in the archives of the mailing lists
wxPython Mac and PythonCard - Bugs and Known Issues on OS X
I've created a working scratchpad wxPython Mac and PythonCard Issues page to track progress of work on OS X.
Additional Information
The wxPython Frequently Asked Questions page may have additional information.
Darkworld (aka Darwin) Dangers
If you are a Mac-only thinker with little or no experience in *nix environments, my recommendation for the moment is to avoid this testing phase of wxPython and PythonCard on the Mac. It's ugly down there. For more, see my Web Log on OS X.
