python Programming Glossary: sre_compile.py
Is there any simple way to benchmark python script? http://stackoverflow.com/questions/1593019/is-there-any-simple-way-to-benchmark-python-script 0.001 0.001 re.py 268 _compile 1 0.000 0.000 0.000 0.000 sre_compile.py 172 _compile_charset 1 0.000 0.000 0.000 0.000 sre_compile.py.. 172 _compile_charset 1 0.000 0.000 0.000 0.000 sre_compile.py 201 _optimize_charset 4 0.000 0.000 0.000 0.000 sre_compile.py.. 201 _optimize_charset 4 0.000 0.000 0.000 0.000 sre_compile.py 25 _identityfunction 3 1 0.000 0.000 0.000 0.000 sre_compile.py..
ubuntu ImportError: cannot import name MAXREPEAT http://stackoverflow.com/questions/16297892/ubuntu-importerror-cannot-import-name-maxrepeat import sre_compile File home rats rats lib python2.7 sre_compile.py line 14 in module import sre_parse File home rats rats lib python2.7..
ImportError: cannot import name MAXREPEAT with cx_Freeze http://stackoverflow.com/questions/16301735/importerror-cannot-import-name-maxrepeat-with-cx-freeze in module import sre_compile File usr local lib python2.7 sre_compile.py line 14 in module import sre_parse File usr local lib python2.7.. usr local lib python2.7 re.pyc # usr local lib python2.7 sre_compile.pyc matches usr local lib python2.7 sre_compile.py import sre_compile.. python2.7 sre_compile.pyc matches usr local lib python2.7 sre_compile.py import sre_compile # precompiled from usr local lib python2.7..
|