MySQL Forums
Forum List  »  MySQL Workbench

Re: Running WB 5.x plugin in WB 6 fails
Posted by: Alfredo Kojima
Date: March 21, 2014 09:38AM

Hi
execfile() will just load the module and unless your file is organized so that it will actually do work on import (instead of when an entry point is called), it won't do anything visible.

Anyway, the error you get is because of a bug in your code. You should look at the log file to see if there's a stack trace and if so, check what's wrong there. If not, examine what could be getting executed when the plugin is called to see if you're not adding the same control in some container more than once.
If you want help, paste the code that's building the UI so I can review.

--
Alfredo Kojima
MySQL Developer Tools

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Running WB 5.x plugin in WB 6 fails
593
March 21, 2014 09:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.