Hm I used the following commands to build and install ledger ./acgrep --python --prefix=$HOME/.local update make install
after this for python to pick up the ledger module it has to be installed in '$HOME/.local/lib/python2.7/site-packages/ledger' . Neither the folder nor a file ledger.so exist there I can't find any 'ledger.so' file in my ledger repository after the build best Max On Wednesday, October 2, 2013 3:15:42 AM UTC+2, John Wiegley wrote: > > >>>>> Max Linke <[email protected] <javascript:>> writes: > > > ah thank you. Are there any plans to factor this out into real python > > module? I would like to use ledger with the ipython notebook > > The ledger build process does build a real python module. It should get > installed into the right place as ledger.so when you do a make install. > > 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.
