[Pythonmac-SIG] Re: [wxPython-users] wxPythonOSX for Python 2.3a1

Francois Granger francois.granger@free.fr
Thu, 30 Jan 2003 16:34:43 +0100


At 21:39 -0800 28/01/2003, in message [Pythonmac-SIG] Re: 
[wxPython-users] wxPythonOSX for Py, Robin Dunn wrote:
>Robin Dunn wrote:
>>I've uploaded an evaluation release of wxPythonOSX 2.4.02 for 
>>MacPython-OSX 2.3a1.  You can get it from the bottom of the SF 
>>wxPython files page: 
>>http://sf.net/project/showfiles.php?group_id=10718
>>
>>In addition to building for Python 2.3a1 I've greatly changed how 
>>the distribution itself is made and now the demo, PyShell, (and 
>>others in the future) are now installed as their own App bundles 
>>using the new bundlebuilder.py tool.
>>
>
>Oh, yeah, one more thing.  If you havn't seen it already I have made 
>an installer for MacPython-OSX 2.3a1 available too.  It's on the 
>same page in the group just below the wxPythonOSX link.

MacG4 400 640MB memory.
MacOS X 10.2.3

Installed Python 2.3a1
Installed wxPythonOSX 2.4.02
Run wxPythonOSX-2.4.0.2/RunDemo by double clicking on it successfully.

Installed PythonCardPrototype-0.7 with the command line:
python setup.py install

I got an error message at end about permissions:

error: 
/Library/Frameworks/Python.framework/Versions/2.3/bin/install-pythoncard.py: 
Permission denied

I did :

sudo python setup.py install

No error message.

When I do "Openwith" -> "PythonLauncher" for codeeditor.py in the 
Finder, I get:

[fbg:~] fgranger% "/usr/local/bin/python" 
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PythonCardPrototype/components/codeeditor.py" 
&& echo Exit status: $? && exit 1
16:28:35: Debug: wxMac library installation name is 
'/usr/local/lib/libwx_macd-2.4.0.dylib'
16:28:35: Debug: wxMac resources file name is 
'/usr/local/lib/libwx_macd-2.4.0.rsrc'
Traceback (most recent call last):
   File 
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PythonCardPrototype/components/codeeditor.py", 
line 11, in ?
     from wxPython import stc, wx
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/stc.py", 
line 7, in ?
     from stc_ import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/stc_.py", 
line 6, in ?
     from misc2 import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/misc2.py", 
line 4, in ?
     from windows import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/windows.py", 
line 6, in ?
     from gdi import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/gdi.py", 
line 7, in ?
     import wx
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/wx.py", 
line 22, in ?
     from mdi import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/mdi.py", 
line 14, in ?
     from frames import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/frames.py", 
line 14, in ?
     from stattool import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/stattool.py", 
line 14, in ?
     from controls import *
   File 
"//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/controls.py", 
line 16, in ?
     class wxControlPtr(wxWindowPtr):
NameError: name 'wxWindowPtr' is not defined
[fbg:~] fgranger%

If you need more info.....
-- 
Recently using MacOSX.......