To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104230
------- Additional comments from [email protected] Fri Aug 14 20:53:31 +0000 2009 ------- @JOERG >>>- how about sticking to version 0.7.6 as its just a port without different functionality. fine with me >>>- was it your intention to remove the DriverDisplayName in DataAccess.xcu ? no - I didn't see DriverDisplayName in the original, just DriverPageDisplayName and DriverTypeDisplayName. Can you send/attach an example - perhaps that's why the name doesn't appear in the wizard in 3.1.0 >>>- did you get the python test skripts to work ? no - following is the error - any ideas? echo $PYTHONPATH /Developer/OpenOffice.org.app/Contents/basis-link/program MacBookPro:postgresql MikeS$ dmake runtest "dburl=sdbc:postgresql:dbname=pqtest"dmake: Executing shell macro: +$(IFEXIST) $(TRYSDF) $(THEN) echo $(TRYSDF) $(FI) start test with dmake runtest dburl=your-url e.g. dmake runtest dburl=sdbc:postgresql:dbname=pqtest MUST: Create a separate datbases before (here pqtest), (SOME TABLES GET DROPPED) cd ../../unxmacxi.pro/lib && python main.py "sdbc:postgresql:dbname=pqtest" Traceback (most recent call last): File "main.py", line 67, in <module> import statement File "/Developer/OpenOffice.org.app/Contents/basis-link/program/uno.py", line 257, in _uno_import return _g_delegatee( name, *optargs, **kwargs ) File "/Developer/Projects/ooo/DEV300_m54/connectivity/unxmacxi.pro/lib/statement.py", line 64, in <module> import ddl File "/Developer/OpenOffice.org.app/Contents/basis-link/program/uno.py", line 257, in _uno_import return _g_delegatee( name, *optargs, **kwargs ) File "/Developer/Projects/ooo/DEV300_m54/connectivity/unxmacxi.pro/lib/ddl.py", line 60, in <module> from com.sun.star.sdbc2 import SQLException File "/Developer/OpenOffice.org.app/Contents/basis-link/program/uno.py", line 295, in _uno_import raise ImportError( "type "+ name + "." +x + " is unknown" ) ImportError: type com.sun.star.sdbc2.SQLException is unknown dmake: Error code 1, while making 'runtest' --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
