<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have recently had moderate success with wxwidgets 2.9.1 and wxpython 2.9.1, both installed manually, per instructions on the website. <div><br></div><div>I actually got turtlesim running with turtle_teleop (keyboard) on OSX 10.6, everything in 64bit. </div><div><br></div><div>However, rxgraph doesn't work quite right. The window pops up, but then I get lots of runtime errors from cairo, which I'll list post script. </div><div><br></div><div>The point is, wx* 2.9 may solve some of your 64-bit ogre problems, but then again, maybe not. </div><div><br></div><div>--Nick </div><div><br></div><div>PS: Here are the messages I get from running rxgraph</div><div><br></div><div><br></div><div><div>** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)</div><div>** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)</div><div>** Message: pygobject_register_sinkfunc is deprecated (GtkObject)</div><div><br></div><div>[NICK: The following messages are generated by objective c when you are not managing memory properly.]</div><div><br></div><div>2010-10-05 09:23:21.906 Python[83627:3703] *** __NSAutoreleaseNoPool(): Object 0x117006560 of class NSObject autoreleased with no pool in place - just leaking</div><div>2010-10-05 09:23:21.910 Python[83627:3703] *** __NSAutoreleaseNoPool(): Object 0x11705dc00 of class NSConcreteMapTable autoreleased with no pool in place - just leaking</div><div>Traceback (most recent call last):</div><div>  File "/Users/nick/ros/ros/tools/xdot/src/xdot/wxxdot.py", line 185, in OnPaint</div><div>    ctx = wxcairo.ContextFromDC(dc)</div><div>  File "/Library/Python/2.6/site-packages/wx-2.9.1-osx_cocoa/wx/lib/wxcairo.py", line 92, in ContextFromDC</div><div>    cairoLib.cairo_quartz_surface_create_for_cg_context(</div><div>  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/__init__.py", line 358, in __getattr__</div><div>    func = self.__getitem__(name)</div><div>  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/__init__.py", line 363, in __getitem__</div><div>    func = self._FuncPtr((name_or_ordinal, self))</div><div><br></div><div>[NICK: Not sure what causes these errors.]</div><div><br></div><div>AttributeError: dlsym(RTLD_DEFAULT, cairo_quartz_surface_create_for_cg_context): symbol not found</div><div>Traceback (most recent call last):</div><div>  File "/Users/nick/ros/ros/tools/xdot/src/xdot/wxxdot.py", line 185, in OnPaint</div><div>    ctx = wxcairo.ContextFromDC(dc)</div><div>  File "/Library/Python/2.6/site-packages/wx-2.9.1-osx_cocoa/wx/lib/wxcairo.py", line 92, in ContextFromDC</div><div>    cairoLib.cairo_quartz_surface_create_for_cg_context(</div><div>  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/__init__.py", line 358, in __getattr__</div><div>    func = self.__getitem__(name)</div><div>  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/__init__.py", line 363, in __getitem__</div><div>    func = self._FuncPtr((name_or_ordinal, self))</div><div>AttributeError: dlsym(RTLD_DEFAULT, cairo_quartz_surface_create_for_cg_context): symbol not found</div><div><br></div></div><div><br></div><div><br></div><div><br><div><div>On Oct 4, 2010, at 7:34 PM, Josh Faust wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><p>Josh, could you tell us which version of wxwidgets you're using?</p><div> <br class="webkit-block-placeholder"></div></blockquote>

<div><br></div><div>I'm on Leopard (not Snow Leopard), so I use the standard 2.8.x that comes with macports. </div><div><br></div><div>Josh</div></div>
_______________________________________________<br>ros-users mailing list<br><a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>https://code.ros.org/mailman/listinfo/ros-users<br></blockquote></div><br></div></body></html>