If I do a 32 bit start of python2.6 on MacOS 10.9 and then try to import wx
I get a ‘’wx module” not found error. ( it worked fine before the upgrade ).
I down loaded the 2.6 mac unicode installer but the finder reports that the
installer is damaged. ( the same image works ok on the 10.8 mac os.).
I _think_ this may be the result of Apple's new "security" policies --
i.e. the installer is not broken, but it doesn't conform to new
requirements. YOu may be able to tell your system to chill out and
install it anyway, but I have not idea how -- I'm still on 10.6 and
10.7...
-Chris
···
On Tue, Oct 22, 2013 at 9:23 PM, Jerry LeVan <jerry.levan@gmail.com> wrote:
If I do a 32 bit start of python2.6 on MacOS 10.9 and then try to import wx
I get a ‘’wx module” not found error. ( it worked fine before the upgrade ).
I down loaded the 2.6 mac unicode installer but the finder reports that the
installer is damaged. ( the same image works ok on the 10.8 mac os.).
Is there any way I can get wxpython going again?
Jerry
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
If I do a 32 bit start of python2.6 on MacOS 10.9 and then try to import wx
I get a ��wx module� not found error. ( it worked fine before the upgrade ).
I down loaded the 2.6 mac unicode installer but the finder reports that the
installer is damaged. ( the same image works ok on the 10.8 mac os.).
Is there any way I can get wxpython going again?
wxPython uses an old installer package format, and the packages are not digitally signed, so you need to relax the security settings to be able to run the installer. In 10.8 it is in the Security & Privacy section of System Preferences, and you need to set it to allow applications from anywhere. I assume that 10.9 will be similar.
If I do a 32 bit start of python2.6 on MacOS 10.9 and then try to import wx
I get a ��wx module� not found error. ( it worked fine before the upgrade ).
I down loaded the 2.6 mac unicode installer but the finder reports that the
installer is damaged. ( the same image works ok on the 10.8 mac os.).
Is there any way I can get wxpython going again?
Jerry
--
Python is the second best programming language in the world.
But the best has yet to be invented. Christian Tismer
For the record:
On Tue, Nov 12, 2013 at 2:57 AM, GreenAsJade
I was able to get wxpython going again, after the wretched osx upgrade clobbered all my python libraries.
it’s really a good idea to install Python from Pyton.org, and not try to use the Apple-supplied system python – I think you’d be less likely to have stuff clobbered, and Apple has never upgraded python itself.
···
I installed wxPython2.9-osx-2.9.5.0-cocoa-py2.7.dmg