OS X can't open current .pkg release files, and mailto link to subscribe to this is broken.

I downloaded the stable version for OS X, and when I open the .pkg file I get an error message saying the file is damaged and cannot be opened and I must close it.
The development version fails in the same way.

I’m running OS X.8.5

Anybody know how to fix this?

And, the link to join this group by email is wrong. It includes two erroneous leading /s: //wxPython-users+subscribe@googlegroups.com, which of course does not work.

Hi,

···

On 19/09/2013, at 7:46 AM, David Gustavson wrote:

I downloaded the stable version for OS X, and when I open the .pkg file I get an error message saying the file is damaged and cannot be opened and I must close it.
The development version fails in the same way.

I’m running OS X.8.5

Anybody know how to fix this?

See this thread: https://groups.google.com/forum/#!topic/wxpython-users/eWMGMcpmaMM

You can change your GateKeeper security settings in System Preferences, Security and Privacy to “Allow applications downloaded from Anywhere” to bypass the attempted digital signature check which is failing (probably because the PKG was created using an old method which doesn’t include an Info.plist with a CFBundleIdentifier).

Cheers,

James