UICrawler

mccarth.jack at gmail.com mccarth.jack at gmail.com
Wed Oct 15 14:47:44 EDT 2008


Hello all, I am trying to run the Universal information crawler wed
spider on my mac. It seems to install without any trouble but when, in
unix command line, I try to run  "paster create --list-templates" it
returns this Value Code error. I followed instructions provided at
http://lucasmanual.com/mywiki/UICrawler. This is what comes up.

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/Current/bin/
paster", line 8, in <module>
    load_entry_point('PasteScript==1.6.3', 'console_scripts', 'paster')
()
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.6.3-py2.6.egg/paste/script/
command.py", line 78, in run
    command = commands[command_name].load()
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/setuptools-0.6c9-py2.6.egg/pkg_resources.py",
line 1913, in load
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.6.3-py2.6.egg/paste/script/
create_distro.py", line 8, in <module>
    import copydir
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.6.3-py2.6.egg/paste/script/
copydir.py", line 398, in <module>
    class LaxTemplate(string.Template):
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/string.py", line 119, in __init__
    cls.pattern = _re.compile(pattern, _re.IGNORECASE | _re.VERBOSE)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/re.py", line 188, in compile
    return _compile(pattern, flags)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/re.py", line 236, in _compile
    raise ValueError('Cannot process flags argument with a compiled
pattern')
ValueError: Cannot process flags argument with a compiled pattern

Has anyone else encountered this problem or have any suggestions as to
what might be causing the problem?



More information about the Python-list mailing list