[web2py] Re: Cannot import module 'guppy', appadmin cache

2013-04-19 Thread Niphlod
did you try opening a python shell and seeing if you can still import guppy (i.e. it wasn't removed after all) ? On Thursday, April 18, 2013 11:51:05 PM UTC+2, BlueShadow wrote: I did kill all processes remotly related to web2py an uswgi and the internet restarted all and the cache page

[web2py] Re: Cannot import module 'guppy', appadmin cache

2013-04-19 Thread BlueShadow
I did now and I can't import it in python: ImportError: No module named gubby On Friday, April 19, 2013 9:54:08 AM UTC+2, Niphlod wrote: did you try opening a python shell and seeing if you can still import guppy (i.e. it wasn't removed after all) ? On Thursday, April 18, 2013 11:51:05 PM

[web2py] Re: Cannot import module 'guppy', appadmin cache

2013-04-19 Thread Niphlod
this is what appadmin does from guppy import hpy hp = hpy() On Friday, April 19, 2013 11:01:56 AM UTC+2, BlueShadow wrote: I did now and I can't import it in python: ImportError: No module named gubby On Friday, April 19, 2013 9:54:08 AM UTC+2, Niphlod wrote: did you try opening a

Re: [web2py] Re: Cannot import module 'guppy', appadmin cache

2013-04-19 Thread Ricardo Pedroso
On Fri, Apr 19, 2013 at 10:01 AM, BlueShadow kevin.bet...@gmail.com wrote: I did now and I can't import it in python: ImportError: No module named gubby Dont know if is a copy paste typo, but is guppy not gubby Anyway: Since you are using cache.disk, the cache file is simply a shelve file

[web2py] Re: Cannot import module 'guppy', appadmin cache

2013-04-18 Thread Niphlod
guppy has not been updated in a while, there are some known bugs with the stable release and there seems to be already a bug listed on web2py's official issues. I tried to install it from sources, but didn't had luck with that either. Seems also that the debian package is somewhat

[web2py] Re: Cannot import module 'guppy', appadmin cache

2013-04-18 Thread BlueShadow
I did kill all processes remotly related to web2py an uswgi and the internet restarted all and the cache page still wont load without that error. On Thursday, April 18, 2013 11:08:14 PM UTC+2, Niphlod wrote: guppy has not been updated in a while, there are some known bugs with the stable