Python-inotify Installing on Linux

Source: Internet
Author: User

Python-inotify installing 0 Downloads on Linux
$ wget--no-check-certificate https://pypi.python.org/packages/source/p/pathlib/pathlib-1.0.1.tar.gz$ wget-- No-check-certificate Https://bitbucket.org/JanKanis/python-inotify/get/2193c8bdeb3b.zip


1 Ubuntu14.04

python2.7.6

gcc4.8.2

1.1 Pathlib
$ cd pathlib-1.0.1$ sudo python setup.py install
1.2 python-inotify

$ cd jankanis-python-inotify-2193c8bdeb3b$ sudo python setup.py install

1.3 Testing
$ cd jankanis-python-inotify-2193c8bdeb3b/examples$ python simple.py
2 RHEL6.4

python2.7.9

gcc-4.4.7

2.1 Pathlib

# cd pathlib-1.0.1# python setup.py install
2.2 Python-inotify
# cd jankanis-python-inotify-2193c8bdeb3b# python setup.py install

An error occurred, add the following code at the beginning of inotify/_inotify.c:

/* Exclude events on unlinked objects. */
#ifndef In_excl_unlink
# define In_excl_unlink 0x04000000
#endif


Python-inotify Installing on Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.