praba kar wrote:
> Dear All,
>
> I have one doubt. Is there python.ini
> file like php.ini in Php?
There is no such thing in Python. Python is a programming
language. It doesn't try to be an operating system or a web
server. There are a number of web application toolkits
written in Python,
praba kar wrote:
> Dear All,
>
> I have one doubt. Is there python.ini
> file like php.ini in Php?
[EMAIL PROTECTED] ~ $ python -h
usage: python [option] ... [-c cmd | file | -] [arg] ...
(snip)
PYTHONSTARTUP: file executed on interactive startup (no default)
(snip)
I guess this is the clo
I think it depends on your os variables
--
http://mail.python.org/mailman/listinfo/python-list
Dear All,
I have one doubt. Is there python.ini
file like php.ini in Php?
Actually php.ini file controls many aspects of
PHP's behavior. The following details of php.ini
will explain about it.
max_execution_time = 5000 ; Maximum execution time
of each script, in seconds (UN