[paramiko] setting up paramiko OS X
Adam Mercer
ramercer at gmail.com
Fri Mar 13 10:07:31 PDT 2009
On Thu, Mar 5, 2009 at 00:08, Alokin Nollahwe <alokin.nollahwe at gmail.com> wrote:
> If someone has installed and used paramiko on OS X before, I would
> really like some help. I have installed paramiko via macports, using
> "sudo port install py-paramiko," but when I do "import paramiko" in
> python, it simply says "module paramiko not found."
You're probably using the system python, and MacPorts uses its own
python. Use the python_select port to set the MacPorts as your default
python and all should be good.
Cheers
Adam
More information about the paramiko
mailing list