473,385 Members | 1,930 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

UICrawler

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?
Oct 15 '08 #1
0 772

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.