Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Tue, Jul 05, 2011 at 09:14:19PM +0200, Andreas Mantke <maand@gmx.de> wrote:
  Module collective.psc.blobstorage, line 45, in set
TypeError: __init__() takes exactly 2 arguments (1 given)

I don't know yet, how to solve this Python error. I hope someone with Python 
knowledge could help me at this point.

Python knowledge on its own won't be enough - the error is about the
given source code line tries to call the constructor of an object, where
the constructor takes two arguments, and only one is given (in fact
zero, the first argument is always self).

Somebody with Plone knowledge has to decide if it's a fault of the
caller of the callee, etc. :)

Attachment: pgplNeJf7inbx.pgp
Description: PGP signature


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.