Comment 4 for bug 1092117

Revision history for this message
Mitsuya Shibata (cosmos-door) wrote :

Rebuild newt, removed _Py_RefTotal symbol.
But install it, other problem occur.

---
Python 2.7.3 (default, Dec 12 2012, 19:00:09)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import snack
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/snack.py", line 310, in <module>
    for o,c in [ (ord(c),c) for c in string.ascii_letters+string.digits ]:
NameError: name 'string' is not defined
>>>
---