Re: [Pythonmac-SIG] py2applet--is it really this easy?

2005-04-23 Thread Bob Ippolito
On Apr 24, 2005, at 12:20 AM, Kevin Walzer wrote: In anticipation of repackaging my Python developer tools for Tiger, I gave py2applet (the gui droplet) a try, since I wasn't quite sure how it worked. I had been playing with a PyQt app called mindmap, so I decided to use this as a test case. I dra

[Pythonmac-SIG] py2applet--is it really this easy?

2005-04-23 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In anticipation of repackaging my Python developer tools for Tiger, I gave py2applet (the gui droplet) a try, since I wasn't quite sure how it worked. I had been playing with a PyQt app called mindmap, so I decided to use this as a test case. I dragged

Re: [Pythonmac-SIG] appscript: click command not working

2005-04-23 Thread Demian Godon
Thanks.  The workaround works.  I'll be curious to hear how this gets resolved. -D has wrote: Demian Godon wrote: Question from a newbie (to both applescript and python): Can someone please explain why the following script does not cause the "Start Server" button to be clicked?

Re: [Pythonmac-SIG] converting file paths between HFS and POSIX formats

2005-04-23 Thread has
Larry Meyn wrote: >On Apr 22, 2005, at 7:00 PM, Bob Ippolito wrote: > > >> There are still some scriptable applications that only deal with HFS > >> paths, so I would vote for including conversion options if it's no > >> too much trouble. However, the need will decrease with time. > >> (Although

Re: [Pythonmac-SIG] appscript: click command not working

2005-04-23 Thread has
Demian Godon wrote: >Question from a newbie (to both applescript and python): >Can someone please explain why the following script does not cause the >"Start Server" button to be clicked? > >app('/Applications/Utilities/OSXvnc.app').activate() >app('System >Events').application_processes['OSXvnc'

[Pythonmac-SIG] appscript: click command not working

2005-04-23 Thread Demian Godon
Question from a newbie (to both applescript and python): Can someone please explain why the following script does not cause the "Start Server" button to be clicked? #!/usr/bin/pythonw from appscript import * app('/Applications/Utilities/OSXvnc.app').activate() app('System Events').application_p

Re: [Pythonmac-SIG] converting file paths between HFS and POSIX formats

2005-04-23 Thread Larry Meyn
On Apr 22, 2005, at 9:08 AM, has wrote: I'm not sure how useful HFS path conversion options will really be; it seemed an idea to put it in for completeness' sake, but perhaps it's just overkill? There are still some scriptable applications that only deal with HFS paths, so I would vote for inclu

Re: [Pythonmac-SIG] converting file paths between HFS and POSIX formats

2005-04-23 Thread Bob Ippolito
On Apr 22, 2005, at 9:39 PM, Larry Meyn wrote: On Apr 22, 2005, at 9:08 AM, has wrote: I'm not sure how useful HFS path conversion options will really be; it seemed an idea to put it in for completeness' sake, but perhaps it's just overkill? There are still some scriptable applications that only

[Pythonmac-SIG] Repackaging for Tiger?

2005-04-23 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've gotten some inquiries from users about my Python packages--PyQt in particular--and whether they will run on Tiger. Is it safe to say that Python stuff built/packaged against 2.3 on Panther will probably need to be repackaged for Tiger, assuming Tig