Comment 2 for bug 68410

Revision history for this message
Robey Pointer (robey) wrote : Re: [Bug 68410] Install on Mac OS X fails

On 26 Oct 2006, at 8:52, ddahl wrote:

> Public bug reported:
>
> Installing paramiko on Mac OS X fails.
>
> The setup.py references a module that is AWOL:
>
> if sys.platform == 'darwin':
> import setup_helper
> setup_helper.install_custom_make_tarball()
>
> This code causes"ImportError: No module named setup_helper"
>
> I removed the if sys.patform...
>
> ran the installer and all tests pass.

Ooops! I forgot to add setup_helper.py to the manifest. :)

Should be in @407.

robey