Bluebird: If you are using python 2.5, relative imports are no longer an issue: http://docs.python.org/whatsnew/pep-328.html
That problem solved, what you sometimes want is to change the version of your package. I just change the text in the PTH file, to point to another version, and voilá (no need to move files around or to mess with the code in the package itself). Probably you can write a script that changes the PTH file from python itself. Albert: Thanks, that looks useful. -- http://mail.python.org/mailman/listinfo/python-list