Re: Non-commiter github workflow

2012-08-22 Thread reubano
John Ralls-2 wrote > > On Aug 21, 2012, at 8:01 AM, reubano <reubano@> wrote: > >> I propose the current git wiki[1] be edited. Right now it says "If you >> have a >> Github account, it turns out that Github's "fork" feature doesn't

Re: Non-commiter github workflow

2012-08-22 Thread reubano
Yawar Amin wrote > > Hi John, > > On 2012-08-21, at 12:41, John Ralls wrote: > >> I'm not sure that we want to encourage people to publish their forks on >> Github, or anywhere else. > > I don't see the harm, as long as the website makes clear that > Gnucash/gnucash is the main repo.

Non-commiter github workflow

2012-08-21 Thread reubano
I propose the current git wiki[1] be edited. Right now it says "If you have a Github account, it turns out that Github's "fork" feature doesn't play well with the Gnucash repository because of its unusual structure (which in turn is needed to synch it with subversion)." This doesn't make it clear t

Re: Invoice Importer

2012-08-20 Thread reubano
Mike Evans wrote > > On Mon, 20 Aug 2012 18:00:20 +0300 > Reuben Cummings <reubano@> wrote: > >> On 8/20/12, Derek Atkins <warlord@> wrote: >> > reubano <reubano@> writes: >> > >> >> Mike Evans wrote >> >>&g

Re: Git Migration: github with svn access

2012-08-20 Thread reubano
Geert Janssens wrote > > On 13-08-12 11:33, reubano wrote: >> reubano wrote >>> On Sat, Aug 11, 2012 at 9:34 PM, Derek Atkins <warlord@> >>> wrote: >>>> Reuben Cummings <reubano@> writes: >>>> >>>> Gnucash is following

Re: Invoice Importer

2012-08-20 Thread reubano
Mike Evans wrote > > On Mon, 20 Aug 2012 18:00:20 +0300 > Reuben Cummings <reubano@> wrote: > >> On 8/20/12, Derek Atkins <warlord@> wrote: >> > reubano <reubano@> writes: >> > >> >> Mike Evans wrote >> >>&g

Re: Invoice Importer

2012-08-20 Thread reubano
Mike Evans wrote > > On Sat, 3 Mar 2012 03:55:26 -0800 (PST) > reubano <reubano@> wrote: > >> I have successfully imported invoices but now there is a problem. >> After restarting gnucash, the invoices no longer show up in the "Find >> Invoice..."

Re: Git Migration: github with svn access

2012-08-13 Thread reubano
reubano wrote > > On Sat, Aug 11, 2012 at 9:34 PM, Derek Atkins <warl...@mit.edu> > wrote: >> Reuben Cummings <reub...@gmail.com> writes: >> >> Gnucash is following the Gnome patch submission practice. Gnome uses git, >> but not Github, and >

Re: Git Migration: github with svn access

2012-08-11 Thread reubano
Christian Stimming-4 wrote > > Am Freitag, 27. Januar 2012, 19:04:10 schrieb Andy Clayton: >> > If I have some time during the next days, I'll look into porting the >> > SVN- >> > dependencies in our build scripts to using git. Also, I don't think >> it's >> > necessary to distinguish tags that s

Re: Scripting

2012-08-10 Thread reubano
Derek Atkins wrote > > Hendrik Boom writes: > >> I hadn't known about the python bindings. First, it would make sense for >> me to try to use the python bindings to see if I can do what I need, >> writing a kind of a diary of what I discover I need to know and producing >> bi

Re: python binding error on macports

2012-07-10 Thread reubano
John Ralls-2 wrote > > On Mar 24, 2012, at 3:58 AM, reubano wrote: > >> >> reubano wrote >> >> Anyone? I'd really like to try python on my mac. > > It's a macports problem, not a Gnucash problem. Go bug them. > > Regards, > John Ral

Re: python binding error on macports

2012-03-24 Thread reubano
reubano wrote > > gnucash-2.4.10 built from source with MacPorts 2.0.3 on MacOSX 10.7.2 > > $ gnucash-env python > > >> Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) >> [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on >> darwin &

Re: Invoice Importer

2012-03-24 Thread reubano
reubano wrote > > On Wed, Mar 7, 2012 at 6:51 PM, Reuben Cummings <reubano@> wrote: >> On Sun, Mar 4, 2012 at 1:29 PM, Mike Evans <mikee@.co> wrote: >>> >>> On Sat, 3 Mar 2012 03:55:26 -0800 (PST) >>> reubano <reubano@> wrote: >>

python binding error on macports

2012-03-03 Thread reubano
gnucash-2.4.10 built from source with MacPorts 2.0.3 on MacOSX 10.7.2 $ gnucash-env python > Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) > [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on > darwin > Type "help", "copyright", "credits" or "license" for more informati

Re: Invoice Importer

2012-03-03 Thread reubano
I have successfully imported invoices but now there is a problem. After restarting gnucash, the invoices no longer show up in the "Find Invoice..." druid. Searching for all posted invoices only shows invoices not entered with the importer. Note: this only occurs after restarting gnucash. Before res

Re: Error building gnucash with macports to a custom location

2012-02-27 Thread reubano
reubano wrote > > > Mike Alexander wrote >> >> --On February 25, 2012 12:53:04 PM -0800 reubano <reubano@> >> wrote: >> >>> This happened with guile the first time and I fixed it by installing >>> guile and slib-guile into /opt/local.

enable-python-bindings with jhbuild

2012-02-27 Thread reubano
I added append_autogenargs("gnucash", "--enable-python-bindings=yes") to .jhbuildrc-custom and then rebuilt jhbuild bootstrap jhbuild build Afterwhich I ran [1] export PYTHONPATH=$PYTHONPATH:/Users/admin/gnucash-stable/lib/python2.7/site-packages gnucash-env python And then the foll

Re: Error during phase configure of gtk+

2012-02-27 Thread reubano
John Ralls-2 wrote > > On Feb 25, 2012, at 1:02 PM, reubano wrote: > >> John Ralls-2 wrote >> I have limited access to a fast internet connection and wanted to build >> all >> the other modules that didn't depend on gtk+. Should I not do that? > >

Re: Error building gnucash with macports to a custom location

2012-02-27 Thread reubano
Mike Alexander wrote > > --On February 25, 2012 12:53:04 PM -0800 reubano <reubano@> > wrote: > >> This happened with guile the first time and I fixed it by installing >> guile and slib-guile into /opt/local. Any idea how to fix this? > > You prob

Re: Error during phase configure of gtk+

2012-02-25 Thread reubano
John Ralls-2 wrote > > On Feb 25, 2012, at 10:28 AM, Reuben Cummings wrote: > >> The scrollback in the terminal doesn't go back far enough to show >> that. It use to give the failed to unpack error (even after >> installing xzip) but now it only gives the autoreconf error. Now, the >> only gtk+

Error building gnucash with macports to a custom location

2012-02-25 Thread reubano
to build gnucash. > cd /Users/reubano/Downloads/gnucash-2.4.10 > export CPPFLAGS="-I/opt/x11/include" > export LDFLAGS="-L/opt/x11/lib" > export DYLD_FALLBACK_LIBRARY_PATH="/opt/x11/lib" > ./configure -C --prefix=/opt/x11 --enable-python-bindings >

Error during phase configure of gtk+

2012-02-25 Thread reubano
Downloaded the latest gtk-osx-build-setup.sh jhbuild bootstrap which installed xz. But after running jhbuild build I get the error *** Configuring gtk+ *** [26/73] autoreconf -fis && ./configure --prefix /Users/admin/gnucash-stable --libdir '/Users/admin/gnucash-stable/lib' --with-gdktar

Re: lion

2012-02-23 Thread reubano
John Ralls-2 wrote > > On Jul 23, 2011, at 12:36 AM, Christoper Blunck wrote: > >> Hi guys, >> >> I've been using GNUCash for easily 5-8 years now. It's great! >> >> I was recently caught up in the Steve Jobs distortion field and I >> upgraded to OSX Lion (10.7) the first day it was released.

Re: Invoice & payment import script

2012-02-21 Thread reubano
Robin Chattopadhyay wrote > > I'm new enough at using Linux that I'm not entirely sure if this is > relevant, but I didn't have ../gnucash/lib/python2.7/site-packages until I > had installed python-dev and re-built gnucash with the > --enable-python-bindings option. > Yes, I think that may be t

Re: Invoice Importer

2012-02-17 Thread reubano
It then imports the file but only every even row. E.g., the results window says "5 lines imported: 3 ignored (not fixable)". -- View this message in context: http://gnucash.1415818.n4.nabble.com/Invoice-Importer-tp3591286p4397694.html Sent from the GnuCash - Dev mailing list archive at Nabble.co

Re: Invoice Importer

2012-02-17 Thread reubano
On Thu, Jan 5, 2012 at 7:04 PM, Reuben Cummings wrote: > Awesome! It works (as in I have the menu item... haven't tried to > import an invoice yet). Any chance, > http://svn.gnucash.org/docs/guide/python-import-invoices.html could be > updated with instructions for mac? So, upon further usage I c

Re: jhbuild error on Mac OSX Lion

2012-01-07 Thread reubano
nia--Njiro http://globalcyclesolutions.com rcummi...@globalcyclesolutions.com +255 756 477 319 (vodacom) +255 785 477 319 (airtel) +255 655 477 319 (tigo) +254 717 427 367 (safaricom) +1 (234) 738 2266 (u.s.) gmail/skype/twitter/linkedin - reubano -- View this message in context: http://gnuc

Re: Customer Import Plugin

2012-01-07 Thread reubano
Does this work on a mac? I added the line to ~/Library/Application Support/Gnucash/config.user but don't see the menu item. FYI, I used the same method to successfully add the invoice importer. GC 2.4.8 (binary) MacOSX Lion -- View this message in context: http://gnucash.1415818.n4.nabble.com/Cu

Re: Invoice Importer

2012-01-05 Thread reubano
4, 2012, at 10:56 PM, reubano wrote: > >> On Wed, Jan 4, 2012 at 10:44 PM, Derek Atkins-3 [via GnuCash] >> <[hidden email]> wrote: >>> Hi, >>> >>> On Wed, January 4, 2012 8:15 am, reubano wrote: >>>> I can't find config.user on my

Re: jhbuild error on Mac OSX Lion

2012-01-04 Thread reubano
On Thu, Jan 5, 2012 at 4:15 AM, John Ralls-2 [via GnuCash] wrote: > >>> >>> What does config.log say is the error from the C compiler? >> >> Where do I find the log file? > > When you get the error, select option 4, which will open a shell in the > build directory. config.log is there. This file

Re: Invoice Importer

2012-01-04 Thread reubano
On Wed, Jan 4, 2012 at 10:44 PM, Derek Atkins-3 [via GnuCash] wrote: > Hi, > > On Wed, January 4, 2012 8:15 am, reubano wrote: >> I can't find config.user on my system. The closet to it is >> ~/.gconf/apps/gnucash which contains 1 file (%gconf.xml) and 4 >> direct

Re: Invoice Importer

2012-01-04 Thread reubano
44 -0800 (PST) > reubano <[hidden email]> wrote: > >> On Tue, Jan 3, 2012 at 11:20 PM, John Ralls-2 [via GnuCash] >> <[hidden email]> wrote: >> > >> > On Jan 3, 2012, at 12:03 AM, reubano wrote: >> > >> >> >> >> Ch

jhbuild error on Mac OSX Lion

2012-01-04 Thread reubano
I can't get jhbuild to work for me. I followed the instructions at http://live.gnome.org/GTK%2B/OSX/Building#Procedure but using Xcode 4.2. I made a new user and ran sh gtk-osx-build-setup.sh However, when I ran jhbuild build python I got the following: *** Configuring python *** [1/

Re: Invoice Importer

2012-01-04 Thread reubano
On Tue, Jan 3, 2012 at 11:20 PM, John Ralls-2 [via GnuCash] wrote: > > On Jan 3, 2012, at 12:03 AM, reubano wrote: > >> >> Christian Stimming-4 wrote >>> >>> Am Sonntag, 12. Juni 2011 schrieb knew two gnucash: >>> >>>> Python is compil

Re: Invoice Importer

2012-01-03 Thread reubano
Christian Stimming-4 wrote > > Am Sonntag, 12. Juni 2011 schrieb knew two gnucash: > >> Python is compiled in, per the statement: >> "The Python extensions are an optional feature in the source code. To be >> able to use Python scripts, GnuCash must have been compiled with this >> option enabled