Ed Leafe wrote: > On Dec 3, 2008, at 6:47 PM, Bob Sysero llc Dev wrote: > > >> Yes I am using on my Ubuntu to update my src folder that has Dabo: >> >> cd $HOME/src/dabo; svn up >> >> I check the dApp.py and found that the above code is what I have. How >> can I use svn to update the dApp.py? >> > > If you have that code, then you have the latest dApp.py. > > When you start the Class Designer, are you launching it from the > project home directory, or from the 'ide' directory that contains the > main ClassDesigner.py file? If you aren't in your project's home > directory, try running from it from there; e.g.: > > cd /home/ed/apps/my_project > python /home/ed/projects/ide/ClassDesigner.py ui/myForm.cdxml > > > -- Ed Leafe > It worked with out a problem. One thing that I noted that when I did:
cd /home/ed/apps/my_project/ui python /home/ed/projects/ide/ClassDesigner.py myForm.cdxml will not work but if I did what you said: cd /home/ed/apps/my_project python /home/ed/projects/ide/ClassDesigner.py ui/myForm.cdxml My question is why do you have to be in the top project folder to access the biz, db, ui .. folders? _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
