|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
easy_insatll -U returns 1.0b already installed?Dear all,
This is fantastic news! Especially for someone like me, waiting for the 1.0 final for months now :-) Although I get "1.0b1 already installed" if I try to do a simple "easy_install -U grokproject". Anyone seeing this as well? Thanks again for the release! Pascal _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: easy_insatll -U returns 1.0b already installed?Hello, everybody!
Congrats to the developers! Pascal, for me easy_install -U worked without errors. But I am using the python environment directly, because virtualenv seems not to work for me (https://answers.launchpad.net/virtualenv/+question/84741). (Probably) because of that when running grokproject to create a grok project, I get the error: While: Installing eggbasket. Error: There is a version conflict. We already have: zope.schema 3.4.0 Probably because I have Zope 3.4.1 and Zope 2.12 also installed. Thanks. Regards Milind Khadilkar On Thu, Oct 8, 2009 at 12:59 AM, Pascal Oberndörfer <p.oberndoerfer@...> wrote: Dear all, _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: easy_insatll -U returns 1.0b already installed?On Oct 7, 2009, at 12:29 PM, Pascal Oberndörfer wrote: > Dear all, > > This is fantastic news! Especially for someone like me, waiting for > the > 1.0 final for months now :-) > > Although I get "1.0b1 already installed" if I try to do a simple > "easy_install -U grokproject". Anyone seeing this as well? > I just installed 1.0b1 then updated to 1.0, using easy_install on Python 2.5 on a Mac, and couldn't reproduce the problem. So I suspect there is some additional funkyness at play that's making you get this error message? _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: easy_insatll -U returns 1.0b already installed?On Oct 7, 2009, at 5:31 PM, Milind Khadilkar wrote: Hello, everybody! You definitely want to isolate your packages if you've got Zope 2, Zope 3 and Grok installed! The answer to your virtualenv problem is here: import _socket ImportError: No module named _socket You need the compiled _socket extension module to be available as part of your Python install. So I think this is a problem with the Python build that you're using. Try gettting another Python install with a working _socket module and you should be good. _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
[solved] Re: easy_insatll -U returns 1.0b already installed?> On Oct 7, 2009, at 12:29 PM, Pascal Oberndörfer wrote:
> >> Dear all, >> >> This is fantastic news! Especially for someone like me, waiting for >> the >> 1.0 final for months now :-) >> >> Although I get "1.0b1 already installed" if I try to do a simple >> "easy_install -U grokproject". Anyone seeing this as well? >> > > I just installed 1.0b1 then updated to 1.0, using easy_install on > Python 2.5 on a Mac, and couldn't reproduce the problem. So I suspect > there is some additional funkyness at play that's making you get this > error message? Kevin, Thanks for trying to reproduce the error! As I was not able to find the culprit i finally "cleaned" site-packages and re-ran easy_install just fine. Sorry for any confusion. Pascal _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
| Free embeddable forum powered by Nabble | Forum Help |