x27;t locate any convincing result.)
Thanks,
Vineet.
Best regards,
Vineet Deodhar
0 9270012422 (Sales)
0 9420 6767 41 (Service)
0233-2300136 (Residence)
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/ma
4 Aug 2010 09:56:21 -0700
From: Tim Roberts
To: Python-Win32 List
Subject: Re: [python-win32] running a python script on WinXP by icon
double-clicking.
Message-ID: <4c599bb5.7050...@probo.com>
Content-Type: text/plain; charset="ISO-8859-1"
Vineet Deodhar wrote:
> I have
wrote:
From: Kevin Horn
Subject: Re: [python-win32] running a python script on WinXP by icon
double-clicking.
To: "Vineet Deodhar"
Date: Wednesday, 4 August, 2010, 12:11
First check that .py or .pyw files are associated with the proper executables.
from an explorer window, choose
I have created a py2.6 script for a simple GUI with Tkinter.
Saved it with .py extension and also as .pyw extension.
filename is entry.py
[CODE]
from Tkinter import *
from quitter import Quitter
def fetch():
print('Input => "%s"' % ent.get())
root = Tk()
ent = Entry(root)
ent.show='@'
ent.in
Hi !
I am using python ver 2.6.5
Trying to use shelve to save an object on the disc.
=
In the code
# There are 'Person' & 'Manager' classes.
# I created instance objects a,b,c from these classes.
from person import Person, Manager
a = Person('A A')
b = Person('B
Does anybody know whether an IDE (open-source) is available which supports
Python 3.x and GUI toolkit?
Vineet Deodhar
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32