Tagged Questions

0
votes
0answers
35 views

What is FakeSMC.kext and how do you install it?

So I have searched Google high and low and find lots of hits but nothing that in plain terms explains what this .kext does, or how / where to install it. I have a Gigabyte ep45-ud3 …
0
votes
3answers
105 views

Installing mod_python on Snow Leopard

I'd rather not use Macports. Simply cause Macport replaces (installs another Apache in /opt/local/bin) the default installation of Apache. And that would mean having ports install/ …
0
votes
2answers
70 views

Finder Plugin in Snow Leopard

Hi, Since the Finder in Snow Leopard has been rewritten to use Cocoa instead of Carbon, I'd like to know if there's a new API to write Finder plugins. The old way involved writing …
0
votes
2answers
32 views

How to get blocks/grand central dispatch working in Snow Leopard

How do I get blocks/grand central dispatch working in Snow Leopard? It appears that the library is not installed by default: when I try to do #include <dispatch/dispatch.h>, …
0
votes
2answers
83 views

locale.getlocale() problems on OSX

I need to get the system locale to do a number of things, ultimately I want to translate my app using gettext. I am going to distribute it on both Linux and OSX, but I ran into pro …
0
votes
3answers
100 views

permissions for running passenger on OS X 10.6

I'm not sure how to set permissions for Passenger on OSX. I have gotten through the install fine, but I understand now that Passenger runs as whoever owns environment.rb. That's my …
1
vote
1answer
106 views

py2app dropping wxpython (Snow Leopard)

After upgrading to Snow Leopard, I'm having trouble building my application. It looks like py2app is building and copying over wxPython, but when I run from the buld app, it can't …
0
votes
1answer
50 views

CoreImage patches problems in 10.6

Hi All, In 10.6 with some systems CoreImage CIPerspectiveTransform (And other api's too) results in colored patches in output image. (It seems like hardware related issue And it …
3
votes
2answers
500 views

Set Snow Leopard to use python 2.5 rather than 2.6

I just upgraded to Snow Leopard and I'm trying to get it to use the old python 2.5 install. I had with all my modules in it. Does anyone know how to set the default python instal …
0
votes
0answers
29 views

Strip metadata from files in Snow Leopard

I found the command "mdls" which will show the metadata but I can't see how to delete it. I want to get rid of the comments "kMDItemFinderComment", "kMDItemWhereFroms" from my fil …