>>>>> Martin Blais <[email protected]> writes: > Is there any specific reason that ledger can't be built as a Python > extension module? Something specific at static initialization?
Ledger *does* build as Python module, but until you "make install", you can just do a Python import. That's why I added the "python" subcommand to Ledger: so that the tests could import in the currently built Ledger module before installation. After installation, just do "import ledger". John -- --- 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/groups/opt_out.
