Steven Lehar
2010-09-09 20:55:52 UTC
I'm having trouble installing on a Windows 64-bit machine.
Downloaded http://www.lag.net/paramiko/download/paramiko-1.7.6.zip ,
unzipped and ran it, and it installed
...Python25\Lib\site-packages\paramiko-1.7.2\
build\
demos\
dist\
docs\
paramiko\
paramiko.egg-info\
tests\
(and a bunch of other files including setup.py)
One folder, paramiko.egg-info, suggests that there is an .egg file, but I
don't find it. Is there an egg? Should I run easy_install?
I tried this under Cygwin...
running build_py
running build_py
running install_lib
running install_egg_info
Removing .../site-packages/paramiko-1.7.2-py2.6.egg-info
Writing .../site-packages/paramiko-1.7.2-py2.6.egg-info
So it looks like everything is installed, and sure enough, when I do...
it imports without error. But if I exit python and start a whole new python
session, then it does NOT work!
...ImportError: No module named paramiko
Can somebody tell me what I am doing wrong?
Steve
Downloaded http://www.lag.net/paramiko/download/paramiko-1.7.6.zip ,
unzipped and ran it, and it installed
...Python25\Lib\site-packages\paramiko-1.7.2\
build\
demos\
dist\
docs\
paramiko\
paramiko.egg-info\
tests\
(and a bunch of other files including setup.py)
One folder, paramiko.egg-info, suggests that there is an .egg file, but I
don't find it. Is there an egg? Should I run easy_install?
I tried this under Cygwin...
cd ...\site--packages\paramiko-1.7.2
python setup.py build
running buildpython setup.py build
running build_py
python setup.py install
running buildrunning build_py
running install_lib
running install_egg_info
Removing .../site-packages/paramiko-1.7.2-py2.6.egg-info
Writing .../site-packages/paramiko-1.7.2-py2.6.egg-info
So it looks like everything is installed, and sure enough, when I do...
import paramiko
session, then it does NOT work!
import paramiko
Can somebody tell me what I am doing wrong?
Steve