Message226039
after some trial and error it only appears to break for 3rd party packages (all 20 or so i happened to have installed), whereas everything i tried importing from the standard library worked fine
```
>>> __import__('requests.', fromlist=[u'get'])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: Item in ``from list'' not a string
>>> __import__('os.', fromlist=[u'path'])
<module 'os' from '<snip (virtualenv)>/lib/python2.7/os.pyc'>
``` |
|
Date |
User |
Action |
Args |
2014-08-28 20:12:00 | davidszotten@gmail.com | set | recipients:
+ davidszotten@gmail.com, brett.cannon, rhettinger, ezio.melotti, eric.snow, berker.peksag, Julian.Gindi |
2014-08-28 20:12:00 | davidszotten@gmail.com | set | messageid: <1409256720.17.0.526791446065.issue21720@psf.upfronthosting.co.za> |
2014-08-28 20:12:00 | davidszotten@gmail.com | link | issue21720 messages |
2014-08-28 20:12:00 | davidszotten@gmail.com | create | |
|