Ticket #106 (closed defect: fixed)
SVN python bindings 1.0
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7 |
| Component: | version control/browser | Version: | 0.5.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Using svn-win32-1.0.0_py.zip on Windows:
Traceback (most recent call last):
File "d:\Program Files\Python\Lib\site-packages\trac\trac.py", line 203, in main
real_main()
File "d:\Program Files\Python\Lib\site-packages\trac\trac.py", line 155, in real_main
module.run()
File "d:\Program Files\Python\Lib\site-packages\trac\Module.py", line 37, in run
self.render()
File "d:\Program Files\Python\Lib\site-packages\trac\Browser.py", line 119, in render
info = self.get_info(self.path, rev)
File "d:\Program Files\Python\Lib\site-packages\trac\Browser.py", line 59, in get_info
self.pool) / 1000000
TypeError?: unsupported operand type(s) for /: 'NoneType?' and 'int'
Used to work before I updated the Python bindings.


