Install on Mac OS X fails

Bug #68410 reported by ddahl
4
Affects Status Importance Assigned to Milestone
paramiko
Fix Released
High
Robey Pointer

Bug Description

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.

Revision history for this message
sneJ (jens-mooseyard) wrote :

Confirmed -- this has been biting me too, on both OS X 10.4 (Python 2.3.5) and 10.5 (Python 2.4.3). I haven't been able to find out what this "setup_helper" module is supposed to be.

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

Robey Pointer (robey)
Changed in paramiko:
assignee: nobody → robey
importance: Undecided → High
status: Unconfirmed → Confirmed
status: Confirmed → Fix Committed
Revision history for this message
ddahl (david-ddahl) wrote : Re: [Bug 68410] Re: Install on Mac OS X fails

So have you added the module? what does it do?

Thx,
david

On 10/31/06, Robey Pointer <email address hidden> wrote:
>
> ** Changed in: paramiko (upstream)
> Importance: Undecided => High
> Assignee: (unassigned) => Robey Pointer
> Status: Unconfirmed => Confirmed
>
> ** Changed in: paramiko (upstream)
> Status: Confirmed => Fix Committed
> Target: None => 1.6.3
>
> --
> Install on Mac OS X fails
> https://launchpad.net/bugs/68410
>

Revision history for this message
Robey Pointer (robey) wrote :

On 31 Oct 2006, at 12:45, ddahl wrote:

> So have you added the module? what does it do?

It's a custom tar module for setup.py that John Arbash-Meinel wrote
for us, so paramiko's distribution tarball won't contain a bunch of
resource forks. It probably doesn't matter on other platforms.

robey

Robey Pointer (robey)
Changed in paramiko:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.