Hey, what's the current status of Python support? It seems as though there have been a few pull requests to change/update things related to Python, and it seems like the most up-to-date way to "import ledger" is to ln -s libledger.so ledger.so, but when I do this, I get:
>>> import ledger Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dynamic module does not define init function (initledger) Indeed, it seems like the py* files didn't get built. (I don't see them in src/CMakeFiles.) I built using "./acprep --python update" after first doing "./acprep --python clean". Am I doing something stupid/wrong? Thanks, Ethan -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
