Description of problem: Line 318 of /usr/lib/python2.4/site-packages/sprox/saormprovider.py calls datetime.strptime which does not exist in python 2.4. Version-Release number of selected component (if applicable): 0.6.3-1.el5 How reproducible: Always Steps to Reproduce: 1. create a TG2 project that calls that function. 2. 3. Actual results: AttributeError: type object 'datetime.datetime' has no attribute 'strptime', referer: https://www.kayses.us/finances2/transactions/1050/edit Expected results: It works Additional info: A workaround is could involve: datetime.datetime(*time.strptime(t['date'], "%Y-%m-%d")[0:5])
Building a new EL5 package with the patch from this upstream ticket: https://bitbucket.org/percious/sprox/issue/30/datetimedatetime-has-no-attribute-strptime
python-sprox-0.6.10-2.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/python-sprox-0.6.10-2.el5
python-sprox-0.6.10-2.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-sprox'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/python-sprox-0.6.10-2.el5
python-sprox-0.6.10-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.