On May 31, 2007, at 6:37 PM, Robert Davidson wrote:

> EXECFILE ERROR arg is a built-in class

        That's a new one to me.

>          # Temporary hack to turn off the SizerPaletteForm
>          import inspect
> -        pth = os.path.split(inspect.getfile(self.__class__))[0]
> +        pth = os.path.split(inspect.getfile(sys._getframe()))[0]
>          if not os.path.exists(os.path.join(pth, "nopalette.flag")):
>              palette = self.SizerPalette
>              palette.Controller = self
>
>
> I have not tested this in any other environment, but it does not  
> appear to be a "Windows only" thing.

        I've confirmed that your version works outside of Windows, too, so  
I'll make that change.

> I'm very impressed with Dabo so far - and the screencasts are  
> excellent - Thanks!

        Glad you like what you've seen! And thank you for the fix; it's been  
committed.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to