Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module name resource #148

Closed
vikramrajsitpal opened this issue Aug 2, 2017 · 2 comments
Closed

No module name resource #148

vikramrajsitpal opened this issue Aug 2, 2017 · 2 comments

Comments

@vikramrajsitpal
Copy link

Hello,
I was just using Exscript on windows 10 and turns out this issue is still there. Windows 7 did NOT throw any such error though. Can I please get an insight into this issue?
I could successfully install the module on Win10 but on running my first test, this issue popped up.
I am using Exscript 2.3.2, paramiko 2.2.1
from Exscript.protocols import Telnet, Exception File "C:\Python27\lib\site-packages\Exscript\__init__.py", line 34, in <module> from Exscript.Queue import Queue File "C:\Python27\lib\site-packages\Exscript\Queue.py", line 40, in <module> from Exscript.util.decorator import get_label File "C:\Python27\lib\site-packages\Exscript\util\decorator.py", line 28, in <module> from Exscript.protocols.Exception import LoginFailure File "C:\Python27\lib\site-packages\Exscript\protocols\__init__.py", line 28, in <module> from Exscript.protocols.SSH2 import SSH2 File "C:\Python27\lib\site-packages\Exscript\protocols\SSH2.py", line 34, in <module> from paramiko.resource import ResourceManager ImportError: No module named resource

@knipknap
Copy link
Owner

knipknap commented Aug 2, 2017

Thanks for the report! For a solution please see #145

@knipknap knipknap closed this as completed Aug 2, 2017
@vikramrajsitpal
Copy link
Author

Thanks @knipknap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants