Thanks Paul. Actually there was several things happening all at once. The first: I was on ubuntu 14.04 (I'm really a KDE guy). The second: I was using anaconda to setup the environment. The third: I just wanted the phoenix branch only. I assumed I could do that and I would get all the base stuff I needed (turned out to be true).

The git is different on Ubuntu from my openSUSE - I think it's a newer version and I did not realize it was telling me what was wrong but I couldn't read it. The font was so small on the terminal that it was unreadable and I didn't know how to increase the font size (it's easy under KDE) for the terminal.

The anaconda environment wouldn't allow me to create and write to a new folder (used anaconda to get wxPython 3.0 installed on ubuntu).

At the moment dabo is having trouble with fonts - I think that it's strange there is stuff from 2005 dealing with fonts in Dabo (10 years?). I'm getting a missing family font error from wx. But from what I can determine at the moment it's not even needed - comes from get.Nativefont() (not sure about that name of the function).


Johnf

On 08/29/2014 03:38 PM, Paul McNett wrote:
You don't need to clone dabo all over again, unless you really want to keep it separate. Just:

    cd dabo
    git pull origin phoenix-2ndtry
    git checkout phoenix-2ndtry

When you want to go back to working, master, v0.8 or whatever, just:

    cd dabo
    git checkout working

But if you want to clone a new dabo repository (why?), just add this line first:

    git clone https://github.com/dabodev/dabo.git dabo-anotherclone

and change the 'cd dabo' to 'cd dabo-anotherclone'

Hope it helps
Paul

On 8/29/14, 2:31 PM, John Fabiani wrote:
On 08/29/2014 02:27 PM, John Fabiani wrote:
git clone -v phoenix-2ndtry [email protected]:dabodev/dabo.git ./phoenix
oops
git clone -b phoenix-2ndtry [email protected]:dabodev/dabo.git ./phoenix
Johnf


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to