I am trying to load documents, which are being loaded into class "webpage", a subclass of class "document" which is mapped to document_table ("should" be Document) via a mapper.

I have not directly or indirectly added a field called "password" to any object so far as I know.

Can you tell me what TypeError: webpage.'password' is an invalid keyword argument for this function means?

 Traceback (most recent call last):
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 5831, in ?
    multitasking.start_oracle()
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 3473, in start_oracle
    server_init()
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 5720, in server_init
    section.get_documents(1)
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 3922, in get_documents
    self.possibly_include_files_from_directory, "")
  File "/usr/lib/python2.4/posixpath.py", line 290, in walk
    func(arg, top, names)
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 4003, in possibly_include_files_from_directory
    self.register(current_filename, directory_name)
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 4021, in register
    self)
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 1365, in get_document
    return webpage(filename, section)
  File "/server1/users/jonathan/creations/inventions/software/insight/alchemy", line 4231, in __init__
    document.__init__(self, filename, section)
  File "build/bdist.linux-i686/egg/sqlalchemy/mapping/mapper.py", line 225, in init
TypeError: webpage.'password' is an invalid keyword argument for this function


--
++ Jonathan Hayward, [EMAIL PROTECTED]
** To see an award-winning website with stories, essays, artwork,
** games, and a four-dimensional maze, why not visit my home page?
** All of this is waiting for you at http://JonathansCorner.com

** If you'd like a Google Mail (gmail.com) account, please tell me!

Reply via email to