Hi! I get an strange error using LocalFS in a python-product. I used following code: from Products.LocalFS.LocalFS import manage_addLocalFS def addLocalFS(self, id, title, basepath, username=None, password=None, REQUEST=None): manage_addLocalFS(self, id, title, basepath, username=None, password=None, REQUEST=None) def manage_addUPortal(self,id,title,base_location,basepath,RESPONSE=None): ... # Add LocalFS addLocalFS(newObj.Linkliste, 'Bilder', 'Bilderordner auf lokalem Filesystem', basepath) What is the error? Kind regards! Philipp Giere, uib BSZ Umweltressort Hessen Tel.: +49 611 340 616 Fax.: +49 611 340 663
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
participants (2)
-
Dieter Maurer -
Philipp Giere