Tim Mazid | 9 May 2012 11:26
Picon

Web interface

Hi,

I'm trying to try out the web interface, but am getting this error:

$ interfaces/web/cfbe.py ~/projects/proj/
Bugs Everywhere Directory v1.4
Traceback (most recent call last):
  File "interfaces/web/cfbe.py", line 42, in <module>
    cherrypy.quickstart(WebInterface, '/', app_config)
AttributeError: 'module' object has no attribute 'quickstart'

This is with the latest be from git, and python-cherrypy 2.3.0-3 from
Debian wheezy.

Thanks,
Tim
Israel Basurto | 10 May 2012 13:06
Picon

Re: Web interface

Try to install python-cherrypy3


If I remember correctly, this worked for my when I tried it on ubuntu


On Wed, May 9, 2012 at 11:26 AM, Tim Mazid <lt.infiltrator <at> gmail.com> wrote:
Hi,

I'm trying to try out the web interface, but am getting this error:

$ interfaces/web/cfbe.py ~/projects/proj/
Bugs Everywhere Directory v1.4
Traceback (most recent call last):
 File "interfaces/web/cfbe.py", line 42, in <module>
   cherrypy.quickstart(WebInterface, '/', app_config)
AttributeError: 'module' object has no attribute 'quickstart'

This is with the latest be from git, and python-cherrypy 2.3.0-3 from
Debian wheezy.

Thanks,
Tim

_______________________________________________
Be-devel mailing list
Be-devel <at> bugseverywhere.org
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

_______________________________________________
Be-devel mailing list
Be-devel <at> bugseverywhere.org
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
W. Trevor King | 10 May 2012 14:53
Picon
Favicon

Re: Web interface

On Wed, May 09, 2012 at 07:26:14PM +1000, Tim Mazid wrote:
>     cherrypy.quickstart(WebInterface, '/', app_config)
> AttributeError: 'module' object has no attribute 'quickstart'

On Thu, May 10, 2012 at 01:06:22PM +0200, Israel Basurto wrote:
> Try to install python-cherrypy3

Yup.  `cherrypy.quickstart` comes from CherryPy 3.0.0alpha way back in
2006 [1].

Cheers,
Trevor

[1]: https://bitbucket.org/cherrypy/cherrypy/changeset/2d379879aed2#chg-cherrypy/__init__.py

--
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
_______________________________________________
Be-devel mailing list
Be-devel <at> bugseverywhere.org
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
W. Trevor King | 10 May 2012 15:01
Picon
Favicon

Re: Web interface

On Thu, May 10, 2012 at 08:53:59AM -0400, W. Trevor King wrote:
> On Wed, May 09, 2012 at 07:26:14PM +1000, Tim Mazid wrote:
> >     cherrypy.quickstart(WebInterface, '/', app_config)
> > AttributeError: 'module' object has no attribute 'quickstart'
> 
> On Thu, May 10, 2012 at 01:06:22PM +0200, Israel Basurto wrote:
> > Try to install python-cherrypy3
> 
> Yup.  `cherrypy.quickstart` comes from CherryPy 3.0.0alpha way back in
> 2006 [1].

I've updated the dependency docs in my branch to suggest
python-cherrypy3 for Debian.

--

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
_______________________________________________
Be-devel mailing list
Be-devel <at> bugseverywhere.org
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Gmane