-
```
What steps will reproduce the problem?
1. update to r1167
2. run /usr/local/boto/boto/pyami/startup.py
Traceback (most recent call last):
File "/usr/local/boto/boto/pyami/startup.py", line 43…
-
```
save_user_option does not work, because UserConfigPath is not defined.
Should probably be set to ~/.boto at the top of the file.
```
Original issue reported on code.google.com by `wrig...@gmail.c…
-
Looks like EPEL pushed out a version of boto that doesn't load. See the following code
``` python
$ python
Python 2.7.5 (default, Jun 17 2014, 18:11:42)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] on li…
stieg updated
9 years ago
-
```
in version 1.4c, line 59 of pyami/config.py references UserConfigPath, but
it is not defined. that's in the save_user_option() method. at a guess it
should come from a line like 26.
```
Origina…
-
```
in version 1.4c, line 59 of pyami/config.py references UserConfigPath, but
it is not defined. that's in the save_user_option() method. at a guess it
should come from a line like 26.
```
Origina…
-
```
Reported on the boto-users Google Group:
Actually, it looks like someone should run pyflakes (or similar) over the
whole of the Boto source tree. Below is what I get running pyflakes *.py
in the…
-
```
Reported on the boto-users Google Group:
Actually, it looks like someone should run pyflakes (or similar) over the
whole of the Boto source tree. Below is what I get running pyflakes *.py
in the…
-
```
python setup.py install
and install --user
fail for me on Ubuntu Lucid,
with
"ImportError: No module named darcsver.setuptools_command"
running install
running bdist_egg
running egg_info
writing …
-
Most classes in boto are old-style, meaning that super calls are implemented using Class.method(self), instead of the more modern super(Class, self).method(). Old-style classes are deprecated and no l…
-
![screen shot 2015-01-16 at 3 41 43 pm](https://cloud.githubusercontent.com/assets/1146297/5786243/a61d7f52-9d96-11e4-99aa-702e1422110a.png)
Every time we bump-up a base image version, built fails for…