Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: Tuelz
Topic ID: 13
Message ID: 16
#16, RE: Listz
Posted by Kurt on Apr-04-07 at 11:21 AM
In response to message #10
>Kurt,
>looks I have an abo on problems LOL
>
>When I am using superduper I got the following message:
>
>Traceback (most recent call last):
> File "C:\Xi\tuelz\core\webs.py", line 178, in do_GET
> File "C:\Xi\tuelz\core\handlers.py", line 119, in handle
> File "C:\Xi\tuelz\core\handlers.py", line 127, in traverse
> File "./superlistz.mod/superlistz/superlistztuels.py",
>line 123, in replace_action
> File "C:\Python23\Lib\sre.py", line 179, in compile
> File "C:\Python23\Lib\sre.py", line 227, in _compile
> File "C:\Python23\Lib\sre_compile.py", line 474, in
>compile
>AssertionError: sorry, but this version only supports 100
>named groups


Hi Karsten...

Try this...I think what's happening is that your text files contain more than 100 lines, is this correct?

If so, just split them up into smaller text files.

For example, instead of having 150 lines in dog.text, divide it in half and have 75 lines in dog1.txt and 75 lines in dog2.txt .

SuperDuper will still run just the same.

Let me know if your TEXT files exceed 100 lines...