Hi,

>   File "/usr/local/bin/wxgazebo", line 4, in ?
>     from wxgazebo.main import main
> ImportError: No module named wxgazebo.main

The above error is typically a mis-configured PYTHONPATH.
Gazebo expert Nate said about that error:
> Hello,
>
> You need to tell python where to find wxgazebo:
>
> For example:
> export PYTHONPATH=~/local/lib/python2.3/site-packages:$PYTHONPATH
>
> -nate

After you fixed that you indicated you got an error of:
> Python bindings for libgazebo not found; please re-install Gazebo
> with bindings enabled, or else fix you PYTHONPATH

In my case, the python bindings error was fixed by disabling selinux.
I commented out the exit from the sys.exit(-1) in main.py to see
the real error.  It had something to do with permissions which I
googled on and found a selinux link.  I disabled selinux and
wxgazebo is now running happily on the laptop I was configuring.

Kevin



Vaibhav Ghadiok
> hi
>
> Disabling the selinux didn't work for me. I still get the message
> Traceback (most recent call last):
>   File "/usr/local/bin/wxgazebo", line 4, in ?
>     from wxgazebo.main import main
> ImportError: No module named wxgazebo.main
>
> Cheers
> Vaibhav
>
> On 7/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>> It is usually under a menu item like security/firewall.  If it
>> isn't obvious try googling for it along with your distribution
>> to find the instructions.
>>
>> Kevin
>>
>>
>> Vaibhav Ghadiok
>> > How should I disbale selinux?
>> >
>> > On 7/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Hi,
>> >>
>> >> I didn't find a quick way to reply to the list, but I had the
>> >> same problem today.  My solution - disable selinux.
>> >>
>> >> Kevin
>> >>
>> >>
>> >>
>> >
>> >
>>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-gazebo mailing list
Playerstage-gazebo@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to