In this case, you shouldn't add the directories Crypto and paramiko to
the pythonpath if you're going to import them (you should only have
C:\Python27\Lib\site-packages\ in the pythonpath in this case).

Cheers,

Fabio

On Wed, Nov 10, 2010 at 2:59 PM, Amaury Rodriguez
<amaury.rodrig...@gmail.com> wrote:
> 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?
>
>
> ------------------------------------------------------------------------------
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> _______________________________________________
> pydev-code mailing list
> pydev-code@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-code
>
>

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to