Nicolas Fleury <[EMAIL PROTECTED]> writes:

> I have also third party packages.  Is it possible to make a package
> point to another folder?  For example:
>
> psyco23/...
> psyco24/...
> psyco/__init__.py  => points to psyco23 or psyco24 depending on Python
> version used.

You may manipulate the package path in the __init__.py file.
pkgutil may also be useful.

Thomas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to