Re: [web2py] Re: Web2py, nginx, installation on Raspberry Pi

2014-08-26 Thread Jason (spot) Brower
by pip and install the one from the > raspbian repository (it comes with the /etc/init.d/... script). In this > case, I suggest to install uwsgi-emperor and uwsgi-plugin-python using > apt-get, add the line 'plugin=python' in web2py.ini and place that file in > /etc/uwsgi-emperor

Re: [web2py] Re: Web2py, nginx, installation on Raspberry Pi

2014-08-25 Thread Jason Brower
As crazy as it sounds, I did run that script. It was a fresh install from a NOOBS image. There has got to be some different. Just don't know what it is. BR, Jason Brower On Mon, Aug 25, 2014 at 1:20 AM, Art Aquino wrote: Run this script: scripts/setup-web2py-nginx-uwsgi-ubuntu.s

Re: [web2py] Re: Web2py, nginx, installation on Raspberry Pi

2014-08-24 Thread Jason (spot) Brower
Yeah. Looks like that was it! How do I make this change permanent? On Aug 24, 2014 6:26 PM, "Paolo Valleri" wrote: > The script you mentioned is based on upstart but on the raspberry-pi the > init script are handled by sysvinit. > So that, I'd say that uwsgi is not running? > Try to run it manual

[web2py] create a new skeleton application

2014-08-20 Thread Jason Solack
Hello everyone! I would like to create a new skeleton application to replace what is generated from the new application wizard. is there a way to do this? Thank you jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] How do I get the www.address.com automatically using web2py?

2014-08-07 Thread Jason Lee
ernal IP. I am trying to get the URL of the host so I can change my code to {{=URL(args=request}} The issue I am having is the code return the URL/application name which will not work for me. Can anyone tell me how to get the URL and stop at the .com? Thanks Jason -- Resources

[web2py] sql "like' equivalent

2014-07-11 Thread Jason Solack
Hello everyone! I'm wondering if there is a "like" equivalent in the web2py DAL. I would like to do something like this: db().select(db.person.name like 'JA') thank you in advance for your help. Jason -- Resources: - http://web2py.com - http://web2py.com/bo

[web2py] Informating when there is a database change.

2014-07-04 Thread Jason Brower
at a database migration call was happening. (And really cool, the percentage done.) What do you guys think? 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 (R

[web2py] Can't seem to verify password field...

2014-06-26 Thread Jason (spot) Brower
None, formname = None) Any ideas as to why this would be an issue? I just can't get success to be true. :( .. . . 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/li

[web2py] Re: configuring routes for web2py behind reverse proxy

2014-04-13 Thread Jason Lee
What file am I supposed to add this to? default, weby2py, default-sll? On Thursday, November 14, 2013 6:48:05 PM UTC-5, DeanK wrote: > > For anyone in the future trying to do this with Apache2 on Ubuntu: > > ProxyHTMLInterp On > LogLevel Debug > ProxyHTMLLogVerbose On > ProxyPass /link/ http://my

[web2py] We need a whats new section in the Web2py Admin page.

2014-03-31 Thread Jason Brower
It would be nice to have a way that you give your version to a server and it responds with what is new both security, stability, and features. It's a little annoying to see an update and have to check the features to see if it is worth it to do the update. BR, Jason Brower -- Resources: -

[web2py] Re: Feature Request: IS_IN_SET with list:string field type

2014-03-29 Thread Jason Brower
ist:string') ) db.opening_time.days.requires = IS_IN_SET(('Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday')) On Sat, 2014-03-29 at 14:50 +0200, Jason Brower wrote: > I would love to have

[web2py] Feature Request: IS_IN_SET with list:string field type

2014-03-29 Thread Jason Brower
I would love to have a list set with strings but I am able to define if they should be of a certain string type. Does this already exist and I did it wrong, or would this be a good idea to implement. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation

[web2py] Using routes and a subdomain for the ultimate in routing power!

2014-03-26 Thread Jason Brower
t(default_application='testing'), ) else: routers = dict( BASE = dict(default_application='melodigram'), ) Does this make sense? BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source co

Re: [web2py] Re: Problems with the server stalling out. Setting up debuging.

2014-03-24 Thread Jason Brower
ow is that it's handle requests right now just fine. BR, Jason Brower On Sun, 2014-02-02 at 12:09 -0800, Niphlod wrote: > seems related to apache and timeouts... > > https://groups.google.com/forum/#!topic/modwsgi/UqmMeV0lhC8 > > BTW: odd errors and unforgiving syntax comple

[web2py] Copying the database...

2014-03-06 Thread Jason Brower
7;postgres://username:password@localhost/mydb' -Y 'sqlite://backup.sqlite' And then copy the entire app over to my computer for testing? BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google

[web2py] Voting system without users.

2014-03-03 Thread Jason (spot) Brower
this: gram_id = request.args(0) if session.__dict__[gram_id]: return dict(success = False) session.__dict__[gram_id] = True return dict(success = success) What do you think? Good idea? BR, Jason Brower -- Resources: - http://web2py.com - http://web2p

[web2py] external sites accessing web2py form

2014-02-23 Thread Jason Burosh
I have a web2py application that accepts values and calculates a score, and I want partner sites to be able to access the API Originally, I was going to have partner sites write the form and pass a JSON object with their partner identifier, access key, and key/value pairs - and just return a sco

[web2py] accessing web2py FORM from external partner sites

2014-02-23 Thread Jason Burosh
I am creating a web2py application that accepts values and calculates a score Want to make it available for partner sites to access the API, so I was thinking about having the partners pass a JSON object with their access key and other key/value pairs, and return the calculated value. However,

[web2py] partner sites accessing web2py FORM

2014-02-23 Thread Jason Burosh
I have a web2py application that accepts values and calculates a score, and I want partner sites to be able to access the API Originally, I was going to have partner sites write the form and pass a JSON object with their partner identifier, access key, and key/value pairs - and just return a sco

Re: [web2py] Virtual Fields not working on print.

2014-02-23 Thread Jason (spot) Brower
t;, >> line 101, in >> File "/home/encompass/Projects/melodigram/web2py/gluon/dal.py", line 7267, >> in __getitem__ >> raise ae >> AttributeError: 'Row' object has no attribute 'from_country' >> >> >&g

[web2py] Virtual Fields not working on print.

2014-02-19 Thread Jason Brower
I have this in the model... import uuid import os import pygeoip gi = pygeoip.GeoIP(os.path.join(request.folder, 'private', 'GeoIP.dat')) def get_country(row): return gi.country_code_by_addr(row.from_where) # -*- coding: utf-8 -*- db.define_table('melodigram_play', Field('melodigram_id'

[web2py] Third-party image grabs being redirected...

2014-02-13 Thread Jason Brower
clickable and goes to just the image and not the cool looking view I am working on that has sound added. Is there a way to catch the situation when the image is pulled alone and then redirect them to the correct location based on that image or url? BR, Jason Brower -- Resources: - http://web2py.com

[web2py] Autodelete, uploadseparate: implementing in production.

2014-02-10 Thread Jason Brower
s the autodelete, this has no effect on current data correct? So any extra files in the system because I neglected to put this field type in are simply going to just be there in the system, right? BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

Re: [web2py] Problems with the server stalling out. Setting up debuging.

2014-02-04 Thread Jason Brower
HMM, the processes are very fast and never take long. maybe 5 seconds, but most of the time 1 or 2 seconds. Do I really need create a queing server for this? It's going to be a lot of database reading to make it happen smoothly. BR, Jason Brower On Tue, 2014-02-04 at 07:05 -0800, Niphlod

Re: [web2py] Problems with the server stalling out. Setting up debuging.

2014-02-03 Thread Jason Brower
Thanks for the pointers! I run two programs... avconv (ffmpeg) and sox both handle file conversions at the moment an upload happens. They bail pretty easily if there was an error. They are using files I have stored according to my model. BR, Jason Brower On Mon, 2014-02-03 at 19:08 +

Re: [web2py] Re: Problems with the server stalling out. Setting up debuging.

2014-02-02 Thread Jason Brower
the issue should seriously be looked at because I use Amazon on many sites my business runs and it would be a large annoyance to have to transition just one of them. BR, Jason On Sun, 2014-02-02 at 13:26 -0800, Simon Ashley wrote: > Spin up an instance on Rackspace/ Linmode/ Digital Ocean

[web2py] This looks like it needs some web2py love...

2013-12-07 Thread Jason (spot) Brower
https://github.com/github/gitignore -- 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 Gro

Re: [web2py] Re: Best practice when making downloads more private.

2013-11-10 Thread Jason (spot) Brower
Great input! I think I will try the following: Create a special directory to store the data. Setup a special controller with the needed permissions and conditions. Have fun and do a little dance. Does this sound sensible? BR, Jason On Sun, Nov 10, 2013 at 2:43 PM, Niphlod wrote: > >

[web2py] How do I recieve files in a regular post message?

2013-10-31 Thread Jason (spot) Brower
erent way. A phone app is sending the data as a post request. (In the quickest way to describe it.) 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 I

[web2py] Web2py install script doesn't work on the latest ubuntu

2013-10-30 Thread Jason (spot) Brower
Sorry to say. Installed in on amazon and it acts like everything worked but doesn't. I think it has to do with the python versions in the installation. This was Ubuntu 13.10 as an amazon instance. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Document

[web2py] Issues with creating a hash...

2013-10-21 Thread Jason (spot) Brower
r/lib/python2.7/dist-packages/simplejson/encoder.py", line 311, in iterencode return _iterencode(o, 0) UnicodeDecodeError: 'utf8' codec can't decode byte 0xb9 in position 2: invalid start byte Any ideas? BR, Jason -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] My company has created the bootstrap 3 form for web2py

2013-10-11 Thread Jason (spot) Brower
We have made it but how would you like it accepted into the code? A diff here? 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] Execute Command On Remote Server Via SSH from Web2py

2013-10-09 Thread Jason Gray
web2py-ubuntu.sh So I think it is a user/permissions/account issue that I am not sure how to troubleshoot. Any ideas or suggestions? Jason -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/we

[web2py] Off Topic but worth a post.

2013-09-16 Thread Jason (spot) Brower
partners with us at Encompass Solutions here in Finland we will continue to work with the latest and greatest startups and ideas. And all with the power and quick development of Web2py. Thanks. BUT HIS COMPANY NEEDS A NAME! Ideas? BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com

Re: [web2py] How to pass web2py view python variable into javascript

2013-09-04 Thread Jason (spot) Brower
need to create an array of items. Each could have it's own way of dealing with things. BR, Jason Brower On Thu, Sep 5, 2013 at 9:16 AM, sonu kumar wrote: > Hi, > How to pass view python variable into java script function? > > Thanks > > -- > > --- > You recei

Re: [web2py] Re: bootstrap 3

2013-09-03 Thread Jason (spot) Brower
I agree. I work with different designs and systems and the frameworks vary greatly. It would be nice to just let me select what I want. Bootstrap 2.x Bootstrap 3.x Bare Sass Based etc... On Tue, Sep 3, 2013 at 5:03 PM, José Ricardo Borba wrote: > +1. > > Only for put more gas in the fire, more

Re: [web2py] Re: github - please follow

2013-08-25 Thread Jason (spot) Brower
done, never thought about doing it, but it makes sense. On Sun, Aug 25, 2013 at 9:37 AM, André Kablu wrote: > Done. +1 > > Em sábado, 24 de agosto de 2013 20h26min03s UTC-3, Massimo Di Pierro > escreveu: > >> web2py has many users but few github followers. This is a problem because >> the numbe

Re: [web2py] Re: The good and bad about web2py!!!

2013-08-23 Thread Jason (spot) Brower
I also think the everything-already-imported issue that people complain about is very fun. Just import it if you feel funny without it. Suddenly the world is a better place. BR, Jason Brower On Sat, Aug 24, 2013 at 3:46 AM, Jason (spot) Brower wrote: > He seemed to like it. I think he

Re: [web2py] Re: The good and bad about web2py!!!

2013-08-23 Thread Jason (spot) Brower
He seemed to like it. I think he is right about the need for better testing. I would really want better tools in the admin interface to understand my app and how it's "feeling". I liked what he said here: Advantages of Web2py Web2py remains to be the best Python web development framework I’ve ev

[web2py] It would be nice to see the downloads of web2py.

2013-08-15 Thread Jason (spot) Brower
It would be fun to have a download chart about how many people download web2py in the day, week, month, ever. Could that be added to the page somewhere? Maybe the download page? BR, Jason Brower -- --- You received this message because you are subscribed to the Google Groups "web2py-

Re: [web2py] Re: Do you use web2py professionally?

2013-08-13 Thread Jason (spot) Brower
I also like web2py because it's small enough I can contribute and big enough it makes a difference when I do. :) BR, Jason On Tue, Aug 13, 2013 at 8:47 PM, guruyaya wrote: > I've brought web2py with me, into 2 projects. One is a Scada platform (a > web interface for controlli

Re: [web2py] Re: Do you use web2py professionally?

2013-08-13 Thread Jason (spot) Brower
"web2py excels" your so punny! :-D On Tue, Aug 13, 2013 at 12:08 PM, Arnon Marcus wrote: > We at our company have been using web2py for almost 4 years now. > We use it as a basis for a wide-spectrum management system for our entire > business, as an intranet web-app. > We started by implementi

Re: [web2py] Re: Do you use web2py professionally?

2013-08-12 Thread Jason (spot) Brower
act like a human. Your wasting your time when you could build something special for the job. You need to look at the information your trying to store, look at the outcome you want to see in the end, and then calculate the stuff in the middle. Model, View, Controller. (dance) :P BR, Jason On Tue, Au

Re: [web2py] Do you use web2py professionally?

2013-08-12 Thread Jason (spot) Brower
ood news that you need to scale up. And web2py gets you up fast and it scales up very well too. If you have speed problems you most likely going to find the fixes in your database, storage, or caching. Not your framework. What kind of project you thinking of doing? Can we, Encompass Solutions, help

Re: [web2py] Re: Demistifying web2py

2013-08-05 Thread Jason (spot) Brower
For a tool only for learning, I sure make a lot of money from it. I have many sites that run web2py and ALL clients that work with us are with web2py, and a few others in bottle and django. Magic, funny, I like magic. Good luck with the talk and I hope to do well! BR, Jason On Tue, Aug 6, 2013

Re: [web2py] Re: this talk...

2013-07-14 Thread Jason (spot) Brower
When started my company I felt the same way. I am a programmer. I am also the CEO. I tell people no to jobs at my company because I want managers that know how to program, or better, programmers that know how to manage. :) On Sun, Jul 14, 2013 at 10:28 PM, Massimo Di Pierro < massimo.dipie...@

Re: [web2py] Re: Is the "mobile" version of the admin interface not working for you?

2013-07-13 Thread Jason (spot) Brower
Thanks Marin you did a great job On Jul 13, 2013 9:01 PM, "Marin Pranjić" wrote: > There is a patch pending: > https://github.com/web2py/web2py/pull/132 > > jQuery UI is already fixed in trunk > > > Marin > > > On Sat, Jul 13, 2013 at 7:17 PM, Jason (spot

Re: [web2py] Re: Why not create Web2Py Forum?

2013-07-13 Thread Jason (spot) Brower
Personally, I would like to see more than a book in the book. Ways to post comments and cross link between items. Ability to create videos linking to various tasks. Downloading the source code in segments. (copy pasting is nasty right now.) I would be happy to make videos too. :) BR, Jason On

Re: [web2py] Re: Is the "mobile" version of the admin interface not working for you?

2013-07-13 Thread Jason (spot) Brower
Yeah, I have one of my employees working on it. Hopefully it will be fixed soon as I like using it. Jqueryui is also not working. BR, Jason On Sat, Jul 13, 2013 at 12:39 AM, Stephan Holtmeier < stephan.holtme...@gmail.com> wrote: > Same for me! > > > Am Mittwoch, 26. Juni 2

Re: [web2py] response.menu.insert

2013-07-10 Thread Jason (spot) Brower
it's just a list like any other. So use append and so forth. http://docs.python.org/2/tutorial/introduction.html#lists Should help. Notice in the example app he also used + to append items. BR, Jason On Wed, Jul 10, 2013 at 10:55 AM, lucas wrote: > how can i insert into response.men

Re: [web2py] How to start external python script from my web2py controller (Solution needed as soon as possible )

2013-07-08 Thread Jason (spot) Brower
Other solutions include a queuing server. Another python process whatching for new things to do and executes that way. Much cleaner than running another subprocess. But takes longer to do. On Tue, Jul 9, 2013 at 2:19 AM, Vinicius Assef wrote: > It depends how you want your external script be

Re: [web2py] windows8 installation

2013-07-06 Thread Jason (spot) Brower
Do you have python installed? BR, Jason On Sun, Jul 7, 2013 at 7:07 AM, Alex Glaros wrote: > have tried to install web2py on a windows8 machine, and when I click on > web2py.exe, the black dos-command screen flickers on for a second, then > closes. > > I never get the server p

Re: [web2py] Anyone here as former PHP developer? Help me with 'pro-web2py' arguments please ...

2013-07-06 Thread Jason (spot) Brower
they only way they can really know for themselves. They could make something internal if they want too. BR, Jason Brower On Sat, Jul 6, 2013 at 6:30 PM, David Marko wrote: > The talks raised in our company about the shifting to PHP world as a more > widespread ... and even some pe

[web2py] Back link contains unexpected value

2013-07-06 Thread Jason Hinds
I am new to web2py so what I am seeing is probably the result of going about this the wrong way. What I am trying to do is have a link from the main page directly to the create action of a sqlform grid - basically just a shortcut that a user can use when they know they need to create a record.

Re: [web2py] Controller function doesn’t presents the view page

2013-07-05 Thread Jason (spot) Brower
Where is your segunda.html file located? What is the name of this file that you have? And what is in the file? :P Sounds like a view issue to me. If you don't have any data in those files it may not return anything. BR, Jason On Fri, Jul 5, 2013 at 3:36 PM, wrote: > Hello all,

[web2py] Frontend/Backend Developer needed for my company.

2013-07-05 Thread Jason (spot) Brower
or Email me: encomp...@gmail.com BR, Jason Brower -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups

Re: [web2py] Can Sql (sqlite) injections occur if normal html forms are used?

2013-07-03 Thread Jason (spot) Brower
continue as if nothing happened. On Thu, Jul 4, 2013 at 8:47 AM, Jason (spot) Brower wrote: > Never tried myself but I found this... > https://sites.google.com/site/0x7674/home/sqlite3injectioncheatsheet > > > > On Thu, Jul 4, 2013 at 8:45 AM, Jason (spot) Brower > wr

Re: [web2py] Can Sql (sqlite) injections occur if normal html forms are used?

2013-07-03 Thread Jason (spot) Brower
Never tried myself but I found this... https://sites.google.com/site/0x7674/home/sqlite3injectioncheatsheet On Thu, Jul 4, 2013 at 8:45 AM, Jason (spot) Brower wrote: > If your not validating the data some how on the server then oh yes, very > bad thing. > > > On Thu, Jul 4,

Re: [web2py] Can Sql (sqlite) injections occur if normal html forms are used?

2013-07-03 Thread Jason (spot) Brower
If your not validating the data some how on the server then oh yes, very bad thing. On Thu, Jul 4, 2013 at 8:43 AM, qwer qwer wrote: > I have used normal html forms instead of web2py forms at many places.Does > this make sql injections possible? Can someone please give an example of > such an i

Re: [web2py] pyCharm has web2py support

2013-07-01 Thread Jason (spot) Brower
I suppose that is something you can request for pyCharm. :) On Sun, Jun 30, 2013 at 12:49 PM, Quint wrote: > Will this also support web2py in combination with GAE? > so when i have a GAE project with web2py, will pycharm be web2py "aware" > too? Or does this only work if i create a web2py proje

Re: [web2py] Re: Help needed

2013-06-30 Thread Jason (spot) Brower
: None Insulted Someone : 12:12 : -5 : George Bush Then you check that users actions and you can keep track of what they did and how many points total for the action. I am working on a site to do similarly. BR, Jason Brower On Sun, Jun 30, 2013 at 5:35 PM, Anthony wrote: > Hi Cshek

Re: [web2py] How to install VPS to use web2py with MySQL phpMyAdmin

2013-06-29 Thread Jason (spot) Brower
wanted to try. sudo apt-get install ... (or using the package manager it's getting pretty good now days.) BR, Jason Brower On Sat, Jun 29, 2013 at 2:33 PM, wrote: > Hi, > > I'm new to web2py, I've just gotten a VPS running on Ubuntu 12.04 LTS. > > I want to use web2p

Re: [web2py] IMPORTANT: web2py 2.6.0-development

2013-06-26 Thread Jason (spot) Brower
We could also minify it so people would be nuts to try to change it. :) On Thu, Jun 27, 2013 at 9:42 AM, Jason (spot) Brower wrote: > I wonder if we should have a comment in the file that they shouldn't > change this file as it will be overwritten. > > > > On Thu,

Re: [web2py] IMPORTANT: web2py 2.6.0-development

2013-06-26 Thread Jason (spot) Brower
I wonder if we should have a comment in the file that they shouldn't change this file as it will be overwritten. On Thu, Jun 27, 2013 at 9:38 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > The problem is that an old app can be installed after an upgrade and it > would not work bec

[web2py] Is the "mobile" version of the admin interface not working for you?

2013-06-26 Thread Jason (spot) Brower
I have the latest web2py and it seems the jquery.mobile interface is not working. Do you get a similar result? BR, Jason -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emai

Re: [web2py] E-commerce solution

2013-06-26 Thread Jason (spot) Brower
I am thinking of building one as part of my business. Just starting to look if there are others in Web2py as that's what we use for business. :) BR, Jason On Wed, Jun 26, 2013 at 1:53 AM, wrote: > Hello guys, > > I am new here. > > Is there a full e-commerce web2py

Re: [web2py] Filling form in multiple phases with some data from database and some from a dictionary

2013-06-14 Thread Jason (spot) Brower
m.vars.id, role = "organizer") redirect(URL('event','administer_event', args=form.vars.id)) return dict(form = form) OR THIS: http://www.web2pyslices.com/slice/show/1452/form-wizard On Fri, Jun 14, 2013 at 6:49 PM, Jason (s

Re: [web2py] Filling form in multiple phases with some data from database and some from a dictionary

2013-06-14 Thread Jason (spot) Brower
Hey there. ;) Have you tried this one? https://groups.google.com/forum/?fromgroups#!topic/web2py/Lc-aZXVpsk4 It seems that something similar has been implemented in that fashion in the wizard for creating an app in web2py. Does that help? BR, Jason On Thu, Jun 13, 2013 at 11:55 AM, Ykä Marjanen

Re: [web2py] Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-13 Thread Jason (spot) Brower
This is great! If you want. Make the video as a tutorial and I can do the voice over and effects work. I do it for part of my living right now. https://www.youtube.com/user/BitbarChannel These videos use my voice. It's for a really powerful android testing platform. BR, Jason Brower O

Re: [web2py] Re: web2canvas looks nice

2013-06-11 Thread Jason (spot) Brower
Excited to try this when it's in english. BR, Jason On Mon, Jun 10, 2013 at 5:39 PM, Michael Herman wrote: > Interesting. There's huge potential for projects like this: > >- http://javelinapp.com/ ( > > http://pandodaily.com/2013/06/10/javelin-the-lean-start

Re: [web2py] Re: Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-10 Thread Jason (spot) Brower
t. :) Have fun and it would be great to see what you do with the pi. BR, Jason On Mon, Jun 10, 2013 at 10:54 AM, António Ramos wrote: > Sorry to disappoint you but raspberry pi go a lot better with nodejs > javascrcipt framework.Almost no CPU usage > > check this > http://pijs.

Re: [web2py] Re: Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-10 Thread Jason (spot) Brower
y messages that are clicked on and sends them to your service running the the backend. I'd be happy to help you there if you like. But it's not very web2py related, so I think it should be off list. Time is limited for me, but we could do something. :) BR, Jason Brower On Thu, Jun 6, 20

Re: [web2py] Re: Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-05 Thread Jason (spot) Brower
I don't quite know what your wanting. We can have the conversation here, or you can contact me directly and I can help you out there too. Your lucky, this list is so busy I am usually not subscribed. BR, Jason Brower On Thu, Jun 6, 2013 at 1:13 AM, freäk qnc wrote: > Apparently nobody is

Re: [web2py] how to make 'upload' only allow images

2013-06-05 Thread Jason (spot) Brower
db.table.feild.requires = IS_IMAGE() or db.table.field.requieres = IS_EMPTY_OR(IS_IMAGE()) if you want it to be empty at times too. BR, Jason On Wed, Jun 5, 2013 at 2:53 PM, sasogeek wrote: > in the db.py model, when I create a table and I want users to be able to > upload files, ho

Re: [web2py] how to make 'upload' only allow images

2013-06-05 Thread Jason (spot) Brower
Not that this only checks the extension but not the data itself. On Wed, Jun 5, 2013 at 2:57 PM, Jason (spot) Brower wrote: > db.table.feild.requires = IS_IMAGE() > or > db.table.field.requieres = IS_EMPTY_OR(IS_IMAGE()) > if you want it to be empty at times too. > BR, > Ja

[web2py] Interesting points...

2013-04-21 Thread Jason (spot) Brower
How we we fit in all of this? https://medium.com/cs-math/f29f6080c131 -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com.

[web2py] Google OpenID authentication.

2013-04-18 Thread Jason
Hello, I'm implementing Google Wallet into my application. The most important aspect for me is to allow a Google federated login. I don't want to use Janrain because the prices are ridiculous. Are there any examples on how to implement this? My Google searches are aren't providing any examples

[web2py] Javascript - Python - Session communication.

2013-04-12 Thread Jason
Hi everyone, I'm new to just about everything in the web2py stack, so I'm struggling with the best way to approach a problem I'm having. I have a game written in Flash. A user clicks a purchase button, which directs Flash to run a Javascript method. The Javascript calls a 3rd party purchase A

[web2py] Re: Difficulty with auth.signature when renaming auth tables

2013-04-07 Thread Jason Phillips
; In that case, auth.signature will instead be defined when you call > auth.define_tables(), by which point the custom tables names will already > be set. > > Anthony > > On Sunday, April 7, 2013 6:58:09 PM UTC-4, Jason Phillips wrote: >> >> When I follow what I thoug

[web2py] Difficulty with auth.signature when renaming auth tables

2013-04-07 Thread Jason Phillips
When I follow what I thought to be standard practice (following this documentation) for using alternative names for the auth tables, I'm seeing an incorrect foreign key reference on any subsequent table defined that uses a

[web2py] Re: Wiki with Oracle?

2013-04-07 Thread Jason Phillips
The resolution of issue#1432 (submitted under my other account, I need to unify these) has now solved the first error you listed (*ORA-00904: "WIKI_TAG"."WIKI_PAGE": invalid identifier*), which was a IS_NOT_IN_DB query error of the type I

[web2py] I wonder where Web2Py stands here...

2013-04-01 Thread Jason (spot) Brower
www.techempower.com/blog/2013/03/28/framework-benchmarks/ -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more opt

[web2py] Updating data in auth.user.(data)

2013-02-03 Thread Jason Brower
When I change data in auth_user.first_name for example that data doesn't change in the auth.user.first_name. In otherwords, it seems that when I make a change to a users settings in the database that information is not updated in auth.user. Is this the correct behavior? BR, Jason B

[web2py] Coding of the future?

2013-01-31 Thread Jason Brower
Interesting that we have coding tools built into our framework. http://www.webdesignerdepot.com/2013/01/web-ides-the-future-of-coding/ BR, Jason Brower -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this

Re: [web2py] Re: session.flash not working?

2013-01-24 Thread Jason Martens
I am also experiencing this issue, however I tried to recreate it with a simple view/controller, and was unable to do so, but I have a much larger application with the problem. I'm currently using v 2.2.1. Is there any way to "watch" the session.flash variable to see where it is getting unset a

[web2py] Edit button behavior with sqlform.grid and multiple joins

2013-01-23 Thread Jason Martens
t it to go to the rooms table to edit the room details. How can I fix this? Thanks, Jason --

Re: [web2py] Do we have to have first_name in auth tables?

2013-01-18 Thread Jason Brower
durp durp custome table. On Fri, Jan 18, 2013 at 9:26 PM, encompass wrote: Sorry for the late reply.  Yes, I was using a customer table. BR, Jason On Tuesday, January 1, 2013 9:59:34 PM UTC+2, Niphlod wrote: @alec: that was to change the default behaviour of having a first_name accompanied by

[web2py] Logging in with applications.

2013-01-18 Thread Jason Brower
I want to allow external devices, like phones, to login to my web2py. My current app runs with only JSON calls is there a way to make the login occure with JSON? BR, Jason --

[web2py] How "experimental" is postgis?

2013-01-17 Thread Jason Brower
I am hoping to use it in an upcoming application.  Does anyone here have issues with this that still need to be resolved? BR, Jason --

Re: [web2py] Added Conditional Validation in the Model...

2012-12-30 Thread Jason Brower
However.  I just tried it and was told it can't be done. OperationalError: Cannot add a UNIQUE column Error snapshot help (Cannot add a UNIQUE column) Bummer. BR, Jason Brower On Sun, Dec 30, 2012 at 8:16 AM, Bruno Rocha wrote:  can see two options. 1. Use form validation: def check

Re: [web2py] Added Conditional Validation in the Model...

2012-12-30 Thread Jason Brower
I'll take number 2. :) Looks much cleaner to me!  I new about number 1 but was hoping to see something that sat in the model.  Thanks. BR, Jason Brower On Sun, Dec 30, 2012 at 8:16 AM, Bruno Rocha wrote:  can see two options. 1. Use form validation: def check_user(form):    

[web2py] custom forms can be annoying/confusing...

2012-12-18 Thread Jason Brower
eird to be formating in the model if we can put it in the view instead. I have this as my code in normal HTML5: Send me the results! BR, Jason Brower (the confused.) --

Re: [web2py] Sending and Recieving JSON data...

2012-11-18 Thread Jason Brower
On Sunday, November 18, 2012 7:48:02 AM UTC+2, Marin Pranjić wrote: JSONRPC should be used if you want to implement RPC service but if you only need to send json data, you can do it that way or another. How would you send the data? Something that works in the

[web2py] Sending and Recieving JSON data...

2012-11-17 Thread Jason Brower
, Jason Brower --

[web2py] How do I handle more than 32768 characters in the database?

2012-11-16 Thread Jason Brower
he CSS would be cool too.) BR, Jason Brower --

[web2py] How do I include text from a file in static in my email templates?

2012-11-16 Thread Jason Brower
'),ajax=False)}} But this doesn't work as I can't use js in email messages. BR, Jason Brower --

[web2py] I have a generated pdf file I want to return to the view...

2012-10-22 Thread Jason Brower
n job.) BR, Jason Brower --

[web2py] Rendering to SVG...

2012-10-21 Thread Jason Brower
Had a fun idea. I would create pdf templates in svg format using inkscape and it's magic. Then when the template is rendered using the render() method, I would using inscape from command line to convert the page to PDF. Fun right? Any problems you see in this? BR, Jason Brower --

[web2py] Form, with Dropbox and distinct values from db.

2012-10-18 Thread Jason Jeremias
So I'm trying out Web2py, I'm a complet newbie. I've been using python to write CGI for years, I have python cgi that I use to display data from mysql db. Its pretty simple and I thought I'd trying to recreate it using web2py. Basically its a simple html form that has a drop box and a submit

[web2py] Forms removing data on errors...

2012-09-22 Thread Jason Brower
server all you like. http://testing.interestid.com Hope you can help. You can use this use if you like. U:testing_user P:testinguser BR, Jason Brower --

<    1   2   3   4   5   6   7   8   9   10   >