Question

  1. Am working on file / folder event capturing of OS X 10.5 and 10.6 versions. My application is developed using Python 3.1.1. Donno whether FSEvents are supported by Python 3.1.1.
    1. If FSEvents are not supported by Python 3.x, is there any other way to do this using Python 3.x?

regards, Kingsley Reuben

Was it helpful?

Solution

Probably not, there aren't that many libraries for Python 3.x yet. It might be easy to adapt some of the Python 2 libraries, though (http://bitbucket.org/nicdumz/fsevents/, for example).

OTHER TIPS

MacFSEvents supports Python 3 as of version 0.3.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top