Re: Simplified Python importing

2012-03-10 Thread Zack Williams
On Fri, Mar 9, 2012 at 8:09 PM, John Wiegley jwieg...@gmail.com wrote: Simon Michael simon-jbxitmbj2llqt0dzr+a...@public.gmane.org writes: PS I'm not aware of any serious problem with the way I/hledger relates with the ledger community.. if anyone is, please let's discuss. I think hledger,

Re: Simplified Python importing

2012-03-09 Thread Simon Michael
On 3/8/12 3:56 PM, David Whitmarsh wrote: On Wed, Mar 7, 2012 at 11:37, Simon Michaelsi...@joyful.com wrote: It's this word probably I don't like. For years we have been hearing people in #ledger trying to do this or that thing recommended by the docs which turn out to require a different

Re: Simplified Python importing

2012-03-09 Thread Paul Lathrop
From my perspective as a noob to the community, you are nothing but a positive influence. The h/ledger split is the most amicable I've seen. Keep it up! On Mar 9, 2012 8:22 AM, Simon Michael si...@joyful.com wrote: On 3/8/12 3:56 PM, David Whitmarsh wrote: On Wed, Mar 7, 2012 at 11:37, Simon

Re: Simplified Python importing

2012-03-09 Thread John Wiegley
Simon Michael simon-jbxitmbj2llqt0dzr+a...@public.gmane.org writes: Just a little honest feedback, of a kind I never see here, offered in case it might be useful to improve ledger, which I care about, contribute to, and want to thrive. I hoped John knows me well enough to not take offense,

Re: Simplified Python importing

2012-03-07 Thread Paul Lathrop
It still happens, moving discussion to the bug report: http://bugs.ledger-cli.org/show_bug.cgi?id=672 On Wed, Mar 7, 2012 at 9:43 AM, John Wiegley jwieg...@gmail.com wrote: Paul Lathrop paul-rb2b2ncu2mk6lbifqvfbzv6hyfs7n...@public.gmane.org writes: This looks like the same problem I

Re: Simplified Python importing

2012-03-06 Thread Simon Michael
On 3/6/12 2:42 AM, John Wiegley wrote: Make sure to pass --python to acprep builds to get this support. It is not on by default for 3.0, but it will be for 3.1 onwards. Boo! -1 for tantalising us with carrots. If this is working, it'd be much better to have it it the coming release so people

Re: Simplified Python importing

2012-03-06 Thread Alexandre Rademaker
I am afraid that Ledger has began to be more complex than necessary! Sure we really need this feature? The manual has now more than 100 pages! Please, that is just one opinion open for discussion. Best, Alexandre On Mar 6, 2012, at 5:50 PM, John Wiegley wrote: Simon Michael

Re: Simplified Python importing

2012-03-06 Thread Craig Earls
But like any very good design you don't need to know anything of the advanced features until you want to try something new, then its nice to know it is probably already there. On Tue, Mar 6, 2012 at 16:37, Alexandre Rademaker aradema...@gmail.comwrote: I am afraid that Ledger has began to be

Re: Simplified Python importing

2012-03-06 Thread John Wiegley
Alexandre Rademaker arademaker-re5jqeeqqe8avxtiumw...@public.gmane.org writes: I am afraid that Ledger has began to be more complex than necessary! Sure we really need this feature? The manual has now more than 100 pages! Ledger is made up of layers. The core layers are not overly complex,

Re: Simplified Python importing

2012-03-06 Thread Zack Williams
Make sure to pass --python to acprep builds to get this support.  It is not on by default for 3.0, but it will be for 3.1 onwards. Did changes related to this this increment the version of Boost required? Or is Boost.Python or other libraries required? I get this error when trying to build

Re: Simplified Python importing

2012-03-06 Thread Paul Lathrop
This looks like the same problem I mentioned on IRC with the Homebrew build. See this gist: https://gist.github.com/1989041 On Tue, Mar 6, 2012 at 8:14 PM, Zack Williams zdw...@gmail.com wrote: Make sure to pass --python to acprep builds to get this support. It is not on by default for

Re: Simplified Python importing

2012-03-05 Thread Peter Keen
John, this is great! What other actions work besides check? Also, should that be 'import os'? :) On Mar 5, 2012, at 7:49 PM, John Wiegley jwieg...@gmail.com wrote: You can now do this in your journal file: import so tag RECEIPT check os.path.isfile(value) 2012-02-29