Dave Opstad wrote:
> In article <[EMAIL PROTECTED]>,
> Kevin Walzer <[EMAIL PROTECTED]> wrote:
>
>> I'm having difficulty structuring a Tkinter menu entry. Here is the
>> command in question:
>>
>> self.finkmenu.add_command(label='Update List of Packages',
>> command=self.authorizeCommand(self.
[EMAIL PROTECTED] wrote:
> On Mar 30, 2:32 pm, Kevin Walzer <[EMAIL PROTECTED]> wrote:
>> I'm having difficulty structuring a Tkinter menu entry. Here is the
>> command in question:
>>
>> self.finkmenu.add_command(label='Update List of Packages',
>> command=self.authorizeCommand(self.scanPackages))
On Mar 30, 2:32 pm, Kevin Walzer <[EMAIL PROTECTED]> wrote:
> I'm having difficulty structuring a Tkinter menu entry. Here is the
> command in question:
>
> self.finkmenu.add_command(label='Update List of Packages',
> command=self.authorizeCommand(self.scanPackages))
>
> When I start my program, it
On Mar 30, 2:32 pm, Kevin Walzer <[EMAIL PROTECTED]> wrote:
> I'm having difficulty structuring a Tkinter menu entry. Here is the
> command in question:
>
> self.finkmenu.add_command(label='Update List of Packages',
> command=self.authorizeCommand(self.scanPackages))
>
> When I start my program, it
In article <[EMAIL PROTECTED]>,
Kevin Walzer <[EMAIL PROTECTED]> wrote:
> I'm having difficulty structuring a Tkinter menu entry. Here is the
> command in question:
>
> self.finkmenu.add_command(label='Update List of Packages',
> command=self.authorizeCommand(self.scanPackages))
>
> When I st
I'm having difficulty structuring a Tkinter menu entry. Here is the
command in question:
self.finkmenu.add_command(label='Update List of Packages',
command=self.authorizeCommand(self.scanPackages))
When I start my program, it crashes because it's trying to run the
command self.authorizeCommand