on to communications
Craig White <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
# gnue-schema --help-connections GNUe Schema Scripter Version 0.5.4 <snippage> The following database drivers are installed on your system: TODO I guess I expected to see things like psycopg here... # locate psycopg <among other things, it finds...> /usr/local/gnue/lib/python/gnue/common/datasources/drivers/postgresql/psycopg so I know that it's here, but it doesn't seem to work. and thus when I have in /usr/local/gnue/etc/connections.conf (per James Thompsons walkthru) [gnue] comment = GNUe Test Database aliases = dcl test provider = psycopg host = localhost dbname = gnue # encoding = iso8859-1 and then I type... # su - postgres -bash-2.05b$ gnue-schema -l GNUe Schema Scripter Version 0.5.4 GNUe Common Version 0.5.4 Error: No input file specified. For help, type: gnue-schema --help I'm dead Clues? Thanks Craig