On 27-dec-2005, at 20:54, David Pratt wrote: > I am trying to determine what to about my mac with python. I am > running > 10.2.8 and have been using 2.3.5 and the wxpython ansi though I really > need the unicode build. This has been satisfactory since I can > still do > most everything except now I am finding more packages coming out with > generator expressions and decorators that are not able to operate > on 2.3.5. > > I checked the pythonmac site and I realize the focus is now 10.3. What > are my options for having a working python 2.4.1 installation with a > working unicode wxPython as well.
You'll have to build it yourself. That's not very hard, extract the tar archive and run: cd Python-2.4.2 ./configure --enable-framework make sudo make install You'll have to install TclTk before doing this if you want to use tkinter or IDLE. Ronald > > I don't want to upgrade my OS for 150.00 at this point since I will > eventually be purchasing a new machine in the next year. > > Regards, > David > > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG@python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig