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 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 it like /Library/Tcl. Google can direct you to download sites.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to