Hi Tom,<br><br>Thanks for the virtualenv pointer. We'll add it to the mix of things to evaluate for OS X.<br><br> - Ken<br><br><div class="gmail_quote">On Mon, May 10, 2010 at 10:47 AM, Tom Panzarella <span dir="ltr"><<a href="mailto:tpanzarella@gmail.com">tpanzarella@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">><br>
> One of the things that's being debated for C-Turtle is how to<br>
> package Python this time around. The options are:<br>
><br>
> 1) status quo: py25-* packages via MacPorts<br>
> 2) py26-* packages via MacPorts<br>
> 3) easy_install for all Python packages, use system installation of<br>
> Python<br>
><br>
> I'm starting to lean towards #3, based on the fact that I've<br>
> experienced numerous Python regressions with the MacPorts packages<br>
> (e.g. ipython and readline), but feedback is always welcome. I would<br>
> like a solution that works well with both 10.5 and 10.6, though the<br>
> large discontinuity between those OSX releases makes maintaining<br>
> both difficult (even from a Python perspective).<br>
<br>
</div>Ken,<br>
<br>
Another option is to use virtualenv (with the --no-site-packages<br>
option) to package python with ROS then use easy_install to install<br>
python packages into that python environment. This essentially allows<br>
you to dedicate a python to ROS and insulate ROS from any issues with<br>
other pythons installed on the host. If you are not familiar with<br>
virtualenv, you can read about it / get it from here: <a href="http://pypi.python.org/pypi/virtualenv" target="_blank">http://pypi.python.org/pypi/virtualenv</a><br>
<br>
Thanks,<br>
<font color="#888888">Tom.<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</div></div></blockquote></div><br>