Hi,
I have a python script which import some modules like cookielib etc.
If I run that script it works fine but if I run that script from a normal user it throws an error line 3 import cookielib.


Below are the modules which tht script calls . Please help me out Its really urgent.

Code:
    #!/usr/bin/python  
             
    import cookielib  
   import urllib2  
   from getpass import getpass  
   import sys