SD Card and Python

7150 gyeager at litenverden.com
Mon Dec 24 13:12:19 EST 2007


I am beginning to work with Python.

I want to place a project in a directory called pyProject on my SD card.

I know how to add a directory to the exiting path:

    import sys
    sys.path.append("/x/pyProject")

I do not know how to specify the SD card and directory in the path
statement.

Thanks in advance!


More information about the community-support mailing list