Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Ronald Oussoren
On 25-apr-2006, at 1:53, Bob Ippolito wrote: > > On Apr 24, 2006, at 4:47 PM, Charles Hartman wrote: > >> Thanks to Chris, Kevin, and Bob. Yes, I should have changed the >> thread name. I stayed with it because it's where Kevin posted the >> good news about wxPython. >> > > Well no kidding. I do

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Bill Janssen
> Well no kidding. I don't personally have access to the python.org > server and neither does Ronald. I don't think either of us asked for > it to be posted there, it wasn't ready at the time. I'm not sure > who's supposed to fix it either. I do. I'll see what can be done. I favor takin

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Charles Hartman
On Apr 24, 2006, at 7:53 PM, Bob Ippolito wrote: > > On Apr 24, 2006, at 4:47 PM, Charles Hartman wrote: > >> Thanks to Chris, Kevin, and Bob. Yes, I should have changed the >> thread name. I stayed with it because it's where Kevin posted the >> good news about wxPython. >> >> Maybe I'm missi

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Bob Ippolito
On Apr 24, 2006, at 4:47 PM, Charles Hartman wrote: > Thanks to Chris, Kevin, and Bob. Yes, I should have changed the > thread name. I stayed with it because it's where Kevin posted the > good news about wxPython. > > Maybe I'm missing something, but isn't it awfully silly to have > these c

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Charles Hartman
Thanks to Chris, Kevin, and Bob. Yes, I should have changed the thread name. I stayed with it because it's where Kevin posted the good news about wxPython. Maybe I'm missing something, but isn't it awfully silly to have these competing versions around, with names and apparent pedigrees simil

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Bob Ippolito
On Apr 24, 2006, at 3:13 PM, Charles Hartman wrote: > > On Apr 24, 2006, at 4:59 PM, Christopher Barker wrote: > >> 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. Di

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Christopher Barker
Charles Hartman wrote: > I assumed I was getting Ronald's build. > Is it ActiveState's??? The title of this thread is """Installing wxPython with ActivePython and OSX""" ActivePython is ActiveState's Python, which is why I thought you were using it. Perhaps it's only the thread title that's

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Kevin Ollivier
Hi Charles, On Apr 24, 2006, at 3:13 PM, Charles Hartman wrote: > > On Apr 24, 2006, at 4:59 PM, Christopher Barker wrote: > >> 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

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Charles Hartman
On Apr 24, 2006, at 4:59 PM, Christopher Barker wrote: > 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 gen

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Christopher Barker
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

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Charles Hartman
On Apr 24, 2006, at 4:20 PM, Charles Hartman wrote: > > On Apr 24, 2006, at 3:52 PM, Charles Hartman wrote: > > import wx >> Traceback (most recent call last): >>File "", line 1, in ? >>File "//Library/Frameworks/Python.framework/Versions/2.4/lib/ >> python2.4/site-packages/wx-2.6-mac

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Charles Hartman
On Apr 24, 2006, at 3:52 PM, Charles Hartman wrote: import wx > Traceback (most recent call last): >File "", line 1, in ? >File "//Library/Frameworks/Python.framework/Versions/2.4/lib/ > python2.4/site-packages/wx-2.6-mac-unicode/wx/__init__.py", line 42, > in ? > from wx._core

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Charles Hartman
Excellent! Problem, though -- a bone-dumb one, I'm quite sure, but I'm living proof that the unsavvy can run into it: On my Intel iMac I downloaded and installed 1. the Universal-MacPython-2.4.3.dmg (it made a new Applications/ MacPython 2.4 folder, beside my existing A

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Louis Pecora
Kevin Ollivier wrote: > Hi Trent, Bob, etc. > > Sorry for the late reply. It's been a busy week. I've altered > wxPython's downloads page to hopefully be clearer and more up-to- > date. As for the ANSI/Unicode issue, I made Unicode a little more > prominent but ANSI still gets quite a lot of d

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-24 Thread Kevin Ollivier
Hi Trent, Bob, etc. Sorry for the late reply. It's been a busy week. I've altered wxPython's downloads page to hopefully be clearer and more up-to- date. As for the ANSI/Unicode issue, I made Unicode a little more prominent but ANSI still gets quite a lot of downloads, so I'm hesitant to ma

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-17 Thread Trent Mick
[Trent] > >wxPython on the Mac seems to be painful right now. [Kevin Ollivier wrote] > Suggestions and contributions welcome! :-) My apologies, I was being unfairly brief. Some suggestions: - A review of the Mac OS X-related text on http://www.wxpython.org/download.php Some of that info

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-17 Thread Kevin Ollivier
Hi Trent, On Apr 17, 2006, at 11:44 AM, Trent Mick wrote: > [Thomas Juntunen wrote] >>> I'm trying to get wxPython going with ActivePython, Komodo and >>> OSX.4.6 >>> >>> The wx installer is installing to my framework "system" python >>> (Apple >>> 2.3.5) >>> >>> Is there any way to get this to

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-17 Thread Troy Rollins
On Apr 17, 2006, at 2:44 PM, Trent Mick wrote: > wxPython on the Mac seems to be painful right now. > > 1. You need to get the correct build for your version of Python. For >ActivePython 2.4.x or MacPython 2.4.x that means getting one of the >builds with "-py24" in the package name. Than

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-17 Thread Trent Mick
[Thomas Juntunen wrote] > > I'm trying to get wxPython going with ActivePython, Komodo and > > OSX.4.6 > > > > The wx installer is installing to my framework "system" python (Apple > > 2.3.5) > > > > Is there any way to get this to work with my setup? wxPython on the Mac seems to be painful righ