[Tkinter-discuss] Python with Snack

Michael Lange klappnase at web.de
Thu Dec 3 16:40:14 CET 2009


Hi,

On Wed, 2 Dec 2009 19:25:32 -0800 (PST)
chachachacha <chao.albert at gmail.com> wrote:

> 
> Hi everyone,
> 
> I have been trying to install the Snack library (so I can run it with
> Python 2.5.4).  I have Windows Vista and have been trying to install
> through the command line.  I have downloaded the source release for
> Snack Version 2.2.10 from the page
> http://www.speech.kth.se/snack/download.html
> 
> The downloaded folder is on my desktop in a folder called snack.
> Through the command line, I tried to install the program:
> C:\Users\user\Desktop\snack\python\setup.py install
> 
> It returns with:
> running install
> running build
> running build_py
> file tkSnack.py (for module tkSnack) not found
> file tkSnack.py (for module tkSnack) not found
> running install_lib
> warning: install_lib: 'build\lib' does not exist --no Python modules
> to install
> 
> running install_egg_info
> Writing C:\Python25\Lib\site-packages\tkSnack-2.2.10-py2.5.egg-info
> 
> I've also just tried to do:
> C:\Users\user\Desktop\snack\python\python.py install
> This didn't work either
> 
> I am very inexperienced in programming but am very eager to learn.  I
> know this is something really simple but it would be great if someone
> could point out what I am doing wrong.
> 

I don't know what's going wrong here, but I think it should be fine to
simply copy the tkSnack module into Python's site-packages folder.

I hope this helps

Michael


More information about the Tkinter-discuss mailing list