Severe mac/python question
September 18, 2009 8:34 PM
Subscribe
So I was fiddling with commands in the python interpreter via the Terminal. I ran this basically, and was messing with the help system.
fileHandle = open ( 'test.txt', 'w' ) ;
fileHandle.write (' asdasd^3 ');
fileHandle.close();
And all of a sudden this application opened. Python shell is it's name, it has no icon. WTF is going on?
posted by emptyinside to computers & internet (3 comments total)
posted by jedicus at 8:47 PM on September 18