Re: Python ?? Curiouser couriouser

2010-05-05 Thread gifutiger
wrote: Try that lsof command using a lowercase python.  That will show you   if anything is using an embedded framework. lsof | grep python Better: lsof | grep -i python Catches any case variation. -- Bruce Johnson University of Arizona College of Pharmacy Information Technology

Re: Python ?? Curiouser couriouser

2010-05-04 Thread cad
Update 5/4/10 Using suggested Terminal commands from Bruce Dan, I combined things. I entered in Terminal sudo lsof | grep Python openfiles.txt Terminal then gave a caution message, accepted my password, and ran the command. I then went looking for the for the output file, found

Re: Python ?? Curiouser couriouser

2010-05-04 Thread cad
5/4/10 7:10 PM Well, it's back more diagnostic measures later. Chuck On May 4, 2010, at 3:17 PM, cad wrote: Update 5/4/10 Using suggested Terminal commands from Bruce Dan, I combined things. I entered in Terminal sudo lsof | grep Python openfiles.txt Terminal then gave

Re: Python ?? Curiouser couriouser

2010-05-04 Thread Dan
At 7:10 PM -0400 5/4/2010, cad wrote: 5/4/10 7:10 PM Well, it's back more diagnostic measures later. Check your system and console logs for Python errors. That might point to what app be using it. Do you have Dropbox running? It's written in Python. As is Mercurial... Try

Re: Python ?? Curiouser couriouser

2010-05-04 Thread Bruce Johnson
On May 4, 2010, at 7:28 PM, Dan wrote: Try that lsof command using a lowercase python. That will show you if anything is using an embedded framework. lsof | grep python Better: lsof | grep -i python Catches any case variation. -- Bruce Johnson University of Arizona College

Python ??

2010-05-03 Thread cad
MDD OSX.4.11 Activity monitor running, down the list of running processes, Python shows up with a red 'not responding' comment. Starting immediately after booting, Python is OK, shortly after starting 'Mail' it shows up as 'Not Responding'. Doesn't seem to be causing a problem

Re: Python ??

2010-05-03 Thread Bruce Johnson
On May 3, 2010, at 3:31 PM, cad wrote: MDD OSX.4.11 Activity monitor running, down the list of running processes, Python shows up with a red 'not responding' comment. Starting immediately after booting, Python is OK, shortly after starting 'Mail' it shows up as 'Not Responding

Re: Python ??

2010-05-03 Thread cad
On May 3, 2010, at 6:42 PM, Bruce Johnson wrote: On May 3, 2010, at 3:31 PM, cad wrote: MDD OSX.4.11 Activity monitor running, down the list of running processes, Python shows up with a red 'not responding' comment. Starting immediately after booting, Python is OK, shortly after

Re: Python ??

2010-05-03 Thread Bruce Johnson
or WindowServer? WindowServer is a crucial part of OS X. I don't know why it would be running a Python script, though -- Bruce Johnson University of Arizona College of Pharmacy Information Technology Group Institutions do not have opinions, merely customs -- You received this message

Re: Python ??

2010-05-03 Thread Dan
At 6:31 PM -0400 5/3/2010, cad wrote: MDD OSX.4.11 Starting immediately after booting, Python is OK, shortly after starting 'Mail' it shows up as 'Not Responding'. What InputManagers do you have installed? Any Mail plug-ins? At 3:42 PM -0700 5/3/2010, Bruce Johnson wrote: sudo lsof

Re: Python ??

2010-05-03 Thread cad
processes shown by 'Activity Monitor'. Windows Server or WindowServer? WindowServer My bad!! WindowServer is a crucial part of OS X. I don't know why it would be running a Python script, though -- Bruce Johnson Chuck -- You received this message because you are a member of G-Group

Re: Python ??

2010-05-03 Thread cad
On May 3, 2010, at 8:47 PM, Dan wrote: At 6:31 PM -0400 5/3/2010, cad wrote: MDD OSX.4.11 Starting immediately after booting, Python is OK, shortly after starting 'Mail' it shows up as 'Not Responding'. What InputManagers do you have installed? Nothing added to OSX.4.11 Any