Page 1 of 1

Trunk broken? SVN 1805

Posted: November 27th, 2008, 6:25 pm
by thaylok
Can't run latest svn, 1805.
Only get this output:

Code: Select all

Traceback (most recent call last):
  File "./SABnzbd.py", line 44, in ?
    import sabnzbd
  File "/sab/sabnzbd-prototype/sabnzbd/__init__.py", line 45, in ?
    from sabnzbd.assembler import Assembler
  File "/sab/sabnzbd-prototype/sabnzbd/assembler.py", line 34, in ?
    from sabnzbd.interface import CheckFreeSpace
  File "/sab/sabnzbd-prototype/sabnzbd/interface.py", line 2821
    class xml_factory():
                      ^
SyntaxError: invalid syntax
Anybody else had this error?
Have all dependencies, and tried both python 2.4 and 2.5...

Any clues?

Re: Trunk broken? SVN 1805

Posted: November 27th, 2008, 6:41 pm
by switch
Try 1806. The code is fine for python 2.5, so it should definitely work with that, make sure you are launching python2.5 correctly.

Re: Trunk broken? SVN 1805

Posted: November 28th, 2008, 4:58 am
by thaylok
thanks switch!

It´s working again!  ;D