[ANN] CubicWeb 3.8 released
rohitkav123 at gmail.com
rohitkav123 at gmail.com
Wed Aug 8 09:19:06 EDT 2012
Hi Sylvain,
I was trying to install Cubicweb on my Ubuntu 12.04. I believe it got installed, but I do get this error.
~$ cubicweb-ctl
Traceback (most recent call last):
File "/usr/local/bin/cubicweb-ctl", line 4, in <module>
import pkg_resources
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Twisted
rohit at rohit-Aspire-4720Z:~$
Could you help me
On Wednesday, April 28, 2010 4:05:20 PM UTC+5:30, Sylvain Thénault wrote:
> CubicWeb 3.8.0 went out last week, but now we have tested it, produced
> a 3.8.1, it's show time!
>
>
> What's new in CubicWeb 3.8?
>
>
> One of the most important change is http server update to move from deadend
> twisted.web2 to twisted.web. With this change come the possibility to configure
> the maximum size of POST request in the configuration file (was hard-coded to
> 100Mo before).
>
> Other changes include:
>
> * CubicWeb should now be installable through **pip** or **easy_install**.
> This is still experimental, and we don't use it that much so please,
> give us some feedback! Some cubes are now also pipable (comment, blog...),
> but more will come with new releases.
>
> * .execute() function lost is cache key argument. This is a great news since
> it was a pain to explain and most cubicweb users didn't know how to handle
> it well (and I'm thre greatest beneficer since I won't have to explain over
> and over again)
>
> * nicer schema and workflow views
>
> * refactored web session handling, which should now be cleaner, clearer, hence
> less buggy...
>
> * nicer skeleton generation for new cubes, cleaner __pkginfo__ (you don't have
> to define both __depends__ / __depends_cubes__ or __recommends__ /
> __recommends_cubes__ in the general case, and other cleanups)
>
> Enjoy!
> --
> Sylvain Thénault LOGILAB, Paris (France)
> Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
> Développement logiciel sur mesure: http://www.logilab.fr/services
> CubicWeb, the semantic web framework: http://www.cubicweb.org
More information about the Python-list
mailing list