Hello All,
I'm trying to start trytond-admin to create a started database but keep 
getting a "Database does not exist" error.

My config file is basic with just this line:
[database]
path=D:/BitBucket/Python/Tryton/

PS C:\Windows\system32> python 
C:\ProgramData\Anaconda3\Scripts\trytond-admin -c 
D:\BitBucket\Python\sqlite.confi
 -d TrytonDB --all
Timezone must be set to UTC instead of Central Standard Time
Traceback (most recent call last):
  File "C:\ProgramData\Anaconda3\Scripts\trytond-admin", line 21, in 
<module>
    admin.run(options)
  File "C:\ProgramData\Anaconda3\lib\site-packages\trytond\admin.py", line 
24, in run
    with Transaction().start(db_name, 0):
  File "C:\ProgramData\Anaconda3\lib\site-packages\trytond\transaction.py", 
line 87, in start
    database = Database(database_name).connect()
  File 
"C:\ProgramData\Anaconda3\lib\site-packages\trytond\backend\sqlite\database.py",
 
line 220, in connect
    raise IOError('Database "%s" doesn\'t exist!' % db_filename)
OSError: Database "TrytonDB.sqlite" doesn't exist!

Any pointers are greatly appreciated.

rgds
JI

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/a57d06f7-0792-4eb1-b06e-f45f81e5acba%40googlegroups.com.

Reply via email to