Re: [Pythonmac-SIG] Cleanest way to access IOKit from Python?

2006-01-04 Thread Bob Ippolito
On Jan 4, 2006, at 7:45 PM, David Warde-Farley wrote: > I've been grokking the mailing list archives and I can't seem to find > anything but vague references to IOKit. > > Basically, I want to mess with a USB Input device (it acts kind of > like a keyboard wedge) directly. It seems like the best

[Pythonmac-SIG] Cleanest way to access IOKit from Python?

2006-01-04 Thread David Warde-Farley
I've been grokking the mailing list archives and I can't seem to find anything but vague references to IOKit. Basically, I want to mess with a USB Input device (it acts kind of like a keyboard wedge) directly. It seems like the best way to do this would be through IOKit. The question is, can

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Bob Ippolito
On Jan 4, 2006, at 3:02 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> There's already two relevant wikis (python.org, pythonmac.org), what >> would a CMS do differently? > > What it might to differently is make it easier to maintain the main > front-page web site, but I don't think we ne

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Christopher Barker
Bob Ippolito wrote: > There's already two relevant wikis (python.org, pythonmac.org), what > would a CMS do differently? What it might to differently is make it easier to maintain the main front-page web site, but I don't think we need it. Bob, Are you the webmaster of pythonmac.org? If so, h

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Jan Erik Moström
Bob Ippolito <[EMAIL PROTECTED]> 2006-01-04 21:51: > There's already two relevant wikis (python.org, pythonmac.org), what > would a CMS do differently? Nothing ... I just need to read the pages and realize that there already is a wiki there ;-) jem -- Jan Erik Moström, www.mos

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Bob Ippolito
On Jan 4, 2006, at 9:29 AM, Jan Erik Moström wrote: > Mark Asbach <[EMAIL PROTECTED]> 2006-01-04 12:08: > >> I would invest some time and effort in revising documentation, but >> since I'm dependent or your knowledge and experience, this is a call >> for discussion / participation. What is your o

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Jan Erik Moström
Mark Asbach <[EMAIL PROTECTED]> 2006-01-04 12:08: > I would invest some time and effort in revising documentation, but > since I'm dependent or your knowledge and experience, this is a call > for discussion / participation. What is your opinion? I'm in a similar situation, I would like to spe

[Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Christopher Barker
Mark, Thank you so much for taking a lead on this: it is sorely needed. Mark Asbach wrote: > Maybe it would be helpful to not distribute PackageManager with the > MacPython installer package any longer I'm not sure the MacPython installer has anything in it that's truly useful anymore. I know

[Pythonmac-SIG] MacPython documentation and webpages

2006-01-04 Thread Mark Asbach
Hi MacPython community, I've been a python user for two years now and a Macintosh user for even more years. However, I did'n use python on the Mac extensively as I have cross-platform projects that bring their own (unix-flavour) python install. This week I tried to get up and running with a

Re: [Pythonmac-SIG] Newbie troubles with MacPython 2.4.1 / Tiger 10.4.3

2006-01-04 Thread Mark Asbach
Hi Christopher, hi Bob, >> Then I started up the PackageManager and tried to get those >> modules that I need. > > PackageManager is no longer being maintained. You can find a lot of > packages (including numarray) at: > > http://www.pythonmac.org/packages/ thanks a lot for the quick answers