> > You're using Python 2.*, which has replaced the internal regular > > expression module pre with one called sre. > > > > To fix this, copy the file re.py from your python distribution to > > sys/src/redist/python/re.py.rpy and execute 'imf.pl pyredist'. > > thanks for your help. Now I get: > ImportError: No module named sre > > Where do I have to put sre.py?
Which Python version are you using? I think I'll have to test that myself, as additional Python modules might be necessary. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
