Hi there,

I got the latest CVS-Version today and tryed to set it up.
The first issue I had to struggle with was that file that had to be
copyed into "/usr/local/lib/python2.4/site-packages" by the
install-script could not. The Script said "copying [...]" and the next
line said that the file copyed the moment before was not there. This had
not to do with rights - I tryed as superuser. I copied the files then by
myself:
[EMAIL PROTECTED]:/usr/local/lib/python2.4/site-packages$ sudo cp -r
/home/tom/Install/gazebo/code/gazebo/gui/wx/build/lib.linux-i686-2.4/wxgazebo/
.
[EMAIL PROTECTED]:/usr/local/lib/python2.4/site-packages$ sudo cp
/home/tom/Install/gazebo/code/gazebo/libgazebo/bindings/python/build/lib.linux-i686-2.4/_gazebo.so
.
[EMAIL PROTECTED]:/usr/local/lib/python2.4/site-packages$ sudo cp
/home/tom/Install/gazebo/code/gazebo/libgazebo/bindings/python/build/lib.linux-i686-2.4/gazebo.py
.


After I had done this the script went through, so I thought I test it.
The following errors came up:
[EMAIL PROTECTED]:~/Install/gazebo/code/gazebo/worlds$ sudo wxgazebo
starting server
stopping server
Traceback (most recent call last):
  File "/usr/local/bin/wxgazebo", line 6, in ?
    main(sys.argv)
  File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line
254, in main
    server.stop()
  File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line
74, in stop
    os.kill(self.pid, signal.SIGINT)
KeyboardInterrupt
stopping server
Traceback (most recent call last):
  File "/usr/local/bin/wxgazebo", line 6, in ?
    main(sys.argv)
  File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line
254, in main
    server.stop()
  File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line
74, in stop
    os.kill(self.pid, signal.SIGINT)
TypeError: an integer is required

Do you have any suggestions?

Thanks in advance
Tom

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to