When I use absolute paths (os.path.abspath) or real paths (os.path.realpath) or 
even relative paths (../../toto) it doesn't work.
It only works when I use only the file name.

I don't think permissions are the problem because I tried the with the same 
file in the current folder and then in the parent folder and it works for the 
first and it doesn't for the latter...

I'm on a Linux workstation accessing hard drives physically stored in a data 
center elsewhere.
Can this be the problem ? I would think not because if it works for a file in 
the current folder it should work for the parent folder as well since both are 
in the same hard drive/filer ...

Any insight anyone ?
Cheers
Rui


-----Message d'origine-----
De : [email protected] 
[mailto:[email protected]] De la part de Hans Meine
Envoyé : vendredi 10 décembre 2010 10:48
À : [email protected]
Objet : Re: [PyQt] Problem with QFileSystemWatcher

Am Freitag 10 Dezember 2010, 10:36:22 schrieb NARCISO, Rui:
> In fact I had already tried that syntax without any success.
> 
> Further tests showed that in fact I am able to "watch" a file if it's in
> the same folder as my application, ie, if the path that I add to the
> watcher is just the name of the file with no other folder/levels.
> 
> As soon as I try to watch a file elsewhere, it simply does nothing ...
> 
> Why would this happen ?

Are you always using absolute paths?

What kind of permissions do you have on the target?  (Naively, I would have 
thought that this does not matter, but maybe it does nevertheless..)

Best,
  Hans
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

This mail has originated outside your organization, either from an external 
partner or the Global Internet.
Keep this in mind if you answer this message.



The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other than the addressee. Access to this e-mail by 
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to