Author Topic: wxWidgets wizard "wxsmith plugin not loaded"  (Read 13742 times)

nmtservice

  • Guest
wxWidgets wizard "wxsmith plugin not loaded"
« on: September 21, 2007, 09:07:01 pm »
Following this sequence:

Creating new project:

File -> New -> Project... -> wxWidgets project -> Go -> Next -> wxWidgets 2.8.x -> Next -> Project Title: Test -> Next -> Next -> wxSmith -> Next

The following dialog pop ups:

Script Information
"wxSmith plugin is not loaded, can not continue"

I've searched the forum and I only found the same problem reported by user Volgovod but it's still unanswered.
I'm running C:B SVN 4446 on Xubuntu 7.04
Thanks in advance



Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #1 on: September 21, 2007, 09:17:08 pm »
Since you have choosen to use wxSmith as a gui designer, you need to have the wxSmith plugin activated.
Be sure to have wxSmith be compiled e.g. by configuring codeblocks with
Code
./configure --with-contrib-plugins=all
After compiling cb, wxSmith should be installed then (check in Plugins->Manage Plugins).

nmtservice

  • Guest
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #2 on: September 21, 2007, 09:59:09 pm »
Thanks for you quick response!
My C::B enviroment was installed following the steps at C::B wiki http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu
So, to solve wxWidget wizard I must download C:BB source and compile it?
There is no way to add a plugin without compilation?

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #3 on: September 21, 2007, 10:13:41 pm »
wxSmith should be inside the codeblocks-contrib_1.0svn****_i386.deb package.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #4 on: September 21, 2007, 10:46:21 pm »
Also check that wxSmith is enabled in " Plugins->Manage plugins".
Be patient!
This bug will be fixed soon...

nmtservice

  • Guest
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #5 on: September 22, 2007, 12:07:57 am »
Thanks to everybody!
after execute apt-get install codeblocks-contrib wxsmith wizard works perfectly

Offline CodeNewbie

  • Single posting newcomer
  • *
  • Posts: 2
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #6 on: March 27, 2012, 11:19:58 pm »
I really don't understand ??? What do you mean with "compile"? Can someone explain step by step please? ty

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #7 on: March 28, 2012, 12:35:55 am »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline CodeNewbie

  • Single posting newcomer
  • *
  • Posts: 2
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #8 on: March 29, 2012, 03:46:22 pm »
I am running Code::Blocks version 10.05 on Linux Ubuntu (Natty).
The compiler I use is GNU GCC or something like that


When I do this: File -> New -> Project... -> wxWidgets project -> Go -> Next -> wxWidgets 2.8.x -> Next -> Project Title: Test -> Next -> Next -> wxSmith -> Next
It says wxSmith Plugin not loaded.

    (Although the following is not necessary, showing that you
     have tried increases the likely-hood of a response.)
I have already tried to reinstall C::B
I restarted my computer
I don't know what to do, I don't want to ruin C::B on my laptop  :-[

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #9 on: March 29, 2012, 03:57:37 pm »
You have to see if the plugin is really installed in the "Plugins->Manage plugin..." dialog.
If it is not reinstall and make sure that you enable it in the installation's options (it is off by default).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: wxWidgets wizard "wxsmith plugin not loaded"
« Reply #10 on: March 29, 2012, 05:05:05 pm »
Make sure the codeblocks-contrib package is installed.