Re: Any ideas why Axiom is acting odd?

Robert Gravina <[email protected]> Wed, 28 Jun 2006 00:33:55 -0600
Newsgroups gmane.comp.python.quotient.dev
Message-ID <[email protected]>
Curiously, when I run that library example (with all Items in a  
different module and imported into __main__) with debugging turned  
on, just before the traceback we get this:

** SELECT oid, module, typename, version FROM main.axiom_types --
   lastrow: None
   result: [(1, u'library_items', u'lending_library', 1), (2, None,  
None, None)]

SCHEMA: 1 library_items lending_library 1

SCHEMA: 2 None None None

Other examples (and my code) gives simlar results. It's like only one  
of the schemas is getting stored correctly.

You might want to glance at what I did to the library.py example to  
make sure it's OK.

Robert