From: SourceForge.net <no...@so...> - 2006-10-12 05:31:06
|
Bugs item #1574526, was opened at 2006-10-10 16:50 Message generated for change (Comment added) made by a1s You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746843&aid=1574526&group_id=140566 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Edward Hartfield (ehartfield2002) Assigned to: Nobody/Anonymous (nobody) Summary: Python Version Requirement Initial Comment: This isn't a bug so much as a comment. dbfpy requires the use of Python 2.4+. There is a call to string's ljust method in fields.py on line 125(?). Prior to Python 2.4, this method only permitted one parameter instead of two. ---------------------------------------------------------------------- >Comment By: alexander smishlajev (a1s) Date: 2006-10-12 08:31 Message: Logged In: YES user_id=8719 fixed in cvs. pleas check it out. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746843&aid=1574526&group_id=140566 |