views:

191

answers:

2

Hi all,

  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.
  2. If FSEvents are not supported by Python 3.x, is there any other way to do this using Python 3.x?

regards, Kingsley Reuben

A: 

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).

djc
Hi,I hope this could help me. Gotto port the script to Python 3 and try out.Kings
Kingsley Reuben
A: 

Is ter anyone already ported pyfsevents from Python 2.x to Python 3.x

rgds cary

cary
No. FSEvents is not ported to support Python 3.x
Kingsley Reuben