Tagged Questions

1
vote
1answer
378 views

How to get the Freebase Python libraries to work in IronPython

How do I get the Python libraries for using the Freebase API to work under IronPython 2.0? When I "import freebase.api", I get "ImportError: No module named django.utils". What gives?