encryptogroup / tasty

Tool for Automating efficient Secure Two-partY computation protocols
9 stars 5 forks source link

tasty_init issue #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $ tasty_init tasty_example

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/usr/bin/tasty_init", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 16, in <module>
    import sys, os, zipimport, time, re, imp, types
  File "/usr/lib/python2.7/os.py", line 398, in <module>
    import UserDict
  File "/usr/lib/python2.7/UserDict.py", line 84, in <module>
    _abcoll.MutableMapping.register(IterableUserDict)
  File "/usr/lib/python2.7/abc.py", line 109, in register
    if issubclass(subclass, cls):
  File "/usr/lib/python2.7/abc.py", line 151, in __subclasscheck__
    if subclass in cls._abc_cache:
  File "/usr/lib/python2.7/_weakrefset.py", line 69, in __contains__
    return ref(item) in self.data
TypeError: cannot create weak reference to 'classobj' object

Both Python 2.6 and Python 2.7 are installed and I tried installing the 
versions of TASTY for each of these versions of Python, but I get the same 
error message.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by stefan.k...@rub.de on 25 May 2011 at 9:53

GoogleCodeExporter commented 9 years ago
Found a fix for that nasty bug. tomorrow there will be a new minor release...

Original comment by stefan.k...@rub.de on 22 Jun 2011 at 12:00

GoogleCodeExporter commented 9 years ago
The issue is now fixed in the new TASTY releases.

Original comment by stefan.k...@rub.de on 27 Jun 2011 at 3:39