Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4307464
By: aotlee

I have enjoyed using many built in modules so far in my coding -- however, I
felt it was time to add a new one, for use with creating/manipulating sounds
in Tkinter (in this case, tkSnack).

I believe I have installed it correctly, as it works in the Terminal well 
enough.
However, I went to configure Pydev, adding the lib folder (where I put 
tkSnack.py)
to my PYTHONPATH, but it doesn't seem to work. I am able to import the module
without errors but not able to use any of its functions. I get the message:

NameError: name 'initializeSnack' is not defined 

The same goes for any other function I try (e.g., Sound).

Is it possible that I added the wrong folder, or should I have done something
else entirely?

If anyone has any suggestions, I would really appreciate them.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to