Anthony Papillion <papill...@gmail.com> writes:

> import os
>
> os.path.append('$HOME/gsutils/boto')
>
> thinking I could then successfully do the import boto statement.
> Nope.

You'll need to give the literal path. Substitution of environment
variables isn't performed implicitly in strings.

-- 
 \         “When we pray to God we must be seeking nothing — nothing.” |
  `\                                          —Saint Francis of Assisi |
_o__)                                                                  |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to