[Pythonmac-SIG] Correct owner and group in python directory

2010-12-14 Thread Vincent Davis
Depending on how I instal modules into python I get different owner and group settings. Basically either I am the owner with the group being admin or root is the owner with admin group again. What is "correct" ideally. I as because I am working on a project to package some python modules into a ins

Re: [Pythonmac-SIG] Accessing the iTunes database directly?

2010-12-14 Thread has
[Pythonmac-SIG] Accessing the iTunes database directly? David Stokes wrote: > Can the iTunes library database be accessed directly via Python? No. Your only options are the Apple event interface and the read-only XML file in your iTunes library. > What I want to do are some fairly basic manipula

Re: [Pythonmac-SIG] Accessing the iTunes database directly?

2010-12-14 Thread Ned Deily
In article <21b38dbc-8071-6179-89c7-b9cbb050a...@me.com>, David Stokes wrote: > Can the iTunes library database be accessed directly via Python? What I want > to do are some fairly basic manipulations of the data but using the scripting > API (from both appscript and AppleScript) was ridiculous

[Pythonmac-SIG] Accessing the iTunes database directly?

2010-12-14 Thread David Stokes
Can the iTunes library database be accessed directly via Python? What I want to do are some fairly basic manipulations of the data but using the scripting API (from both appscript and AppleScript) was ridiculously slow; operations that took seconds in comparable manipulations of a SQLite database o

Re: [Pythonmac-SIG] utf-8 using python 2.6.1 (os x 10.6.4)

2010-12-14 Thread Jym Feat
At 11:23 -0800 13/12/10, Ned Deily wrote: > please try using the python.org 32-bit-only python 2.7.1 installer which is > linked with GNU readline and then the python.org 64-bit python 2.7.1 which is > currently linked with editline. If the problem is duplicated there, please > open an issue on