johnf wrote: > On Wednesday 03 December 2008 04:47:40 pm Bob Sysero llc Dev wrote: > >> Ed Leafe wrote: >> >>> On Dec 3, 2008, at 4:38 PM, Bob Sysero llc Dev wrote >>> >>> >>> Perhaps you have an old version of dApp.py? Since you have the newer >>> IDE code, I'm assuming that you are running using the SVN code. We >>> recently fixed a problem with importing these namespaces when running >>> Python version 2.4. >>> >>> If you open dApp.py, do you see the following code starting at line >>> 921: >>> >>> else: >>> try: >>> (f, p, d) = imp.find_module(dd) >>> setattr(self, dd, imp.load_module(dd, f, p, d)) >>> except ImportError, e: >>> self.__setattr__(dd, currmod) >>> >>> >>> >>> -- Ed Leafe >>> >> 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? >> >> Bob >> > > Should be automatic when using SVN unless there is a conflict. Sometimes > when > I'm trying to trace down an issue I make changes to Dabo py's and that causes > conflicts. I just delete my copy of the py and re-issue the 'svn up' and svn > will restore the Dabo version of the py. I'm not sure this will help in your > case. > I removed the dApp.py in the home/bobsysero/src/dabo/dabo and ran in the terminal:
cd $HOME/src/dabo; svn up same problem and no change in the problem. Bob _______________________________________________ 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]
