Python easyprocess import error on Windows 7 as non-admin user -
i having trouble import statement on python script running different user on computer.
i installed following on computer admin
- windows x86 activepython=2.7.8.10 on win 7
- pyscreenshot-0.3.4
- pil-1.1.7
and tested script ran fine. log in different user not have admin , module not found error easyprocess when trying import pyscreenshot. know:
- i have easyprocess-0.1.9.py2.7.egg in lib\site-packages directory
- i granted "full control" of python directory non-admin user, in cases there permissions issue
- my py script not import easyprocess directly, indirectly imported pyscreenshot.
- my script runs fine other account when "runas /user" same computer.
suggestions?
Comments
Post a Comment