Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 129, Issue 1
> >>I'd run the "remove" script from the download I pointed you to--it will > clean everything up. > OK > > >>I'm sure you understand that using MacPorts for wx will require using > their Python as well. Yes- for what I'm doing, it shouldn't be a problem. I want to leave the default Python installation on Mavericks as is, and use a clean/separate environment via MacPorts & virtualenv Thanks ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 129, Issue 1
On 1/5/14, 1:13 PM, Tony Cappellini wrote: I'm going to install all my Python packages via macports- from now on. I haven't checked if wx 3.0 is supported there yet or not. I suspect not because it's too new. I also would like to stick with wx 2.x- to avoid API changes. Can I just delete the wx installation folder to cleanly remove that old wx installation, or is manual cleanup required? Thanks I'd run the "remove" script from the download I pointed you to--it will clean everything up. I'm sure you understand that using MacPorts for wx will require using their Python as well. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 129, Issue 1
On 1/5/14, 8:34 AM, Tony Cappellini wrote: Now- to get back to a clean slate- if I just delete the wxPython directory that was installed, will that remove everything needed to cleanup, or are there other steps involved in removing a bad wx installation? wxPython 3.0 has just been released. I'd download the one that supports Cocoa from http://wxpython.org/download.php#osx (wxPython3.0-osx-cocoa-py2.7). The disk image includes a script to remove previous installations of wxPython. Running this script and then installing 3.0 will accomplish two things: cleaning up your old installation; and supporting 64-bit Python. I bet you can run the installer package from the GUI, as well, since it's not an old package like wxPython 2.8. Hope this helps, Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 129, Issue 1
-- Forwarded message -- From: Kevin Walzer To: pythonmac-sig@python.org Cc: Date: Sat, 04 Jan 2014 22:51:23 -0500 Subject: Re: [Pythonmac-SIG] Bad installer for wxPython2.8-osx-ansi-2.8.12.1-universal-py2.7 On 1/4/14, 10:44 PM, Tony Cappellini wrote: > Ned Deily mailto:n...@acm.org>> wrote: > > > sudo installer -pkg >>> /Volumes/wxPython2.9-osx-2.9.4.0-cocoa-py2.7/wxPython2.9- >>> osx-cocoa-py2.7. >>> pkg -target / >>> >> > > >>If you look at the version of wxPython referenced in the stack trace, it's 2.8, not the 2.9. one you installed. 2.8 is 32-bit >>only. Looks like Python is confused about which version to load. You may simply want to remove the 2.8 one altogether >>to avoid the conflict. If you look at my original post- I was referring to a wxPython 2.8 installer, that I have downloaded and suspected bad. When Ned Deily replied, he referenced a 2.9 installer for some reason. I have installed wx 2.8 using Ned's instructions (above), but substituting the path and filename to the installer in my original post. Now- to get back to a clean slate- if I just delete the wxPython directory that was installed, will that remove everything needed to cleanup, or are there other steps involved in removing a bad wx installation? Thanks ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG