When I run the script on server,only HTML part gets executed.
But the python code appears as it is on the screen in the text format.
How to run the CGI script on web server using Python2.4.3?
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
I am going to work on Python 2.4.3 and MSSQL database server on
Windows platform.
But I don't know how to make the connectivity or rather which module to
import.
I searched for the modules in the Python library, but I couldn't find
which module to go for.
Please help me out!
--
http://ma
hi all,
i am accessing sql+ database through python 2.4.3.
i am using Tkinter to build my screens.
how can i pass parameters on the click event of button from one
function to the another?
how can i run another file from current file?
--
http://mail.python.org/mailman/listinfo/python-list
hi all,
i am accessing sql+ database through python 2.4.3.
i am using Tkinter to build my screens.
how can i pass parameters on the click event of button from one
function to the another?
how can i run another file from current file?
arvind
--
http://mail.python.org/mailman/listinfo
how to make the widgets defined inside the function available outside
it without using OOPs concept?
--
http://mail.python.org/mailman/listinfo/python-list
how to make the widgets defined inside the function available outside
it without using OOPs concept?
--
http://mail.python.org/mailman/listinfo/python-list
how to make the widgets defined inside the function available outside
it without using OOPs concept?
--
http://mail.python.org/mailman/listinfo/python-list
How to pass the variables defined inside the function to the another
function on click event of the button in Tkinter?
pleas send me a sample code if anybody has it.
thanx
--
http://mail.python.org/mailman/listinfo/python-list
Hi
thanx for replynig.
but functios are independent
and the button is inside one of the functions.
will u please reshape ur code and send it to me?
thank u.
Fredrik Lundh wrote:
> arvind wrote:
>
> > How to pass the variables defined inside the function to the another
> > funct
please send it to-[EMAIL PROTECTED]
Fredrik Lundh wrote:
> "arvind" <[EMAIL PROTECTED]> wrote:
>
> > thanx for replynig.
> > but functios are independent
> > and the button is inside one of the functions.
> > will u please reshape ur code and s
hi all,
i've created the myclass instance and calles the "function second()".
i want to access the text entered in 'w' through Entry widget in
"function third()"
i am getting the 'fuction not having 'w' attribute error.
how to overcome it?
cl
hi all,
i want to inctrease the window size in python and make it as big as
normal window.
at the same time i want to change the background colour of the screen.
what's the solution?
--
http://mail.python.org/mailman/listinfo/python-list
hi all,
how to get out of the python shell which is executing a command?
how to use images in the background of a page in Tkinter?
--
http://mail.python.org/mailman/listinfo/python-list
? Note that I'm calling
> > gc.collect() regularly.
>
> You're misunderstanding the purpose of Pythons GC. Python is
> refcounted. The GC exists only to find and break reference cycles. If
> you don't have ref cycles, the GC doesn't do anything and you could
&
up so frequently. Please let me know if there is a way to resolve this, I
was not able to find a solution through Google or your website. Thank you in
advance for your help.
Best regards,
Arvind Vallabhaneni
--
https://mail.python.org/mailman/listinfo/python-list
l instances (and
don't need to access instance attributes) should be declared as class
methods.
- Class attributes are also useful to *share state* among various
instances (so that they can co-operate). Such "sharing functionality"
is mostly implemented as class methods.
It's
O is buffered and you need to flush()/close()
the file. Otherwise data may not get written until python interpreter exits.
if file('/proc/%s/cmdline' % pid).read().endswith('python'):
>
> os.system('kill %s' % pid)
>
Are you sure about end
appily flush(), close() and forget
> it ever happened...
>
Yes, the GC will flush()/close() the file properly. My mistake, sorry about
that.
--
Regards,
Arvind
--
http://mail.python.org/mailman/listinfo/python-list
Win2k System Administration Experience a Plus
>
> ยท Need to migrate from version 2.3 to latest version of Python
>
> Hourly Pay rate: $85-$100/hr
>
> If interested, please send a Word copy of your resumeto
> [EMAIL PROTECTED] with your expected hourly rate, availability,
19 matches
Mail list logo