bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Documentation: Looking for documentation on python scrip


From: Michael Petch
Subject: Re: [Bug-gnubg] Documentation: Looking for documentation on python scripting
Date: Mon, 30 Dec 2013 09:51:01 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 2013-12-30 09:40, Michael Petch wrote:
> Let me know if you are able to build it. I am recommending using the
> latest and greatest as there have been a number of Python bug fixes over
> the years. Using the latest doesn't improve the documentation unfortunately.

One other thing that is supported is the usage of the ipython command
interface. After building and installing GNUBG, consider installing this
package:

sudo apt-get install ipython

when running GNUBG it will use ipython if it is detected on your system.
You can tell if it is being used by launching gnubg with the -t
parameter like (this assumes you built from source and did a sudo make
install):

/usr/local/bin/gnubg -t

then at the GNUBG prompt issue a greater than sign on a line by itself,
like:

>

That should return something (version may be different) like:

IPython 0.13.1, Python 2.7.3 (default, Jan  2 2013, 14:09:21)
[GCC 4.7.2]

In <1> >

I prefer ipython for early development as it has some useful
functionality not found in the typical python command shell.

-- 
Michael Petch
CApp::Sysware Consulting Ltd.
OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304



reply via email to

[Prev in Thread] Current Thread [Next in Thread]