Re: [Zope-dev] conflict error

2007-11-15 Thread peter . koppatz

Hi Paul,

I experimented a litle bit.

I removed zope.publisher-3.4.1-py2.4.egg/ and  zope.traversing-3.4.0-py2.4.egg/
Then I transfered  zope.traversing-3.5.0a1.dev_r78730-py2.4.egg/ and  
zope.publisher-3.5.0a1.dev_r78838-py2.4.egg/ from another box where the update 
of zcontact was succeessful. On the other box I installed an prior version of 
zcontact.

And now it works!?

But I can't reproducing the dependencies.

Peter


I recently switched setup.py and buildout to use the new zope3.4 KGS
and this caused some problems for existing installations of zcontact.
Please submit a bug on launchpad (http://launchpad.net/zcontact) and
I'll see if I can find what is causing the clonflict sometime today.

- Paul

On Nov 14, 2007 11:48 AM,  [EMAIL PROTECTED] wrote:

Hello,

how can the error be corrected?

./bin/easy_install -U zcontact
Searching for zcontact
Reading http://pypi.python.org/simple/zcontact/
Reading http://launchpad.net/zcontact
Best match: zcontact 0.1.0a9
Processing zcontact-0.1.0a9-py2.4.egg
zcontact 0.1.0a9 is already the active version in easy-install.pth

Using 
/home/peter/p007-zcontact-demo/lib/python2.4/site-packages/zcontact-0.1.0a9-py2.4.egg
Reading http://download.zope.org/zope3.4
Processing dependencies for zcontact
error: Installed distribution zope.traversing 3.4.0 conflicts with requirement 
zope.traversing=3.5.0a1.dev-r78730

Peter

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )







___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] conflict error

2007-11-14 Thread Paul Carduner
Hi Peter,

I recently switched setup.py and buildout to use the new zope3.4 KGS
and this caused some problems for existing installations of zcontact.
Please submit a bug on launchpad (http://launchpad.net/zcontact) and
I'll see if I can find what is causing the clonflict sometime today.

- Paul

On Nov 14, 2007 11:48 AM,  [EMAIL PROTECTED] wrote:
 Hello,

 how can the error be corrected?

 ./bin/easy_install -U zcontact
 Searching for zcontact
 Reading http://pypi.python.org/simple/zcontact/
 Reading http://launchpad.net/zcontact
 Best match: zcontact 0.1.0a9
 Processing zcontact-0.1.0a9-py2.4.egg
 zcontact 0.1.0a9 is already the active version in easy-install.pth

 Using 
 /home/peter/p007-zcontact-demo/lib/python2.4/site-packages/zcontact-0.1.0a9-py2.4.egg
 Reading http://download.zope.org/zope3.4
 Processing dependencies for zcontact
 error: Installed distribution zope.traversing 3.4.0 conflicts with 
 requirement zope.traversing=3.5.0a1.dev-r78730

 Peter

 ___
 Zope-Dev maillist  -  Zope-Dev@zope.org
 http://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope )

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] conflict error

2007-11-14 Thread peter . koppatz

Hello,

how can the error be corrected?

./bin/easy_install -U zcontact
Searching for zcontact
Reading http://pypi.python.org/simple/zcontact/
Reading http://launchpad.net/zcontact
Best match: zcontact 0.1.0a9
Processing zcontact-0.1.0a9-py2.4.egg
zcontact 0.1.0a9 is already the active version in easy-install.pth

Using 
/home/peter/p007-zcontact-demo/lib/python2.4/site-packages/zcontact-0.1.0a9-py2.4.egg
Reading http://download.zope.org/zope3.4
Processing dependencies for zcontact
error: Installed distribution zope.traversing 3.4.0 conflicts with requirement 
zope.traversing=3.5.0a1.dev-r78730

Peter

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] conflict error

2007-11-14 Thread Chris McDonough
What's causing the conflict is the fact that  
zope.traversing=3.5.0a1.dev-r78730 isn't in the KGS (nor will it get  
in there).  It might help for Peter to move his zope.app.publisher egg  
aside (which is the thing that depends on this release) and try the -U  
again.


On Nov 14, 2007, at 3:21 PM, Paul Carduner wrote:


Hi Peter,

I recently switched setup.py and buildout to use the new zope3.4 KGS
and this caused some problems for existing installations of zcontact.
Please submit a bug on launchpad (http://launchpad.net/zcontact) and
I'll see if I can find what is causing the clonflict sometime today.

- Paul

On Nov 14, 2007 11:48 AM,  [EMAIL PROTECTED] wrote:

Hello,

how can the error be corrected?

./bin/easy_install -U zcontact
Searching for zcontact
Reading http://pypi.python.org/simple/zcontact/
Reading http://launchpad.net/zcontact
Best match: zcontact 0.1.0a9
Processing zcontact-0.1.0a9-py2.4.egg
zcontact 0.1.0a9 is already the active version in easy-install.pth

Using /home/peter/p007-zcontact-demo/lib/python2.4/site-packages/ 
zcontact-0.1.0a9-py2.4.egg

Reading http://download.zope.org/zope3.4
Processing dependencies for zcontact
error: Installed distribution zope.traversing 3.4.0 conflicts with  
requirement zope.traversing=3.5.0a1.dev-r78730


Peter

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )



___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )