Re: Python error during build of 7.4.3.10

"pascalek" <[email protected]> Thu, 29 May 2003 14:45:48 +0200
Newsgroups gmane.comp.db.sapdb.sources
Message-ID <[email protected]>
On Wed, 05 Mar 2003 08:39:21 +0100, Wolfgang Rosenauer wrote:

> Hi,
> 
> I cannot post the build.log yet but have problems to build 7.4.3.10 with
> Python 2.2.
> 
> I got the following message during build:
> 
> PYTHONPATH=$INSTMISC python -c "import sapdb.sql" [...]
> ImportError: No module named python22.sql (the same for sapdb.loader)
> 
> That's right. I cannot find python22/sql.py anywhere.
> 
> Any hint?

try this patch:
diff -Nur V74_03_17.orig/SAPDB_ORG/sys/desc/pyinst.mac V74_03_17.chng/SAPDB_ORG/sys/desc/pyinst.mac
--- V74_03_17.orig/SAPDB_ORG/sys/desc/pyinst.mac        Thu Mar 20 16:34:41 2003
+++ V74_03_17.chng/SAPDB_ORG/sys/desc/pyinst.mac        Thu May 29 12:16:16 2003
@@ -78,8 +78,9 @@

 # these should appear somewhere else in all
 # having them here simplifies testing
-sqlpy
-loaderpy
+#sqlpy
+#loaderpy
+scriptall
 lserver
 allsqlr