Re: several version of eggs
cedric briner <work-W/[email protected]>
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <[email protected]> |
cedric briner wrote: > >> Hello, > >> > ######################################## > 1 ###################################### > ######################################## > > >> I thought that with eggs, I will be able to choose at run time, which > >> version of an egg I would like to use. > > > > You must install them using the --multi-version (-m) option of > > easy_install. I've got the solution. I should have installed all of them with the option -m. Because in my case, I installed 3 eggs of sqlalchemy: drwxr-xr-x ... SQLAlchemy-0.4.4-py2.4.egg drwxr-xr-x ... SQLAlchemy-0.4.4-py2.5.egg drwxr-xr-x ... SQLAlchemy-0.4.6-py2.5.egg and the first one was not installed with -m option. Once this was made, everythings worked smoothly. thanks for your help cEd -- Cedric BRINER Geneva - Switzerland