[Pythonmac-SIG] Amateur question about modules

2010-11-03 Thread Pedro Gazzola
"ImportError: No module named tkSnack" I tried to run one script on the Python Launcher and got this import error. So, how can I correctly import this module? And where should I put it, so Python can find it. Thanks for any help. ___ Pythonmac-SIG mail

Re: [Pythonmac-SIG] no module named appscript error

2009-08-16 Thread pedro
On 2009-08-17 00:27:48 -0400, Ned Deily said: In article , Pete wrote: Hi When I create an app using py2app, I get this error: "no module named appscript" When I run the python script that the app is based on, appscript is working fine. Anyone know what would be causing this? appscript is

Re: [Pythonmac-SIG] run python script on another computer's terminal (LAN)

2009-08-12 Thread pedro
On 2009-08-11 17:55:45 -0400, Ned Deily said: In article , Ned Deily wrote: In article <50697b2c0908111235j42440662ic7cdffa611f96...@mail.gmail.com>, Chris Rebert wrote: On Tue, Aug 11, 2009 at 3:25 PM, pedro wrote: Hi, does anyone know how to send a command that is within a

[Pythonmac-SIG] run python script on another computer's terminal (LAN)

2009-08-11 Thread pedro
Hi, does anyone know how to send a command that is within a python script to another computer's terminal. This is what it looks like in Applescript. tell application "Terminal" of machine "eppc://USERNAME:passw...@computer2.local" do script "ls"