Trunk broken? SVN 1805

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
thaylok
Newbie
Newbie
Posts: 29
Joined: November 20th, 2008, 11:39 am

Trunk broken? SVN 1805

Post 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?
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Trunk broken? SVN 1805

Post 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.
User avatar
thaylok
Newbie
Newbie
Posts: 29
Joined: November 20th, 2008, 11:39 am

Re: Trunk broken? SVN 1805

Post by thaylok »

thanks switch!

It´s working again!  ;D
Post Reply