Re: [Pythonmac-SIG] Amateur question about modules

2010-11-05 Thread Russell E. Owen
In article <4cd2e712.9080...@noaa.gov>, Christopher Barker wrote: > On 11/3/10 3:30 PM, Kevin Walzer wrote: > >> So, how can I correctly import this module? > >> And where should I put it, so Python can find it. > > > TkSnack is a Tkinter wrapper for the Snack sound library. You'll need to > >

Re: [Pythonmac-SIG] Amateur question about modules

2010-11-04 Thread Christopher Barker
On 11/3/10 3:30 PM, Kevin Walzer wrote: So, how can I correctly import this module? And where should I put it, so Python can find it. TkSnack is a Tkinter wrapper for the Snack sound library. You'll need to install TkSnack in your site-packages path and Snack in a place where Tkinter can find

Re: [Pythonmac-SIG] Amateur question about modules

2010-11-04 Thread Russell E. Owen
In article <4cd1e274.9000...@codebykevin.com>, Kevin Walzer wrote: > On 11/3/10 4:32 PM, Pedro Gazzola wrote: > > "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

Re: [Pythonmac-SIG] Amateur question about modules

2010-11-03 Thread Kevin Walzer
On 11/3/10 4:32 PM, Pedro Gazzola wrote: "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. TkSnack is a Tkinter

[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