Ticket #2 (assigned defect)
pyinotify doesn't work with local version of python
| Reported by: | anonymous | Owned by: | seb |
|---|---|---|---|
| Priority: | minor | Keywords: | |
| Cc: |
Description
pyinotify works fine for using the system wide version of python. But for a particular application I need it to run with a version of python installed in the $HOME directory.
paul@apt:~/fred.current$ python -m pyinotify -v
Traceback (most recent call last):
File "/home/paul/lib/python2.5/runpy.py", line 95, in run_module
filename, loader, alter_sys)
File "/home/paul/lib/python2.5/runpy.py", line 52, in _run_module_code
mod_name, mod_fname, mod_loader)
File "/home/paul/lib/python2.5/runpy.py", line 32, in _run_code
exec code in run_globals
File "build/bdist.linux-i686/egg/pyinotify.py", line 1751, in <module>
File "build/bdist.linux-i686/egg/pyinotify.py", line 1714, in command_line
File "build/bdist.linux-i686/egg/pyinotify.py", line 1258, in init
File "/home/paul/lib/python2.5/ctypes/init.py", line 361, in getattr
func = self.getitem(name)
File "/home/paul/lib/python2.5/ctypes/init.py", line 366, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError?: python: undefined symbol: inotify_init