Re: [Pydev-code] Pydev and paramiko
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2010-11-10 17:28:38
|
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 <ama...@gm...> 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 > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |