[Pythonmac-SIG] Launching Python Scripts?

2006-05-26 Thread Jerry LeVan
Hi, I am trying to get back into python... I am running version 2.4.3 and I generally use Komodo for my IDE. My initial line in my scripts #!/usr/bin/env python works fine from the command line or the IDE, however dragging such a script seems to choke the "PythonLauncher" If I change the init

[Pythonmac-SIG] How can I say...

2006-05-26 Thread Jerry LeVan
Hi, The following is from one of my tcl programs bind $ui_vars(code) { $ui_vars(code) yview scroll -5 units } bind $ui_vars(code) { $ui_vars(code) yview scroll +5 units } $ui_vars(code) is a reference to a Text object. The effect of the code is to enable wheel mouse scrollin

Re: [Pythonmac-SIG] How can I say...

2006-05-26 Thread Jerry LeVan
Hmmm, self.code.bind("",self.code.yview_scroll (-5 ,'units')) works on my linux box but does not appear to work on my mac... Jerry On May 26, 2006, at 6:47 PM, Jerry LeVan wrote: > Hi, > > The following is from one of my tcl programs > > bind $ui_vars(code) { $ui_vars(code) yv

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 37, Issue 28

2006-05-26 Thread Stewart Midwinter
> > From: Jerry LeVan <[EMAIL PROTECTED]> > To: pythonmac-sig@python.org > Date: Wed, 24 May 2006 15:39:48 -0400 > Subject: [Pythonmac-SIG] WhereAmI ? > I can easily pick up modules living in Resources, but > I can't see how to find pure "data" files living in the > the Resources folder. > Jer