On Dec 24, 2007 1:12 PM, 7150 &lt;<a href="mailto:gyeager@litenverden.com">gyeager@litenverden.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am beginning to work with Python.<br><br>I want to place a project in a directory called pyProject on my SD card.<br><br>I know how to add a directory to the exiting path:<br><br> &nbsp; &nbsp;import sys<br> &nbsp; &nbsp;sys.path.append(&quot;/x/pyProject&quot;)
<br><br>I do not know how to specify the SD card and directory in the path<br>statement.</blockquote><div><br>The SD card would be mounted under /media or /mnt depending on the build.<br>However, it is only auto-mounted if present at boot-up&nbsp; If you insert it while the XO is running, you&#39;ll need to mount it manually.
<br><br>See:<br>&nbsp; <a href="http://wiki.laptop.org/go/Tests/SD_card">http://wiki.laptop.org/go/Tests/SD_card</a><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Thanks in advance!<br>_______________________________________________<br>community-support mailing list<br><a href="mailto:community-support@lists.laptop.org">community-support@lists.laptop.org</a><br><a href="http://lists.laptop.org/listinfo/community-support" target="_blank">
http://lists.laptop.org/listinfo/community-support</a><br></blockquote></div><br><br clear="all"><br>-- <br>Steve Holton<br><a href="mailto:sph0lt0n@gmail.com">sph0lt0n@gmail.com</a>