George Wright wrote:
"/usr/local/lib/wxPython-unicode-2.8.9.1/lib/python2.5/site-packages/wxaddons/__init__.py",
line 29, in
config = wx.Config("wxaddons")
File
"//usr/local/lib/wxPython-unicode-2.8.9.1/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_misc.py",
line 3298, in __init__
On Fri, Dec 19, 2008 at 1:14 PM, George Wright wrote:
> Gidday
> I continue to have problems with python 2.5.1 and python2.4 on OSX 10.5.5
> I can't access help() > modules Here is the complete error report for 2.5
>
> geomacbk:~ georgewr$ python
> Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26)
Gidday
I continue to have problems with python 2.5.1 and python2.4 on OSX
10.5.5
I can't access help() > modules Here is the complete error report for
2.5
geomacbk:~ georgewr$ python
Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "
On Wed, Dec 17, 2008 at 5:53 PM, David Hain wrote:
>
> export installprefix=/opt/python# set this to wherever you want to put
> it
> export DYLD_LIBRARY_PATH=$installprefix/lib:$DYLD_LIBRARY_PATH
> export
> DYLD_FRAMEWORK_PATH=$installprefix/Library/Frameworks:$DYLD_LIBRARY_PATH:$DYLD_FRAMEWO