Hi All,
I've been trying to get pylons up and running on a win 32bit XP box under
python 2.6.1. Easy install worked up until the json errors, I then manually
installed the rest of the dependancies. JSON I ran without speedups, and
therefore bypassed the failure to install.
When I try and setup a project paster dies on me with the following
traceback:
C:\>paster create -t pylons ark
Traceback (most recent call last):
File "c:\python26\scripts\paster-script.py", line 8, in <module>
load_entry_point('pastescript==1.3.6', 'console_scripts', 'paster')()
File
"c:\python26\lib\site-packages\pastescript-1.3.6-py2.6.egg\paste\script\comm
and.py", line 77, in run
command = commands[command_name].load()
File "build\bdist.win32\egg\pkg_resources.py", line 1913, in load
File
"c:\python26\lib\site-packages\pastescript-1.3.6-py2.6.egg\paste\script\crea
te_distro.py", line 8, in <module>
import copydir
File
"c:\python26\lib\site-packages\pastescript-1.3.6-py2.6.egg\paste\script\copy
dir.py", line 384, in <module>
class LaxTemplate(string.Template):
File "C:\Python26\lib\string.py", line 119, in __init__
cls.pattern = _re.compile(pattern, _re.IGNORECASE | _re.VERBOSE)
File "C:\Python26\lib\re.py", line 188, in compile
return _compile(pattern, flags)
File "C:\Python26\lib\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
Any pointers into why this is occurring would be much appreciated.
Jules
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---