Re: [Tutor] Python packaging Was:Re: sys.path.append import python3 not working

2014-02-05 Thread Alan Gauld
On 05/02/14 19:36, Oscar Benjamin wrote: all a bit of a mess and I hope the promised improvements from Python 3.4 onwards will make it a lot less messy! The only improvement Python 3.4 brings is that pip and setuptools will usually be bundled with Python Yes, I wasn't expecting 3.4 to delive

[Tutor] Python packaging Was:Re: sys.path.append import python3 not working

2014-02-05 Thread Oscar Benjamin
On 5 February 2014 16:42, ALAN GAULD wrote: > >> And after 15 years of using Python I didn't know it existed until now! >> I've always used a local directory and added it to PYTHONPATH... > > Then maybe you're also not aware of the --user option for > pip/easy_install. That's how I discovered the