ISFDB banner

All Tags for Monteiro Lobato

You are not logged in. If you create a free account and sign in, you will be able to customize what is displayed.

juvenile fantasy (127), talking animals (92), living toys (29), magic (20), treason (7), female protagonist (6), Peter Pan (5), literary adaptation (5), fantasy (4), crossover (3), One Thousand and One Nights (3), Little Red Riding Hood (3), tom thumb (3), fairy tale (3), Brazil (2), time travel (2), world war ii (2), folklore (2), into-movie (2), Dom Quixote (2), Alice in Wonderland (2), Snow White (2), aladdin (2), Cinderella (2), Red Rose (2), Bluebeard (2), paradidatic work (2), science (2), historical characters (2), sentient toys (2), teletransportation (2), underwater world (2), interspecies marriage (2), Hansel and Gretel (2), talking plants (2), magical objects (2), nationalism (1), Piracy (1), Petroleum (1), juvenile sf (1), alternative history (1), future (1), United States (1), antiracism (1), speculative future (1), science fiction (1), Shrinkage (1), Humankind (1), Mankind (1), Shrinkage of Mankind (1), saci (1), cuca (1), Babylonian mythology (1), Persian mythology (1), greek mithology (1), mythology (1), history (1), astronomy (1), environmentalism (1), jaguars (1), XVI century (1), juvenily fantasy (1), real-world history (1), memories (1), angels (1), Popeye (1), portuguese language (1), grammar (1), mathmatics (1), geography (1), invention (1), Altering nature (1), talking fruits (1), minotaur (1), hercules (1), Greek gods (1), xv b.c.e. (1), iv b.c.e. (1), William Shakespeare (1), cold war (1), atom bomb (1), Radiation poisoning (1), Felix the cat (1), Ugly duckling (1), Lead soldier (1), White Rose (1), Ali baba (1), greek mythology (1), Puss in Boots (1), Pinocchio (1), circus (1), fables (1), roc bird (1), Baron Munchausen (1), same-sex relationship (1), lies (1), chanching nature (1), talking water (1), biases (1), cowardness (1), death (1), biased justice (1), greedness (1), robbing (1), size change (1), crossdressing (1), metamorphosis (1), gigantism (1), Evil stepmother (1), miracle (1), super strength (1), devil (1), Saint (1), Goodness (1), dragon (1), smartness (1), evil mother (1), dengo (1), monsters (1), caucasus folklore (1), Persian folklore (1), good faith (1), Congo folklore (1), Eskimo folklore (1), ingenuity (1), Russian folklore (1), Iceland folklore (1), trust (1), greed (1), revenge (1), Play (1), botanical experiments (1), antirracism (1) --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Tue Apr 30 09:17:59 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/stoecker/isfdb/install/cgi-bin/authortags.cgi in <module>()
     43                 print print_string
     44 
=>   45         print '<p><b>Back to the Summary Bibliography page for %s</b>' % ISFDBLink('ea.cgi', author_id, author_name)
     46 
     47         PrintTrailer('authortags', author_id, author_id)
ISFDBLink = <function ISFDBLink>, author_id = 205393, author_name = 'Monteiro Lobato'
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='ea.cgi', record_id=205393, displayed_value='Monteiro Lobato', brackets=False, argument='', transliterations=None)
    463         # use that function to retrieve transliterations
    464         elif trans_function and str(record_id).isdigit():
=>  465                 trans_values = trans_function(record_id)
    466         # If transliterated values have been found, add them to the link
    467         if trans_values:
trans_values = None, trans_function = <function SQLloadTransAuthorNames>, record_id = 205393
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransAuthorNames(author_id=205393)
   1773 def SQLloadTransAuthorNames(author_id):
   1774         query = "select trans_author_name from trans_authors where author_id=%d" % int(author_id)
=> 1775         db.query(query)
   1776         result = db.store_result()
   1777         row = result.fetch_row()
global db = <_mysql.connection open to '127.0.0.1'>, db.query = <bound method Connection.query of <_mysql.connection open to '127.0.0.1'>>, query = 'select trans_author_name from trans_authors where author_id=205393'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select trans_author_name from trans_authors where author_id=205393')
    237         if isinstance(query, bytearray):
    238             query = bytes(query)
=>  239         _mysql.connection.query(self, query)
    240 
    241     def _bytes_literal(self, bs):
global _mysql = <module 'MySQLdb._mysql' from '/usr/lib64/python2.7/site-packages/MySQLdb/_mysql.so'>, _mysql.connection = <type '_mysql.connection'>, _mysql.connection.query = <method 'query' of '_mysql.connection' objects>, self = <_mysql.connection open to '127.0.0.1'>, query = 'select trans_author_name from trans_authors where author_id=205393'

<class 'MySQLdb._exceptions.ProgrammingError'>: (1146, "Table 'isfdb.trans_authors' doesn't exist")
      args = (1146, "Table 'isfdb.trans_authors' doesn't exist")
      message = ''