Thanks Massimo

However, I am not able to install the 3rd party packages into web2py/
site-packages - it goes into my Python directory.

On Dec 30, 12:13 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Thank you. This fixes your problem:
>
> cp applications/welcome/views/appadmin.html applications/testcynote/
> views/
> cp applications/welcome/controllers/appadmin.py applications/
> testcynote/controllers/
>
> There was a bug fix in appadmin (do not recall) that caused this
> issue.
>
> BTW... this is some neat stuff:
>
> from ez_setup import use_setuptools
> use_setuptools()
> from setuptools.command.easy_install import main
> for dependency in dependencies:
>             try:
>                 main([dependency])
>             except KeyError:
>                 print dependency + ' installation error'
>             except:
>                 print dependency + ' generic error'
>
> perhaps web2py should have a function for this.
>
> On Dec 29, 9:52 pm, Maurice Ling <mauricel...@gmail.com> wrote:
>
> > Hi Massimo
>
> > Just sent to you.
>
> > ML
>
> > On Dec 30, 9:33 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > No idea. Can you send me (confidetially) your app and your db (if it
> > > is sqlite)?
>
> > > On Dec 29, 7:30 pm, Maurice Ling <mauricel...@gmail.com> wrote:
>
> > > > Sorry. Still worked on 1.83.2.
>
> > > > On Dec 30, 9:29 am, Maurice Ling <mauricel...@gmail.com> wrote:
>
> > > > > It was working on 1.82.1 on the same data.
>
> > > > > On Dec 30, 9:10 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > > > > What version did you upgrade from? Did it work before with the same
> > > > > > data?
>
> > > > > > On Dec 29, 7:00 pm, Maurice Ling <mauricel...@gmail.com> wrote:
>
> > > > > > > Hi
>
> > > > > > > I've upgraded to version 1.91.5 and noticed an issue with the 
> > > > > > > database
> > > > > > > administrator.
>
> > > > > > > I was in the admin application of my application 
> > > > > > > (http://localhost:
> > > > > > > 8000/admin/default/design/init) and clicked on "database
> > > > > > > administration", then click on any one of my populated databases. 
> > > > > > > By
> > > > > > > right, it should show me the database table but noe, it says 
> > > > > > > "invalid
> > > > > > > SQL filter". The SQL filter is the default filter "comment.id>0".
>
> > > > > > > Any ideas?
>
> > > > > > > Thanks
> > > > > > > Maurice
>
>

Reply via email to