Results 1 to 1 of 1
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 ...
- 07-04-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 8
Unable to run python script from normal user
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


Reply With Quote