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



_______________________________________________
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]

Reply via email to