daniel garay <[email protected]> added the comment:
I need help to resolve this problem caused when program a scheduled task
whit CRONTAB, generated result:
Traceback (most recent call last):
File "ftp_eme.py", line 12, in ?
import datetime, os, ftplib
File "/usr/local/lib/python2.6/ftplib.py", line 46, in ?
import socket
File "/usr/local/lib/python2.6/socket.py", line 50, in ?
import _ssl
File "/usr/local/lib/python2.6/_ssl.py", line 58, in ?
import textwrap
File "/usr/local/lib/python2.6/textwrap.py", line 10, in ?
import string, re
File "/usr/local/lib/python2.6/string.py", line 81, in ?
import re as _re
File "/usr/local/lib/python2.6/re.py", line 105, in ?
import sre_compile
File "/usr/local/lib/python2.6/sre_compile.py", line 17, in ?
assert _sre.MAGIC == MAGIC, "SRE module mismatch"
AssertionError: SRE module mismatch
No message, no subject; hope that's ok
----------
components: +Windows -Regular Expressions
nosy: +daniel_py
title: SRE bugs with capturing groups in negative assertions -> _sre.MAGIC
type: -> compile error
versions: +Python 2.6 -Python 2.3
Added file: http://bugs.python.org/file13158/ftp_eme.py
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue725149>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com