Hi,
    When I run : python2.4 utilities/finddeps.py -m zope.rdb -p
I get an error like this: http://zope3.pastey.net/6903

This is the code:

 pycommentre = r"(#.*)"
 pywhiteoutre = r"([ \t\r\014]|[\]\n)*%s?" % pycommentre
 pywhiteout = re.compile(pywhiteoutre)

If I change the second line like this, the error goes.

  pywhiteoutre = r"([ \t\r\014]|[\\]\n)*%s?" % pycommentr

I am not sure about the problem/solution, I was just trying to find the dependencies
of zope.rdb.

Regards,
Baiju M

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to