<div>post baypiggies morning are always great for toying around. I&#39;m writting a .sln (Microsoft visual studio solution file) parser using python-ply, and wanted to work on it on my Mac that doesn&#39;t have python-ply installed.</div>
<div><br></div><div>So I thought I&#39;d give pip and virtualenv a try to local install ply with ease and not polute my global site-packages folder. And that was easy indeed.</div><div><br></div><div>- Benjamin</div><div>
<br></div><div>$ sudo easy_install pip # virtualenv was already installed, think you install it the same way</div><div>$ svn co /path/to/my/project</div><div>$ cd my/project</div><div><div>$ virtualenv pyenv</div><div>New python executable in pyenv/bin/python</div>
<div>Installing setuptools............done.</div><div><div>$ pip install -E pyenv ply</div><div>Downloading/unpacking ply</div><div>  Downloading ply-3.2.tar.gz (139Kb): 139Kb downloaded</div><div>  Running setup.py egg_info for package ply</div>
<div>Installing collected packages: ply</div><div>  Running setup.py install for ply</div><div>Successfully installed ply</div><div><div>$ export PATH=pyenv/bin:$PATH</div><div><div><div>$ python</div><div>Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) </div>
<div>[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin</div><div>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.</div><div>&gt;&gt;&gt; import ply</div>
<div>&gt;&gt;&gt; </div><div><br></div></div></div></div><div><br></div></div></div><div><br></div><br><br><div class="gmail_quote">On Fri, Mar 27, 2009 at 9:16 AM, Alison Chaiken <span dir="ltr">&lt;<a href="mailto:alchaiken@gmail.com">alchaiken@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Thanks to all last night&#39;s presenters.    I&#39;ve installed pylint and am<br>
looking into fabric!<br>
<br>
Do not respond to me about the job opening appended below.    I&#39;m<br>
merely forwarding it from another mailing list.<br>
<br>
--<br>
Alison Chaiken<br>
(650) 279-5600  (cell)<br>
    <a href="http://www.exerciseforthereader.org/" target="_blank">http://www.exerciseforthereader.org/</a><br>
The Human Genome is smaller than Microsoft Office.   -- Steve Jurvetson<br>
<br>
<br>
<br>
<br>
<br>
GEOSPATIAL SOFTWARE ARCHITECT<br>
<br>
Title:    Software Developer (full-time position)<br>
Location: NASA Ames Research Center, Moffett Field, CA<br>
<br>
Want to help NASA return to the Moon? Want to build cutting-edge planetary<br>
mapping and modeling systems? Want to create geospatial user interfaces<br>
that reach millions of people?<br>
<br>
The NASA Ames Intelligent Robotics Group (<a href="http://irg.arc.nasa.gov" target="_blank">irg.arc.nasa.gov</a>) has an<br>
immediate opening for a full-time software developer to help create the<br>
next generation of planetary data systems, geospatial user interfaces, and<br>
teraflop image processing pipelines. This is a high-profile, high-impact<br>
opportunity to create software that will make a difference in how we<br>
explore space. This software will be used by NASA mission engineers, the<br>
planetary science community, and the general public, through Google Earth<br>
and other cutting-edge science and outreach platforms.<br>
<br>
Applicants should hold a B.S. (or higher) in Computer Science and have<br>
excellent software engineering and system development skills. A strong<br>
background in UNIX development and open-source tools is required. In<br>
addition, knowledge in one (or more) of the following areas is greatly<br>
preferred:<br>
<br>
  - C++, Java, Python, and Django<br>
<br>
  - distributed, multi-threaded and parallel processing<br>
<br>
  - geospatial systems (GIS, geodesy, experience with GDAL, proj.4, etc.)<br>
<br>
  - computer vision (camera models, stereo vision, 2D/3D mosaicking)<br>
<br>
  - linear algebra and statistics, plus some knowledge of optimization,<br>
    estimation, and probablistic methods<br>
<br>
If you are interested in applying for this position, please send the<br>
following via email:<br>
<br>
  - a letter describing your background and software experience<br>
<br>
  - a detailed resume (PDF or text)<br>
<br>
  - contact details for two (or more) references<br>
<br>
to Dr. Terry Fong &lt;<a href="mailto:terry.fong@nasa.gov">terry.fong@nasa.gov</a>&gt;.<br>
<br>
The NASA Ames Intelligent Robotics Group (IRG) is dedicated to enabling<br>
humans and robots to explore and learn about extreme environments, remote<br>
locations, and uncharted worlds. IRG conducts applied research in a wide<br>
range of areas with an emphasis on robotics systems science and field<br>
testing. IRG&#39;s expertise includes applied computer vision (navigation, 3D<br>
surface modeling, automated science support), human-robot interaction,<br>
interactive 3D user interfaces, robot software architecture, and planetary<br>
rovers. Recent projects include:<br>
<br>
  Google Mars 3D                  <a href="http://earth.google.com" target="_blank">http://earth.google.com</a><br>
  Google NASA Planetary Content:  <a href="http://ti.arc.nasa.gov/projects/planetary" target="_blank">http://ti.arc.nasa.gov/projects/planetary</a><br>
  Robotic Site Survey:            <a href="http://haughton2007.arc.nasa.gov" target="_blank">http://haughton2007.arc.nasa.gov</a><br>
  GigaPan GigaPixel Panoramas:    <a href="http://gigapan.org" target="_blank">http://gigapan.org</a><br>
_______________________________________________<br>
Baypiggies mailing list<br>
<a href="mailto:Baypiggies@python.org">Baypiggies@python.org</a><br>
To change your subscription options or unsubscribe:<br>
<a href="http://mail.python.org/mailman/listinfo/baypiggies" target="_blank">http://mail.python.org/mailman/listinfo/baypiggies</a><br>
</blockquote></div><br>