Opened 15 years ago
Closed 15 years ago
#576 closed defect (invalid)
trac upgrade fails on windows
Reported by: | ivanovsuper@… | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | ||
Operating System: | Windows |
Description
C:\Python26\Scripts>trac-admin.exe d:\web\trac\projects\ds.widget upgrade C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet WindowsError: [Error 2] The system cannot find the file specified
Bitten-0.6b2, trunk also. Trac-0.12dev_r9584
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by anatoly techtonik <techtonik@…>
comment:2 follow-up: ↓ 3 Changed 15 years ago by ivanovsuper@…
MySQLdb 1.2.2 Apache 2.2.15 MySQL 5.1.46 Python 2.6.5 Subversion 1.6.6 It's new installation. Used most recent versions. Trac works ok.
comment:3 in reply to: ↑ 2 Changed 15 years ago by ivanovsuper@…
Replying to ivanovsuper@…:
MySQLdb 1.2.2
just installed MySQLdb 1.2.3c1. warning message from above disapeared, but Windows Error? still persist.
comment:4 Changed 15 years ago by anatoly techtonik <techtonik@…>
It may be the Trac issue with atomic file renames. Can you turn on debug logging in trac.ini and post the log here?
comment:5 Changed 15 years ago by ivanovsuper@…
yes debug log helped. Issue resolved. trac setting for backup_dir was set to `db' and base_url not set. db backup didn't work before upgrade... Well, it's not bitten issue, as always 'hands.sys' :( ps. del this ticket please...
comment:6 Changed 15 years ago by osimons
- Milestone 0.6.1 deleted
- Resolution set to invalid
- Status changed from new to closed
Oki, closing.
What is your MySQLdb version?