I am installing sftp-cludfiles via pip which seems to install fine according to this log http://pastie.org/private/6yiqvbsq9ipdtxvp6uchha
when trying to use run pidlock i am getting :
chmouel@swift-all-in-one:~$ sftpcloudfs
Traceback (most recent call last):
File "/usr/local/bin/sftpcloudfs", line 4, in <module>
from sftpcloudfs.main import Main
File "/usr/local/lib/python2.6/dist-packages/sftpcloudfs/main.py", line 35, in <module>
from daemon.pidlockfile import PIDLockFile
ImportError: No module named pidlockfile
This is because Ubuntu has a old version of python-pidlock by default which doesn't have a daemon.pidlockfile and take precendence in python path :
http://pastie.org/private/r7ca5l0f7xmk2d47ogcaga
I have work-arounded in ftpcloudfs with using my own in utils.PidFile
I am installing sftp-cludfiles via pip which seems to install fine according to this log http://pastie.org/private/6yiqvbsq9ipdtxvp6uchha
when trying to use run pidlock i am getting :
This is because Ubuntu has a old version of python-pidlock by default which doesn't have a daemon.pidlockfile and take precendence in python path :
http://pastie.org/private/r7ca5l0f7xmk2d47ogcaga
I have work-arounded in ftpcloudfs with using my own in utils.PidFile