[Tutor] sys.path.append import python3 not working

Tim Golden mail at timgolden.me.uk
Wed Feb 5 13:02:19 CET 2014


On 05/02/2014 11:58, Oscar Benjamin wrote:
> Another option is to place it in site-packages. If you don't want to
> use the system site packages you can always use the one in your user
> directory. In my case on Ubuntu that's in
> ~/.local/lib/pythonX.Y/site-packages/

Good point: I always forget the user-specific site-package. Since the OP
is on Windows... on my (Windows 7) box it's:

  %APPDATA%\Python\Python33\site-packages

TJG


More information about the Tutor mailing list