[python-win32] Turbogears 2.1 with mako

2011-02-07 Thread Vineet Deodhar
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

[python-win32] running py app by doubleclick on Win32

2010-08-05 Thread Vineet Deodhar
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

Re: [python-win32] running a python script on WinXP by icon double-clicking.

2010-08-04 Thread Vineet Deodhar
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

[python-win32] running a python script on WinXP by icon double-clicking.

2010-08-03 Thread Vineet Deodhar
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

[python-win32] shelve / pickle error

2010-06-17 Thread Vineet Deodhar
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

[python-win32] ide for python 3.x

2010-05-16 Thread Vineet Deodhar
  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