Re: several version of eggs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sed

    Re: several version of eggs

    On Oct 7, 5:14 pm, "Diez B. Roggisch" <de...@nospam.w eb.dewrote:
    Sed wrote:
    you need to easy_install with -m/--multi-version. All of your packages..
    Unfortunately, this is not even working :(
    >
    It is.
    I see !!! thanks !!!

    the fact is that if you have only one egg of sqlachemy module (for
    example) which was not installed with easy_install -m, then you get
    stuck !

    I was having 3 eggs for sqlalchemy:- 2 of them with -m
    - 1 of them without -m (that was
    the mistake).

    thanks again.

    cEd
Working...