News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxWidgets wizard "wxsmith plugin not loaded"

Started by nmtservice, September 21, 2007, 09:07:01 PM

Previous topic - Next topic

nmtservice

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



raph

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
./configure --with-contrib-plugins=all
After compiling cb, wxSmith should be installed then (check in Plugins->Manage Plugins).

nmtservice

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?

raph

wxSmith should be inside the codeblocks-contrib_1.0svn****_i386.deb package.

mandrav

Also check that wxSmith is enabled in " Plugins->Manage plugins".
Be patient!
This bug will be fixed soon...

nmtservice

Thanks to everybody!
after execute apt-get install codeblocks-contrib wxsmith wizard works perfectly

CodeNewbie

I really don't understand ??? What do you mean with "compile"? Can someone explain step by step please? ty

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

CodeNewbie

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  :-[

oBFusCATed

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

Jenna

Make sure the codeblocks-contrib package is installed.