skimhub / salesforce-python-toolkit

Automatically exported from code.google.com/p/salesforce-python-toolkit
GNU Lesser General Public License v3.0
0 stars 0 forks source link

suds 0.3.9 moved cache from suds.transport.cache, breaks Toolkit #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
instantiating either partner or enterprise will throw the following exception:

...
  File "../sforce/base.py", line 22, in <module>
    from suds.transport.cache import FileCache
ImportError: No module named cache

Original issue reported on code.google.com by dlanst...@gmail.com on 16 Mar 2010 at 1:45

GoogleCodeExporter commented 8 years ago
commit #8:  fix for issue #2, suds moved caching mechanism, breaking toolkit 

fix will be part of 0.1.3

Original comment by dlanst...@gmail.com on 16 Mar 2010 at 1:47

GoogleCodeExporter commented 8 years ago
0.1.3 is now released.

Original comment by dlanst...@gmail.com on 16 Mar 2010 at 2:13