[Pydev-code] Pydev and paramiko
Brought to you by:
fabioz
From: Amaury R. <ama...@gm...> - 2010-11-10 17:00:22
|
Hi, I installed paramiko and PyCrypto on my local python (Windows) and I'm able to use the libraries from the command line and the interpreter. How do I get Pydev to see these libraries? I tried adding the paths in Properties->PyDev PYTHONPATH->External Libraries, but the installation paths are: C:\Python27\Lib\site-packages\Crypto C:\Python27\Lib\site-packages\paramiko and neither has a module named after the library, like "paramiko.py", so I get an error in Eclipse saying "ImportError: No module named paramiko" Is there anyone who has experience with this? |