Philipp Giere writes:
> I get an strange error using LocalFS in a python-product.
You forgot to tell us something very essential: what error you got...
Most errors produce exceptions which in turn show tracebacks.
For such errors, we need at least:
Error Type
Error Value
the traceback
The code that produced the error is also helpful (you have been
aware of this).
Dieter