tkinter help

2006-07-18 Thread groves
hi eveyrbody , i have started working on python tkinter, While I was working on one of the tkinter classes..named listbox widget. I had a slight problem. Now let me tell you that i was able to create a simple listbox which had 6 options which one can select, but Now what I want is that from the av

rollover effect

2006-08-26 Thread groves
hi I am trying to get a roll over effect on my canvas.(this is a virtual program which will eventually fit into my final program) Exactly i have a text on my screen and I want to have a brief discription across it whenever the user takes the mouse on it n hence giving information about the type of

Re: rollover effect

2006-08-26 Thread groves
Simon Forman wrote: > groves wrote: > > hi > > I am trying to get a roll over effect on my canvas.(this is a virtual > > program which will eventually fit into my final program) > > > > Exactly i have a text on my screen and I want to have a brief > > discri

Re: rollover effect

2006-08-26 Thread groves
Sorry, as I am new to python so couldn't understand what yu were asking. Now the problem is that i annot use pmw in my project..is thre anyother alternative by which I can have a rollover mouse effect on the canvas. thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: rollover effect

2006-08-26 Thread groves
Simon Forman wrote: > groves wrote: > > Sorry, as I am new to python so couldn't understand what yu were > > asking. > > Now the problem is that i annot use pmw in my project..is thre anyother > > alternative by which I can have a rollover mouse effect on the canv

Re: rollover effect

2006-08-26 Thread groves
Simon Forman wrote: > groves wrote: > > Sorry, as I am new to python so couldn't understand what yu were > > asking. > > Now the problem is that i annot use pmw in my project..is thre anyother > > alternative by which I can have a rollover mouse effect on the canv

Re: rollover effect

2006-08-26 Thread groves
SuperHik wrote: > groves wrote: > > Simon Forman wrote: > >> groves wrote: > >>> Sorry, as I am new to python so couldn't understand what yu were > >>> asking. > >>> Now the problem is that i annot use pmw in my project..is thre anyo

Re: rollover effect

2006-08-26 Thread groves
Thanks a lot Ill have a look and try solving my problem -- http://mail.python.org/mailman/listinfo/python-list

Re: rollover effect

2006-08-26 Thread groves
Thanks a lot Ill have a look and try solving my problem -- http://mail.python.org/mailman/listinfo/python-list

import function from user defined modules

2006-08-27 Thread groves
Can anybody give me an example of how to import a function of module X in module y. And please if yu can use classes(Object oriented approach) would be great. The problem is that I have created a text on canvas, and now I want that whenever a user right clicks on it, the option COMMAND should invo

import function from user defined modules

2006-08-27 Thread groves
Can anybody give me an example of how to import a function of module X in module y. And please if yu can use classes(Object oriented approach) would be great. The problem is that I have created a text on canvas, and now I want that whenever a user right clicks on it, the option COMMAND should invo

Backup Mailman?

2006-10-30 Thread Karl Groves
Does anyone out there know of a utility that will allow you to backup Mailman (including the subscribers and all messages)? TIA -- Karl Groves www.karlcore.com -- http://mail.python.org/mailman/listinfo/python-list

"unknown encoding: string-escape" in frozen Python

2007-03-02 Thread Jeff Groves
27;m still getting the string-escape error. How can I include the encoding in the freeze? I'm using Python2.3 and the downloadable version of subprocess.py for Python2.3 on Redhat. -Jeff Groves -- http://mail.python.org/mailman/listinfo/python-list

Activating Batch Files from Python

2006-04-18 Thread Jeff Groves
I'm writing a launcher that should do the following: 1. Activate a .bat file to set environmental variables. 2. Start 3 programs, using said environmental variables as arguments. However, I can't get the environmental variables to stick because all of Pythons' system start/open functions split of

Re: Activating Batch Files from Python

2006-04-19 Thread Jeff Groves
>How about sourcing it from a shell, then using that same shell instance >to run the programs? How would I do that? As I've said, I haven't found a Python command that lets you send multiple commands to the same shell yet. If I could, my problem would be solved. -- http://mail.python.org/mailman