Oh, I see.

use library 1.1.5

versus

use library 1.1.6 #thats all now i get all features

That's part of pkg_resources.  It looks like this:

pkg_resources.require("mylibrary==1.1.6")
import mylibrary

There are plenty of other ways to manage this, most people use systems like virtualenv or buildout, but that's a discussion for the normal python mailing list, not the development one.

Hope that helps,

Matt
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to