Re: [Pythonmac-SIG] os.getcwd() returns lower case current working directory

2010-11-04 Thread Sean DiZazzo
When formatting a drive last week, I noticed that Mac allows you to format as case-insensitive. Just a guess. On Mon, Nov 1, 2010 at 3:11 PM, Klaasmer wrote: > Hi there, > > when I call os.getcwd() on my Mac under OS X 10.6.4 from my home directory, > the path is converted to lowercase. I get >

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-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