Charles Hartman wrote:
> I did the "obvious":
>       sudo mv /usr/local/lib/wxPython-unicode-2.6.3.2rc1 /usr/local/lib/ 
> wxPython-unicode-2.6.3.2
> and it seems to work. Did I create havoc somewhere else?

probably not, but in general, you should use a sym link, rather than a 
re-name:

sudo ln -s /usr/local/lib/wxPython-unicode-2.6.3.2rc1 
/usr/local/lib/wxPython-unicode-2.6.3.2


however, it looks like you're installing the new Universal build of 
wxPython into ActivePython. It may well work, but I think the Universal 
wxPython was built with and designed for the UniversalBuild at:

http://pythonmac.org/packages/py24-fat/

I don't think ActivePython has a Universal Build yet.

That may explain a few of your oddities.

By the way, we should put a copy of the wxPython dmg on 
http://pythonmac.org as well as on the wxPython site.



-Chris





-- 
Christopher Barker, Ph.D.
Oceanographer
                                                
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to