Hi Tom, On 12/9/09 4:45 AM, Tom Barrett wrote: > But am getting a python error when running supervisord: > ... > File "/usr/lib/python2.3/sre.py", line 179, in compile > return _compile(pattern, flags) > File "/usr/lib/python2.3/sre.py", line 230, in _compile > raise error, v # invalid expression > sre_constants.error: unexpected end of pattern > #> python -V > Python 2.3.4
After we released Supervisor 3.0a7, we found a few incompatibilities with Python 2.3. This is one of them. The error above is caused by the use of regular expression syntax that was introduced in Python 2.4. This has been fixed in our Subversion repository for the next release. Regards, Mike -- Mike Naberezny Maintainable Software http://maintainable.com _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
