Re: [web2py] Re: mdipierro web2pyappliances need to update on github

2019-06-30 Thread imran tube
i try to install but not work .where should mathplotlib install ? on my pc or application folder or web2py folder? or others folder ? plz check all github apps not work correctly . thanks On Mon, Jul 1, 2019 at 5:23 AM 黄祥 wrote: > for capture.png 'requires matplotlib', perhaps you can

[web2py] Re: mdipierro web2pyappliances need to update on github

2019-06-30 Thread 黄祥
for capture.png 'requires matplotlib', perhaps you can install matplotlib first on terminal, then restart web2py server *e.g.* pip install matplotlib best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code)

[web2py] mdipierro web2pyappliances need to update on github

2019-06-30 Thread imran tube
https://github.com/mdipierro/web2py-appliances i download & install every app but i get 90% app dont work full functionally .please check it & update it . if you do ,it will be helpful for beginner .we can start learning practically by all demo project . waiting for this update . thanks sir !

[web2py] specifying an id of an ajax component (LOAD)

2019-06-30 Thread Vlad
I am using the LOAD helper in the view: {{=LOAD(c='customer',f='testimonials',extension='load',ajax=True,ajax_trap=True,content='loading testimonials...',*_id='TESTIMONIALS_HERE'*)}} The id (_id) is specified explicitly. However, it ignores the id parameter and produces the following:

[web2py] Re: How to display images on a blog app index view

2019-06-30 Thread Dave S
On Wednesday, June 26, 2019 at 8:08:54 PM UTC-7, Ikem Frank Uzoma wrote: > > Good day guys, > I just started using web2py and it is awesome. Thank you for this frame > work. > > I am building a blog app, how do I display images on the view displaying > all my blog content. > > Every

[web2py] Re: Addressing the different timestamps for created_on because of different time zones

2019-06-30 Thread Dave S
On Saturday, June 29, 2019 at 8:21:17 PM UTC-7, mostwanted wrote: > > Hi guys, my application is being hosted on pythonanywhere, when i retrieve > user inputs and their created_on date & timestamps to display them the > timestamps come different from the time of my location. We are 2hrs ahead,