Odd Error in sapdb__init__.py fast ascii

"Post, Mark K" <[email protected]> Wed, 29 Jan 2003 13:24:41 -0500
Newsgroups gmane.comp.db.sapdb.sources
Message-ID <564DE4477544D411AD2C00508BDF0B6A12F0BBAA@usahm018.exmi01.exch.eds.com>
When I do a complete build (imf all), after deleting everything in
SAPDB_DEV, I get these two errors.  But only the first time.  If I then turn
around and immediately do another "imf all" without deleting the results of
the first build, I don't see the errors.  Daniel, do you have any ideas?

   sqlpyd.dld fast
   sql.py fast ascii
   sapdb__init__.py fast ascii
   !if [ -r $INSTMISC/sqlmodule.so ] ; then rm $INSTMISC/sqlmodule.so ; fi
   !PYTHONPATH=$INSTMISC python -c "import sapdb.sql"
   Traceback (innermost last):
   File "", line 1, in ?
   File "/home/mark/V74_03_07/SAPDB_DEV/usr/misc/sapdb/sql.py", line 44,\
   in ?
   from python15.sql import *
   ImportError: No module named python15.sql
   COMMAND error 1
   'sqlpy.mac' not made because of dependency errors
   vls93.c fast
   loaderpyd.dld fast
   loader.py fast ascii
   repmantop.py fast ascii
   loadertop.py fast ascii
   !if [ -r $INSTMISC/repmanmodule.so ] ; then rm $INSTMISC/repmanmodule.so
; fi
   !if [ -r $INSTMISC/loadermodule.so ] ; then rm $INSTMISC/loadermodule.so
; fi
   !PYTHONPATH=$INSTMISC python -c "import sapdb.loader"
   Traceback (innermost last):
   File "", line 1, in ?
   File "/home/mark/V74_03_07/SAPDB_DEV/usr/misc/sapdb/loader.py", line \
   44, in ?
   from python15.loader import *
   ImportError: No module named python15.loader
   COMMAND error 1
   'loaderpy.mac' not made because of dependency errors

Mark Post