audio - python install snack package -


i have problem installing snack. have windows 7 , python 2.7.6. when istall it, output:

c:\python27\lib\site-packages>setup.py install running install running build running build_py creating build creating build\lib copying tksnack.py -> build\lib running install_lib running install_egg_info removing c:\python27\lib\site-packages\tksnack-2.2.10-py2.7.egg-info writing c:\python27\lib\site-packages\tksnack-2.2.10-py2.7.egg-info 

but when run program snack, error:

traceback (most recent call last):   file "c:\python27\projekty\speech.py", line 1, in <module>     snack import * importerror: no module named snack 

is there solution? thank you

you need install newt or snack in windows. not python binding library.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -