Edgewall Software
Modify

Opened 14 years ago

Closed 14 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 14 years ago by anatoly techtonik <techtonik@…>

What is your MySQLdb version?

import MySQLdb
MySQLdb.__version__

comment:2 follow-up: Changed 14 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 14 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 14 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 14 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 14 years ago by osimons

  • Milestone 0.6.1 deleted
  • Resolution set to invalid
  • Status changed from new to closed

Oki, closing.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.