[web2py] Deploying on Linux Azure Web App

2019-05-01 Thread Jason Solack
Hello all, I'm wondering if anyone has experience deploying a web2py application in linux via Azure Web App, I have found this repo: https://github.com/ariassd/web2py.4azure but this is for a windows deployment. Any documentation or direction would be greatly appreciated! Thanks, Jason

[web2py] 2.17.2 breaking scheduler changes

2018-12-04 Thread Jason Solack
! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users&q

[web2py] Re: Future of web2py

2017-11-09 Thread Jason Solack
is this official? we use web2py in production and would love to migrate to python 3. I am just concerned about edge cases that would cause an issuse. On Saturday, November 4, 2017 at 2:53:13 PM UTC-4, Anthony wrote: > > About Python, I know many people are still on Python 2, but to me it's >>

[web2py] Re: Scheduler is_ticker and deadlock issues

2017-01-27 Thread Jason Solack
to handle 240 > transactions per minute! > > On Thursday, January 26, 2017 at 7:47:51 PM UTC+1, Dave S wrote: >> >> On Thursday, January 26, 2017 at 9:45:20 AM UTC-8, Jason Solack wrote: >>> >>> using mssql, the code itself is in gluon scheduler.py - thi

[web2py] Re: Scheduler is_ticker and deadlock issues

2017-01-26 Thread Jason Solack
using mssql, the code itself is in gluon scheduler.py - this happens with no interaction from the app On Thursday, January 26, 2017 at 12:03:41 PM UTC-5, Dave S wrote: > > > > On Thursday, January 26, 2017 at 8:44:25 AM UTC-8, Jason Solack wrote: >> >> So the i

[web2py] Re: Scheduler is_ticker and deadlock issues

2017-01-26 Thread Jason Solack
10, 15 at most. > If you wanna go higher, you need to turn to the redis-backed scheduler. > > On Tuesday, January 24, 2017 at 10:59:31 PM UTC+1, Jason Solack wrote: >> >> Hello all, >> >> I'm having some re-occurring issue with the scheduler. We are currently >>

[web2py] Scheduler is_ticker and deadlock issues

2017-01-24 Thread Jason Solack
sure what to expect from that. Also is there any best practices about running the scheduler in an environment that i've described? Thanks in advance Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source cod

Re: [web2py] Re: switch to python 3

2016-12-04 Thread Jason Solack
Does not having m2crypto mean auth is less secure or does it just effect x509 authentication? On Sunday, November 6, 2016 at 2:15:08 PM UTC-5, Niphlod wrote: > > the same gain moving any piece of code from python 2 to python 3 (read on > the interwebs, there are a few). > at least now you can

[web2py] Re: scheduler task_id assigned to multiple workers

2016-09-06 Thread Jason Solack
load balancing the server"... > are you talking about the server where workers live or the server that > holds the database ? > > On Tuesday, August 30, 2016 at 6:03:56 PM UTC+2, Jason Solack wrote: >> >> the machine is plenty big (24 cores and over 200gb of RAM).

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-30 Thread Jason Solack
2 workers with the default heartbeat are easily taken care by a dual core > 4GB RAM backend (without anything beefy on top of that). > > On Tuesday, August 30, 2016 at 5:41:01 PM UTC+2, Jason Solack wrote: >> >> So after more investigation we are seeing that our load balanced server &

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-30 Thread Jason Solack
stably be connected to your backend. > > On Thursday, August 18, 2016 at 7:41:38 PM UTC+2, Jason Solack wrote: >> >> so after some digging what i'm seeing is the sw.insert(...) is not >> committing and the mybackedstatus is None, this happens 5 times and then >> the

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-18 Thread Jason Solack
self.w_stats converted to something i can insert via sql. another things i'm noticing is my "distribution" in w_stats is None... Any ideas as to why this is happening? On Thursday, August 18, 2016 at 12:21:26 PM UTC-4, Jason Solack wrote: > > doing that now, what i'm seeing is so

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-18 Thread Jason Solack
: > > turn on workers debugging level and grep for errors. > > On Thursday, August 18, 2016 at 4:38:31 PM UTC+2, Jason Solack wrote: >> >> I think we have this scenario happening: >> >> >> https://groups.google.com/forum/#%21searchin/web2py/task_id%7csort:relevan

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-18 Thread Jason Solack
2 different worker_name all in the RUNNING status. > > For a single task to be processed by ALL 12 workers at the same time... is > quite impossible, if everything is running smoothly. And frankly I can't > fathom any scenario in which it is possible. > > > On Wednesday, August 17, 2016

Re: [web2py] Re: web3py status

2016-08-17 Thread Jason Solack
I saw a post on the developer forum that the newer version of web2py was mostly Python 3 compatible... Is it possible that there won't be a need for web3py? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] High worker count in scheduler_worker table

2016-08-17 Thread Jason Solack
been reinserted about 550,000 times. Does that seem high or is that typical of an application utilizing the scheduler. Thanks jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-17 Thread Jason Solack
:41 PM UTC-4, Jason Solack wrote: > > I only see the task_id in the scheduler_run table, it seems to be added as > many times as it can while the run is going... a short run will add just 2 > of the workers and stop adding them once the initial run is completed > > On Wednesda

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-17 Thread Jason Solack
data), if your mssql is > "single", there shouldn't absolutely be those kind of problems... > > Are you sure all are crunching the same exact task (i.e. same task id and > uuid) ? > > On Wednesday, August 17, 2016 at 2:47:11 PM UTC+2, Jason Solack wrote: >>

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-17 Thread Jason Solack
I'm using nginx and MSSQL for the db On Wednesday, August 17, 2016 at 3:11:11 AM UTC-4, Niphlod wrote: > > nothing in particular. what backend are you using ? > > On Tuesday, August 16, 2016 at 8:35:17 PM UTC+2, Jason Solack wrote: >> >> task = scheduler.queue_task

[web2py] Re: scheduler task_id assigned to multiple workers

2016-08-16 Thread Jason Solack
: > > > > On Tuesday, August 16, 2016 at 9:38:09 AM UTC-7, Jason Solack wrote: >> >> Hello all, i am having a situation where my scheduled jobs are being >> picked up by multiple workers. My last task was picked up by all 12 >> workers and is crushing the machin

[web2py] scheduler task_id assigned to multiple workers

2016-08-16 Thread Jason Solack
this? Thanks for your help in advance! jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed

[web2py] Speeding up scheduler assignment time

2016-08-15 Thread Jason Solack
for the job to be assigned. My heartbeat is set to 1 second... any other settings i could change that would speed up assignment? Thank you in advance, Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Help with setting up apps with virutualenv and nginx

2016-07-14 Thread Jason Solack
a test server running ubuntu / nginx out on AWS to test things out. If anyone could point me towards documentation or give me any tips on making this work i would greatly appreciate it! Thanks, Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com

[web2py] Re: SQL Server question, transactions remaining open

2016-06-30 Thread Jason Solack
plicit everywhere if you are not in a web request >> environment. >> >> On Wednesday, June 29, 2016 at 2:57:37 PM UTC+2, Jason Solack wrote: >>> >>> I am, i am passing db into some modules, do i need to be explicit about >>> db.commit within modules? >&g

[web2py] Re: SQL Server question, transactions remaining open

2016-06-29 Thread Jason Solack
I am, i am passing db into some modules, do i need to be explicit about db.commit within modules? On Tuesday, June 28, 2016 at 3:22:42 PM UTC-4, Niphlod wrote: > > are you explicitely calling db.commit() at the end of your taks ? > > On Tuesday, June 28, 2016 at 6:36:02 PM UTC+2,

[web2py] SQL Server question, transactions remaining open

2016-06-28 Thread Jason Solack
Hello all, i am running an app that utilizes the scheduler and i'm seeing a lot of open transaction in SQL server with the last sql command being: IF @@TRANCOUNT > 0 COMMIT BEGIN TRANSACTION any idea where those are being generated and how to close those transactions? Thank you Ja

Re: [web2py] Re: Issue with the cheatsheet for web2py

2016-06-24 Thread Jason (spot) Brower
I will make a new one if I don't hear from you. Anything else we should add? On Jun 24, 2016 12:38, "Massimo Di Pierro" wrote: > yes. If I can find the source. > > On Thursday, 23 June 2016 06:11:15 UTC-5, Encompass solutions wrote: >> >> I was using this: >> >>

[web2py] Re: sequential requests

2016-04-20 Thread Jason Solack
yes, i just ran the script from web2py's github repository and used the setting it provide... it was faster and more stable. On Sunday, April 17, 2016 at 9:34:40 PM UTC-4, kenny c wrote: > > was nignx faster than running on Apache as default setting? -- Resources: - http://web2py.com -

[web2py] help setup nssm services in windows

2016-04-19 Thread Jason Solack
(which i'm assuming is the path to pythonw.exe), Startup directory (the path to the application that will use the scheduler?) and Arguments... could someone help me understand how to start up this service? Thank you! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation

[web2py] Re: sequential requests

2016-04-13 Thread Jason Solack
Quick update on this... I ran the same test with nginx on aws and that works as expected... So I strongly suspect a setting or settings in Apache being the issue -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: sequential requests

2016-04-13 Thread Jason Solack
No database. I took out all the model files. I am just iterating through some lists then sleeping for 5 seconds. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] sequential requests

2016-04-13 Thread Jason Solack
in the default.conf of apache, but it still seems to process each request one at a time. I'm hoping there is something simple i am doing wrong! Thanks for the help! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Re: Odd error

2016-04-13 Thread Jason Solack
admin is an application by itself. > > On Tuesday, April 12, 2016 at 9:54:08 PM UTC+2, Jason Solack wrote: >> >> It's running in linux with apache/WSGI, i'm not exactly sure what you are >> asking, how are we launching web2py? >> >> Just to be clear, we're looking into h

[web2py] Re: Odd error

2016-04-12 Thread Jason Solack
how are you running web2py ? > > On Tuesday, April 12, 2016 at 9:07:01 PM UTC+2, Jason Solack wrote: >> >> Hello everyone! >> >> So we have experienced an odd error recently and i'm hoping someone could >> help shed light on what happened. We have several app

[web2py] Odd error

2016-04-12 Thread Jason Solack
again. I am wondering if anyone could explain what the relationship between our admin / sessions and all the other apps running on our site. Hopefully that makes sense and thank you for you help! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http

[web2py] Re: Issues with site in production environment

2016-04-09 Thread Jason Solack
Thank you for the tip, I will look into running the math as a background service, is the task scheduler the only way to achieve that? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Issues with site in production environment

2016-04-09 Thread Jason Solack
Hello all, I am wondering if you all could sense chech my issue for me. I am creating sites that do a fair amount of analytics on large data sets and as such requests may take 30-90 seconds to get a response. My web server has 8 logical cores and once I have over 8 concurrent users they are

Re: [web2py] Re: new Starter app (alternative to Welcome app)

2016-03-22 Thread Jason Brower
I agree Massimo. We should have a small wizard to help select what kind of layout we would want. Blank Stupid CSS This one Bookstrap 3 Angular example etc... On Wed, Mar 23, 2016 at 7:43 AM, Massimo Di Pierro wrote: this is really nice. We should make a list of

Re: [web2py] Is web2py the right tool for this kind of project?

2016-03-22 Thread Jason (spot) Brower
Sure. Does just fine. Did similar my self this last year. All in web2py. On Tue, Mar 22, 2016, 20:40 Richard Vézina wrote: > You want to create a kind of landscape computer management? > > Richard > > On Tue, Mar 22, 2016 at 1:47 PM, Dragan Matic

Re: [web2py] Re: Has anyone done a detailed security analysis or attempted a methodical attack on web2py?

2016-02-24 Thread Jason Solack
Any updates on this? I am in the process of finding a supplier to pen test, wondering if i should be prepared for anything. On Friday, October 9, 2015 at 11:26:55 AM UTC-4, Michael M wrote: > > My company has to have an outside firm Pen test all Web-Service > applications. So I am spinning up

[web2py] .one() and .one_or_none() in DAL

2016-02-01 Thread Jason (spot) Brower
always just check the length. I wonder what else SQLalchemy has the DAL could use. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You

[web2py] Re: examples using ADFS

2016-02-01 Thread Jason Solack
Is there any documentation around using SAML2 with web2py? I'm looking through documentation and searching in the groups and i'm not finding any. thank you! On Friday, January 29, 2016 at 9:04:38 AM UTC-5, Jason Solack wrote: > > Thank you for the reply! I will be chatting with our c

[web2py] Re: examples using ADFS

2016-01-29 Thread Jason Solack
uary 2016 11:17:59 UTC-6, Jason Solack wrote: >> >> Hello everyone, I'm wondering if there are any examples of using web2py >> with ADFS. We have a need to connect to allow users to sign in via ADFS >> and i'm not finding anything within the documentation! >> &

Re: [web2py] Re: How do I make my web2py app able to use the device hardwares like camera?

2016-01-29 Thread Jason (spot) Brower
Actually you can record video and take picture by using the right kind of html tags. It will involve the camera app and have it ready to upload. Do it in one of my apps all the time. On Fri, Jan 22, 2016, 11:51 Dave S wrote: > On Sunday, January 17, 2016 at 9:05:50 AM

[web2py] examples using ADFS

2016-01-26 Thread Jason Solack
Hello everyone, I'm wondering if there are any examples of using web2py with ADFS. We have a need to connect to allow users to sign in via ADFS and i'm not finding anything within the documentation! Thank you for any guidance, Jason -- Resources: - http://web2py.com - http://web2py.com

[web2py] Re: Prevent the automatic rendering of LOAD function

2016-01-04 Thread Jason Solack
v with an id: > > > > And to load the component via Javascript: > > $.web2py.component('{{=URL('mycontroller', 'mycomponent1.load')}}', > 'component1'); > > Anthony > > On Monday, January 4, 2016 at 4:56:37 PM UTC-5, Jason Solack wrote: >> >> Hello all, &g

[web2py] Prevent the automatic rendering of LOAD function

2016-01-04 Thread Jason Solack
Hello all, I'm using a lot of LOADs in a current project and i'm wondering if there's a way to not automatically render the LOAD content... as it stands now i'll have a lot of hidden HTML and i'd like to only load the component when i need it. Thank you in advance, Jason -- Resources

[web2py] Re: submitting the form when updating .load file

2015-12-08 Thread Jason Solack
t; method, and nothing in your JS code executes a submit. How exactly do you > expect it to be submitted? It is not clear what you are trying to achieve. > > Anthony > > On Sunday, December 6, 2015 at 8:50:21 PM UTC-5, Jason Solack wrote: >> >> So in this case i was j

[web2py] Re: submitting the form when updating .load file

2015-12-07 Thread Jason Solack
lding a form by hand? On Monday, December 7, 2015 at 1:23:00 PM UTC-5, Jason Solack wrote: > > So i tried loading this in the way described above and my form is still > not being submitted to the controller. When i check to see if i can > serialize the form it has values in

[web2py] Re: submitting the form when updating .load file

2015-12-07 Thread Jason Solack
that my form is being submitted to the controller? or is there a way to explicitly submit it? Thank you again and sorry for the confusion! On Sunday, December 6, 2015 at 8:50:21 PM UTC-5, Jason Solack wrote: > > So in this case i was just wanting to see if the form was submitted when >

[web2py] Re: CUSTOM a large form

2015-12-06 Thread Jason Solack
I've done this several ways... the actual HTML generation could be via web2py's helpers or just writting the HTML. For the tabs i've used bootstrap or jquery ui to help out creating tabs... using a library helps the process of making tabs pretty trivial... here's jquery ui's information

Re: [web2py] Re: web2py and python3

2015-12-06 Thread Jason Solack
i feel this asciii / unicode pain quite often as i deal with data from all sorts of sources and much of it is text inputs from various users... i would love to see web2py move towards python3 On Sunday, December 6, 2015 at 8:09:41 PM UTC-5, Alex wrote: > > I'm still missing a clear strategy

[web2py] Re: submitting the form when updating .load file

2015-12-06 Thread Jason Solack
, December 6, 2015 at 8:14:35 PM UTC-5, Anthony wrote: > > On Sunday, December 6, 2015 at 7:15:04 PM UTC-5, Jason Solack wrote: >> >> Sorry i'm not clear! I'm trying to break up a reporting site and my >> initial idea was to use several LOAD components where in the past i

[web2py] Re: submitting the form when updating .load file

2015-12-06 Thread Jason Solack
for your help Jason On Sunday, December 6, 2015 at 3:45:50 PM UTC-5, Massimo Di Pierro wrote: > > Not sure what you are trying to do. could you explain again? Why do you > have LOAD inside a form? > > On Friday, 4 December 2015 18:00:09 UTC-6, Jason Solack wrote: >>

[web2py] submitting the form when updating .load file

2015-12-04 Thread Jason Solack
"test.load"... here's the controller: def test(): print request.vars when i print those request.vars i'm just seeing empty storage. Is there something else i need to do to submit the form when reloading like this? Thank you Jason -- Resources: - http://web2py.com - http://

[web2py] Re: Scheduler, run code first of each month

2015-11-22 Thread Jason Solack
So i realized i could have the scheduler run once a day and have my code verify it's the day i need the actual code to run. On Saturday, November 21, 2015 at 8:47:34 PM UTC-5, Jason Solack wrote: > > Hello, i'm aware of being able to set the period in seconds we'd like a > task

[web2py] Scheduler, run code first of each month

2015-11-21 Thread Jason Solack
Hello, i'm aware of being able to set the period in seconds we'd like a task executed in the scheduler... but i'm wondering if there's a way to have the scheduler fire a task on the 1st of each month or if cron is required for that behavior. Thank you for your input Jason -- Resources

[web2py] Re: creating a secure rest service

2015-11-20 Thread Jason Solack
t; >> On Thursday, November 19, 2015 at 4:25:07 PM UTC-8, Jason Solack wrote: >>> >>> Hello, >>> >>> I'm wondering if anyone is aware of a guide on creating a secure REST >>> service with web2py. I'd like to get help with creating authenticat

[web2py] creating a secure rest service

2015-11-19 Thread Jason Solack
and information. Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "w

[web2py] DAL counts / groupby

2015-11-12 Thread Jason Solack
text, db((db.data.qid == qid) & (db.data.value == row.value)).count()]) i'm hoping there's some way to get this in a more straightforward fashion, or in a way that would optimize performance. Thank you for the help you can give! Jason -- Resources: - http://web2py.com - http://web2py.

[web2py] web2py course on pluralsight

2015-11-08 Thread Jason Solack
just wanted to call attention to a training on pluralsight on web2py. I know a few people that have taken it and it gives a good introduction to the framework. I've been using web2py for about a year now and it's exciting to see training on a mainstream sight like this. Jason -- Resources

[web2py] file upload "not authorized"

2015-10-20 Thread Jason Solack
rized" response.flash I am using authentication, but i may be missing something in regards to giving permission to allow for file uploading Thank you for any help you can provide, Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (S

[web2py] web2py file upload returning "not authorized"

2015-10-20 Thread Jason Solack
rized" and no file is uploaded. Am i missing a step to authorize a user to upload files? Thank you! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues

[web2py] Buying a template for the community...

2015-10-11 Thread Jason (spot) Brower
with restriction to the gpl stuff. That way we have a nice theme to play with and can start working on some of fun features to fill it in. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-11 Thread Jason (spot) Brower
I can try it if you want. +1 On Sun, Oct 11, 2015, 22:21 Francisco Ribeiro wrote: > Hello all, > > for those who know PyCharm is a great IDE from JetBrains that provides > free licenses for Open Source projects like web2py ( >

Re: [web2py] Re: Buying a template for the community...

2015-10-11 Thread Jason (spot) Brower
;> we would then have the power to sublincence it as LGPL or similar with >> restriction to the gpl stuff. >> That way we have a nice theme to play with and can start working on some >> of fun features to fill it in. >> BR, >> Jason Brower >> > -- > Resources

[web2py] Files mysteriously being deleted from the uploads folder

2015-09-12 Thread Jason Tyrel
Hello all, I've stumbled across a strange problem with some files being deleted when there's been no call to do so. The issue comes across during a callback that modifies the 'position_number' field (shown below). The model setup (for the table in question) is given by:

Re: [web2py] web2py job in Florida

2015-09-08 Thread Jason (spot) Brower
Hmm, I went to the link but couldn't get anything. Gave me some kind of email access system. On Sun, Sep 6, 2015 at 7:58 AM Massimo Di Pierro wrote: > A new opportunity as an Application Software Developer is now available > with Harris Corporation (Exelis) >

[web2py] This would be nice to integrate with...

2015-08-19 Thread Jason (spot) Brower
https://webflow.com/cms?utm_campaign=cmsteaserutm_source=newsletterutm_medium=email That or start building our own. :) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] A request to clean up install scripts...

2015-08-14 Thread Jason (spot) Brower
should have the same options on what tools to use apache, nginx, lighttpd, cherokee, etc... I think they need to be better maintained. How shall we go about doing this? BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

Re: [web2py] Re: We do not delete posts

2015-07-25 Thread Jason (spot) Brower
Is wish we ran our mailing list on web2py. :) On Fri, Jul 24, 2015, 23:57 Dave S snidely@gmail.com wrote: If you can see the list that's pending approval, then you're probably a moderator. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Starter App (Scaffolding) selction on create app.

2015-07-02 Thread Jason (spot) Brower
There has been some discussion about different types of frameworks. I too have options I want to have and perhaps even the ability to take a web2py.app and have it as an available template. Is there any plan on having an option when we create an app with web2py? BR, Jason -- Resources: - http

Re: [web2py] Re: New feature in trunk: API tokens

2015-06-28 Thread Jason (spot) Brower
Name: Bearer Token? http://self-issued.info/docs/draft-ietf-oauth-v2-bearer.html Or am I wrong? On Mon, Jun 29, 2015 at 1:08 AM Massimo Di Pierro massimo.dipie...@gmail.com wrote: as you suggested I added unique=True as you suggested I reduced the number of db queries from 2 to 1 (when not

[web2py] How do I check of the version of pysimplesoap in web2py.

2015-06-24 Thread Jason (spot) Brower
seems very good and well tested) BR, Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed

[web2py] Bug in code for email Queue example.

2015-06-17 Thread Jason (spot) Brower
I was copy pasting the code and noticed that message which you use in the email queue example is not valid as it is a reserved word in the Fields. Just thought I would mention it. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com

[web2py] Bug with Blocks

2015-06-09 Thread Jason (spot) Brower
understanding the purpose of blocks wrong or is this a bug? So if I put the block with the Dashboard in it at the bottom of the page I will get it in the li tags there but also in the bottom of the page. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http

Re: [web2py] password zip

2015-06-09 Thread Jason (spot) Brower
There is no password for this zip file. Either: You have a malware trying to probe for your passwords. You have an extracting program that isn't behaving properly. You downloaded the wrong file. What tool are you using to extract the file? On Mon, Jun 8, 2015 at 3:46 AM milad ranaei siadat

Re: [web2py] Bug with Blocks

2015-06-09 Thread Jason (spot) Brower
that was the intended result, am I right? BR, Jason Brower On Tue, Jun 9, 2015 at 9:56 PM Richard Vézina ml.richard.vez...@gmail.com wrote: Hello Jason, There is this issue open : https://github.com/web2py/web2py/issues/772 Though, I am not sure I understand you issue... Richard On Tue, Jun 9

Re: [web2py] Re: Web2py mobile app using Kivy

2015-06-05 Thread Jason (spot) Brower
QT is ok if you can code in c++ but kivy works in python and using qml a powerful language to create your interface. Cordova is great if you want a webpage in your phone. I don't like how slow it is. On Fri, Jun 5, 2015 at 7:25 AM Gary Cowell gary.cow...@gmail.com wrote: This UI independence

Re: [web2py] Re: Web2py mobile app using Kivy

2015-06-01 Thread Jason (spot) Brower
The best thing to do here is abstract your interface. Web2py does a fine job of it. Most likely your wanting to make the app and then communicate over json objects in post requests. With Kivy you should be able to make something pretty interesting and you can use the same skills you have learned

Re: [web2py] Reportlab, Platypus and tables

2015-05-27 Thread Jason (spot) Brower
Pdf reporting can take a lot of work. Is this for a single page report or many pages. How are formated? And do you have an examole report in pdf format? On Thu, May 28, 2015, 08:16 Felix Penetrante f...@bicol-u.edu.ph wrote: I have just started using Reportlab for my app's pdf report needs and

Re: [web2py] Re: Restricting Access to database based on roles at the Database level.

2015-05-17 Thread Jason (spot) Brower
injections or other features that could attack the database and aquire or destroy certain data. BR, Jason Brower On Fri, May 15, 2015 at 12:37 PM Anthony abasta...@gmail.com wrote: The Auth records are in the database, but you don't have to give users any direct access to the Auth tables

[web2py] Restricting Access to database based on roles at the Database level.

2015-05-14 Thread Jason (spot) Brower
I am building a database that needs to be very secure for all those just in case situations. I want to restrict the database access based on roles that I setup. Does web2py even have this functionality or is this something I have to do with SQLAlchemy or something? BR, Jason Brower -- Resources

[web2py] Creating a webhook handler for IFTTT and using routes in the hack.

2015-04-17 Thread Jason (spot) Brower
at the server and it will, hopefully, provide me with some webhooks, to play with for my ifttt stuff. Any help on getting the routes to handle the situation like in the github instructions? BR, Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-18 Thread Jason Lee
It did not solve the issue. On Tuesday, February 17, 2015 at 8:50:15 AM UTC-5, Jason Lee wrote: I will attempt to try now. On Monday, February 16, 2015 at 12:37:22 AM UTC-5, Massimo Di Pierro wrote: can you check if the latest nightly build fixes the problem. Actually you do not have

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-17 Thread Jason Lee
the problem? On Sunday, 15 February 2015 17:55:27 UTC-6, Jason Lee wrote: I am storing the sessions in a mysql database called users. I dropped and created the users database again. I still get the error. On Wednesday, February 11, 2015 at 11:12:18 AM UTC-5, Jason Lee wrote: I am storing

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-15 Thread Jason Lee
I am storing the sessions in a mysql database called users. I dropped and created the users database again. I still get the error. On Wednesday, February 11, 2015 at 11:12:18 AM UTC-5, Jason Lee wrote: I am storing the session data in a database. I am using the latest web2py. I have

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-15 Thread Jason Lee
Massimo, I have a fairly complex system. We have a master application and a number of slave applications running on the same server. The master appliaction works as the CAS server as well. On Wednesday, February 11, 2015 at 11:12:18 AM UTC-5, Jason Lee wrote: I am storing the session data

[web2py] web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-12 Thread Jason Lee
I am storing the session data in a database. I am using the latest web2py. I have deleted everything, reinstalled fresh, deleted the database and rebuilt it and I still get this error. The error occurs when I reboot the system. I can fix it by restarting apache2 service once the server has

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2015-01-22 Thread Jason Lee
I was able to fix the issue by changing the file ownership back to www-data. During the update process some of the files changed ownership. form the /www-data directory I ran sudo chown -R www-data:www-data web2py/ Now it works fine Jason On Friday, March 14, 2014 at 9:47:45 AM UTC-4

[web2py] Making certain url's even shorter.

2014-12-07 Thread Jason (spot) Brower
://base_example.com/default/r/34D7-638C and I should be able to take out the default/r/ I am pretty sure if it, just don't know how. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com

[web2py] using a requirements file with a web2py application

2014-12-01 Thread Jason Solack
by making sure my libraries don't update. Thank you for any advice! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because

[web2py] Forcing download of generated PDF

2014-10-31 Thread Jason Solack
would like to have an export button on my page and have that function called and then download the PDF i have made. Thank you in advance! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p

[web2py] download an in memory PDF generated by pdfkit

2014-10-31 Thread Jason Solack
work... any help on how i might do this? side note when i post my questions don't show up many times, or if they do they take a long time to show up. Any insight on that would be appreciated! Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com

[web2py] Sending very large forms....

2014-10-07 Thread Jason (spot) Brower
So in another framework I learned of a feature to limit that size of form submittions to stop DOS attacks. Is this something that web2py could/should worry about? There is the size of uploads and there is the number of form items. BR, Jason Brower -- Resources: - http://web2py.com - http

[web2py] Re: jquery ajax with server farm

2014-10-03 Thread Jason Solack
I don't know that i'm having that same issue, i'm not actually using a database behind this app. i'm basically just sending some data to a python function and re-calling this function over and over to visualize the computing. I'm guessing that the issue is based on the fact that the

[web2py] jquery ajax with server farm

2014-10-02 Thread Jason Solack
found this http://stackoverflow.com/questions/16476120/ajax-webservice-failing-on-webfarm-scenario but i don't see those options in jquery Thank you Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] using AJAX to transfer json objects

2014-09-04 Thread Jason Solack
Hello everyone, I'm hoping someone might be able to provide an example of how to use the web2py ajax API to transfer json data from the server to the client side javascript. Any help would be appreciated! Thank you Jason -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: using AJAX to transfer json objects

2014-09-04 Thread Jason Solack
(data)}) On Thursday, September 4, 2014 3:52:01 PM UTC+2, Jason Solack wrote: Hello everyone, I'm hoping someone might be able to provide an example of how to use the web2py ajax API to transfer json data from the server to the client side javascript. Any help would be appreciated

[web2py] Creating tutorial videos.

2014-08-30 Thread Jason Brower
. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups web2py-users

  1   2   3   4   5   6   7   8   9   10   >