Charles Hartman wrote:
A related question: I saw the earlier thread about putting a .pth file in /Library/Python/2.3/site-packages that points to /Library/Python/2.3. (It doesn't matter what the .pth file is called?) When I do that, this sequence
import wxversion
wxversion.select("2.5.5.1")How come you are going with 2.5 and not 2.6? I would install 2.6 and as it is the latest installed copy it will become the default wxPython version through the magic of Robin's wxversion and related stuff.
>
Yes well that's my other question. I just installed 2.6, but it's not getting found. (I installed the TigerPython23Compat fix.) 'python' brings up 2.4.1, but 'import wx' brings in version 2.5.5.1.
Did you install the Py2.4 version of wxPython? Do you get 2.6 if you run 'python2.3', or use wxversion in a script run with 'python2.3'?
Also, 'import wxversion' now reports that that module can't be found.
BTW, there was some discussion on the wxPython-mac list yesterday about this and related things. Part of the problem has something to do with the way Apple used symlinks to point to their install of wxPython instead of using a .pth file. I don't have Tiger yet myself all I know is what is reported in this thread:
http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?10:sss:1347:200505:paiocpikahkcjpejjehm#b
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!