Re: [web2py] Re: Funny ordering situation...

2010-06-22 Thread Jason (spot) Brower
It seems it doesn't work. Perhaps I am overlooking a piece of the syntax. I am doing this... orders = db((db.orders.position != 0) & (db.orders.paint==db.paint.id).select(orderby=db.orders.state) + db(db.orders.state == "remove").select() But it returns an error saying... unsupported operand type

[web2py] exec from text area...

2010-09-21 Thread Jason (spot) Brower
I have a text area that I can grab the python code from. When I try to run the code how ever, I get the following error: "SyntaxError: unexpected EOF while parsing" This error only happens if I put a return in the text area. Otherwise it will run a single line just fine. I want to have multiline

Re: [web2py] Re: exec from text area...

2010-09-21 Thread Jason (spot) Brower
d reasons for it. ;-) > > instead of exec(code) do exec(code.replace('\r\n','\n').strip()+'\n') > > On Sep 21, 5:31 am, "Jason (spot) Brower" wrote: >> I have a text area that I can grab the python code from. >> When I try to run the

Re: [web2py] Re: Problems with sessions in multiple windows...

2010-09-21 Thread Jason (spot) Brower
The issue seems to show up at random times. For example about an hour after my email it started to work and has for the rest of the day. I am using firefox and it will be the only browser it will use unless of course it doesn't have the same sessions in the same window. :D It is very very weird.

[web2py] Further issues with the session data being lost...

2010-09-22 Thread Jason (spot) Brower
I have some code and information about the sessions being lost... This method is called every two seconds. The printout is what I get. Notice... ON then OFF and repeated. I am the only user on the system, I have only one browser tab open, and I know that the file data it is pulling from is correct

Re: [web2py] Re: Further issues with the session data being lost...

2010-09-22 Thread Jason (spot) Brower
ierro wrote: > I think your peoblem is that you are not locking the shelve file you > create. If you do not lock it it may get corrupted. > > On Sep 22, 6:19 am, "Jason (spot) Brower" wrote: >> I have some code and information about the sessions being lost... >>

Re: [web2py] Re: please help us test new web site

2010-10-12 Thread Jason (spot) Brower
As much as I like crowdspring, I would save my money and go for something bigger later, like a new page design. I have used them for some KILLER designs for 1500USD. But these lower end may not be so great. Just my thoughts on it. BR, Jason Brower On Tue, Oct 12, 2010 at 10:21 PM, rochacbruno

Re: [web2py] Re: How do you create custom form feilds?

2010-11-05 Thread Jason (spot) Brower
It certainly won't be on GAE because of what I do with it. (I need more flexibitliy.) But it is interesting to hear your solution. I will try my way and see how it lands. BR, Jason On Sat, Nov 6, 2010 at 5:44 AM, howesc wrote: > i say the answer depends on where you are running the system. a >

[web2py:24571] Re: My first complicated sql statement....

2009-06-20 Thread Jason (spot) Brower
I don't think it did. I am looking for something like this... Name1: - Tag1 - Tag2 - Tag3 - Tag4 - Tag5 Name2: - Tag3 - Tag4 - Tag5 - Tag6 - Tag7 Name3: - Tag5 - Tag7 - Tag8 - Tag9 - Tag0 Or vice versa... I kind of have it with this method... - @auth.requires_login() def status(

[web2py:24572] Re: My first complicated sql statement....

2009-06-20 Thread Jason (spot) Brower
nt = 0}} {{pass}} {{pass}} {{count +=1}} {{pass}} {{pass}} On Sat, Jun 20, 2009 at 11:08 PM, Jason (spot) Brower wrote: > I don't think it did. > I am looking f

[web2py:28819] Re: Can't get web2py working on dreamhost...

2009-08-17 Thread Jason (spot) Brower
I still can't get this to work. On Sun, Aug 16, 2009 at 7:08 AM, Jason Brower wrote: > Dang, something is certainly wrong here... > I wonder if I still need those virtualenv files... > This is the error... > - > > [redwings]$ mkvirtualenv web2py > -bash: virtualenv: command not found > [redwi

[web2py:32447] Re: lots of stuff in trunk.

2009-10-07 Thread Jason (spot) Brower
Exciting. Thanks. On Thu, Oct 8, 2009 at 6:10 AM, mdipierro wrote: > > There is lots of new stuff in trunk, in particular in sql.py. > > Chris Clark added Ingres support and Denes added support for legacy > databases. > > While we test the new stuff please check that nothing breaks your > code.

[web2py:32468] Re: html pages without function associated

2009-10-08 Thread Jason (spot) Brower
I don't think so. But I doubt that 2 lines a page is that big of a deal. It comes in especially handy when you need to call the page. On Thu, Oct 8, 2009 at 3:17 PM, sebastian wrote: > > Hi All, > > I have a lot of pages that do not need any controller activity. > Therefore I have a lot of >

[web2py:32469] Shorten strings...

2009-10-08 Thread Jason (spot) Brower
I have some long strings. How do I shorten them with the "..." feature? So when I talk on and on it will... :P Regards, Jason Brower --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to t

[web2py:35079] proper threading in web2py

2009-11-11 Thread Jason (spot) Brower
I want to run a small command over and over to check for data from a serial port. It will be using web2py as the frontend to this application. Not only am I new to threading techniques, but I want to get your advise on how to properly create this thread in the controller or elsewhere if needed. B

[web2py:35166] Re: new in trunk, for fun

2009-11-11 Thread Jason (spot) Brower
AWSOME This would come in very handy in teaching and testing! On Thu, Nov 12, 2009 at 8:39 AM, mdipierro wrote: > > I do not know if this should be in web2py or not but it can be useful > for testing and debugging. > > from gluon.contrib.populate import populate > > db=DAL() > db.define_table('

[web2py:18740] Re: Can't display certain fields, and baffled as to why... And one other little question...

2009-03-29 Thread Jason (spot) Brower
Gees, it was right in front of me. Thanks! Regards, Jason On Sat, Mar 28, 2009 at 3:24 PM, Vidul Petrov wrote: > > Hi Jason, > >    tags = db().select(db.tag.ALL,orderby=db.tag.name) >    users = db().select(db.users.ALL,orderby=db.users.nickname) >    tags = db.tag >    users = db.users > > sh

Re: [web2py] Job: Web2py expert wanted

2010-12-29 Thread Jason (spot) Brower
Why don't these guys use Experts4solutions :/ BR, Jason Brower On Thu, Dec 30, 2010 at 6:03 AM, Bruno Rocha wrote: > > http://www.odesk.com/jobs/Web2py-expert-wanted_~~62681a3a83753830?source=rss > > -- > > Bruno R

Re: [web2py] Google Summer of Code

2011-01-04 Thread Jason (spot) Brower
Building a testing platform would be spectacular! We really need something to test all the features of web2py. I would also love to see a system that can monitor visits and other things like apache does. Best Regards, Jason On Tue, Jan 4, 2011 at 3:56 PM, James Hancock wrote: > I get back to th

Re: [web2py] why not PHP?

2011-01-04 Thread Jason (spot) Brower
Wow, I like that one. :P On Tue, Jan 4, 2011 at 6:35 PM, mdipierro wrote: > among other reasons because you can bring down the server just by > typing > > 2.2250738585072011e-308 > > in a web form integer value. (exploit requires 32bits machine). > > Source: > > http://www.exploringbinary.com/

Re: [web2py] [OT](urvey) web2py web browser

2011-01-11 Thread Jason (spot) Brower
Well, RockMelt in Linux Obviously... JK... I will vote. 2011/1/11 > Si tienes problemas para visualizar o enviar este formulario, puedes > rellenarlo online: > > https://spreadsheets.google.com/viewform?formkey=dEZVOU16eE80VWdPQ0lMVWlTWl82Y2c6MQ > > web2py web browser > > the intention is to kno

Re: [web2py] Re: Is Web2py the right choice for me?

2011-01-30 Thread Jason (spot) Brower
Web2py can do all this with a bit of work as shown already. I am curious about your 3d skills as I have been looking for some people to help create a game similar to the old wizardry but using a web-based interface. If you interested in side project like this, drop me a personal email and we can l

[web2py] CRON tasks in Google App Engine

2012-04-20 Thread Jason (spot) Brower
I just wanted to confirm with you guys... According to this page there is a way to send emails in a que. http://web2py.com/books/default/chapter/29/8?search=cron Does this work in Google App Engine? BR, Jason

Re: [web2py] Thinking of building a bug tracker...

2012-06-01 Thread Jason (spot) Brower
Perhaps a bug tracker like this should give access to outsiders so that they can be aware of the situations. This could be done with some role management. BR, Jason On Fri, Jun 1, 2012 at 6:25 AM, Cliff Kachinske wrote: > +1 for git. > > It seems so much simpler. > > > On Thursday, May 31, 2012

Re: [web2py] pyfilesystem support (store uploads in S3)

2012-06-01 Thread Jason (spot) Brower
Sounds fun! On Thu, May 31, 2012 at 8:56 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Here is an example: > > easy_install pyfilesystem > > >>> import fs.s3fs > >>> myfs = fs.s3fs.S3FS(bucket, prefix, aws_access_ke, aws_secret_key) > >>> db.define_table('test',Field('file','upload

Re: [web2py] Re: Thinking of building a bug tracker...

2012-06-01 Thread Jason (spot) Brower
issue tracker I know of... I am looking at itracker now Thanks. :) On Fri, Jun 1, 2012 at 10:31 AM, stefaan wrote: > > > > I have noticed one other tracker in web2py, but I couldn't demo it. >> >> Have you seen these? > > http://code.google.com/p/web2py-issuetracker/ > http://www.i-track.org/ >

Re: [web2py] Re: w2p_tvseries: a new web2py app

2012-06-04 Thread Jason (spot) Brower
Intense man. Never needed a tool like that, but I know many that would find it very useful! On Mon, Jun 4, 2012 at 6:33 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > :-) > > > On Sunday, 3 June 2012 21:14:10 UTC-5, Niphlod wrote: >> >> whoa, you're right >> did I mention I'm

Re: [web2py] web2py book now free in PDF

2012-06-12 Thread Jason (spot) Brower
Thank you. It will be a great reference while I am not online. On Tue, Jun 12, 2012 at 7:58 PM, Richard Vézina wrote: > Thanks! > > Richard > > > On Tue, Jun 12, 2012 at 12:49 PM, Massimo Di Pierro < > massimo.dipie...@gmail.com> wrote: > >> I still want exclusive right to sell it in print and

Re: [web2py] how to install web2py and deploy web2py application in ubuntu server?

2012-06-14 Thread Jason (spot) Brower
You can run the script on your system by typing python web2py.py but I assume you know this. To install it permanently there is a script just for this. It does the following: * Installs any required features that you would need to run web2py. * Setups apache for you with access to https:// for you

[web2py] Python 3 is catching up to us...

2012-06-20 Thread Jason (spot) Brower
Not a big deal still at this point but wanted to point out: http://www.noobslab.com/2012/06/ubuntu-1210-quantal-quetzal-alpha-1-is.html Python 2 will not be in Ubuntu by default anymore. BR, Jason --

[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] Amazon EC2, How does it... um... how does it work?

2011-02-15 Thread Jason (spot) Brower
With support for Amazon EC2 I am very curious how EC2 actually works. So in tradition of python: "How does it... um... how does it work? " For example, how does it become elastic whti web2py? How are "instances" handles and is it generally more expansive than other hosting options? The reason I as

Re: [web2py] Re: Amazon EC2, How does it... um... how does it work?

2011-02-16 Thread Jason (spot) Brower
Great, this explains a lot. I prefer the console world more than anything else out there. I should look into the server to replace my current product line hosted at dreamhost. Though dreamhost has some powerful one click installs that save me a bit of time. And they are funny. :D Thanks! Jason O

Re: [web2py] Re: greetings from PyCon

2011-03-10 Thread Jason (spot) Brower
I agree. I would love to see the work. On Thu, Mar 10, 2011 at 11:09 AM, Mengu wrote: > was it recorded? if so, it would be really interesting to watch it. > > On Mar 10, 7:28 am, Anthony wrote: > > I think it went very well from the audience perspective as well. > Massimo's > > computer was se

Re: [web2py] Major Speedup in trunk 10x

2011-03-14 Thread Jason (spot) Brower
Very cool! It's always fun to see Massimo pull out a card like that and make the code itself better. Excited to give it a try on my systems. --- Best Regards, Jason Brower On Tue, Mar 15, 2011 at 5:40 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > At PyCon some people have suggest

Re: [web2py] Proposals for New Tagline

2011-03-15 Thread Jason (spot) Brower
Hmm.. "Twice as fast to code in than Django and four time easier." Ok ok, it sucks, but it's true! Let me think... how about: Productivity by design. Think about the page not the code! Releiving finger ache by a factor of 2. Bringing python and html together. Framework for productive web applicaton

Re: [web2py] Re: Cant make a simple database

2011-03-15 Thread Jason (spot) Brower
I don't do that. I would rather have orders than t_order how about the_order :P BR, Jason On Thu, Mar 10, 2011 at 6:13 PM, pbreit wrote: > Yeah I saw that. What are people's thoughts on that? It seems like clutter > to me but can definitely mak things easier in places.

Re: [web2py] Re: Proposals for New Tagline

2011-03-15 Thread Jason (spot) Brower
I wanted it to mean as much as possible. It was intended to mean you can be productive and it was thought out with experienced hands when created. On 15 Mar 2011 22:13, "Anthony" wrote: > > I like "Productivity by Design" because it sounds catchy and includes the word "Productivity", but I'm sort

[web2py] We really should have something similar to DjDT in Web2py

2011-03-18 Thread Jason (spot) Brower
Boy, I kinda like that thing. http://robhudson.github.com/django-debug-toolbar/ BR, Jason Brower

[web2py] Making another app building wizard.

2011-03-18 Thread Jason (spot) Brower
I wonder how useful it would be to have a wizard to help pull all the common bulding blocks without the predone welcome application. That is, it contains the html but with no body content and the files and feature installed and ready to use. This provides us with the ability for more variety in our

Re: [web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-20 Thread Jason (spot) Brower
This is a great thing to put web2py to a new level of quality. Thanks! On 20 Mar 2011 23:34, "Praneeth Bodduluri" wrote: > > Hello all, > > In an attempt to make web2py pip installable, so that I can use gluon > as a module in other python programs, I created a setup.py that can be > used to crea

[web2py] How using is it to have the redirects shown while in development...

2011-03-21 Thread Jason (spot) Brower
Now that I am working in Django at my work, I notice that when using the built in server it notifies you of all the redirects. How useful is this and would it be useful to implement in Web2py? --- Jason Brower

Re: [web2py] Re: Proposals for New Tagline

2011-03-21 Thread Jason (spot) Brower
Yeah... Small framework big thought. Or something similar. On 22 Mar 2011 00:21, "Richard Vézina" wrote: > web2py : A small framework that allow you to think Big ;-) > > Richard > > > > On Mon, Mar 21, 2011 at 2:46 PM, pbreit wrote: > >> In the non-enterprise world, it's the exact opposite. "Ente

Re: [web2py] Re: very slow response (over a minute)

2011-03-29 Thread Jason (spot) Brower
Do you have an internet connection when you are working locally? If not it may be pausing because it is looking some file that is not accessable and needs to time out. Is you app somewhere that we could test it? On 29 Mar 2011 22:45, "Chris" wrote: > > Have you tried running it with the profiler a

Re: [web2py] Re: Making my own decorator...

2011-04-03 Thread Jason (spot) Brower
Yes, I wouldn't use that decorator on index like that, if it were in default.py's index it is actually in conference.py index and jumps to the defaults index. But it is good to point out. BR, Jason Brower On Sun, Apr 3, 2011 at 11:09 PM, Anthony wrote: > Yes, I think a decorator is supposed to

Re: [web2py] Re: Session lost in decorator....

2011-04-07 Thread Jason (spot) Brower
That still returns none Sadly... On Wed, Apr 6, 2011 at 11:46 PM, Anthony wrote: > Try > > def is_in_conference(f): > ''' > INFO: Special decorator to validate that they are attending a > conference. > ''' > def g(f=f): > if not session.current_conference: >

Re: [web2py] Re: Session lost in decorator....

2011-04-07 Thread Jason (spot) Brower
When I put print f right at the beginngin of is_in_conference function I get the following: representation each method I have decorated. BR, Jason On Thu, Apr 7, 2011 at 8:05 PM, Jason (spot) Brower wrote: > That still returns none Sadly... > > > On Wed, Apr 6, 2011

Re: [web2py] Re: Session lost in decorator....

2011-04-07 Thread Jason (spot) Brower
PM, Jason (spot) Brower wrote: > When I put print f right at the beginngin of is_in_conference function I > get the following: > > > > > > > representation each method I have decorated. > BR, > Jason > > > On Thu, Apr 7, 2011 at 8:05 PM, Jason (spot

Re: [web2py] Re: Session lost in decorator....

2011-04-07 Thread Jason (spot) Brower
Yup... if I put the decorator somewhere on some other method than index it still kicks me out. WEIRD! On Thu, Apr 7, 2011 at 8:23 PM, Jason (spot) Brower wrote: > By the looks of it... It seems that those decorators are run even when the > method is not called. There by redirecting me

Re: [web2py] Re: Session lost in decorator....

2011-04-07 Thread Jason (spot) Brower
nce: print "In the method!" print session.current_conference redirect(URL('default', 'index')) return validation() Thanks GUYS! The IRC channel and Ross finalized this issue for me. BR, Jason On Thu, Apr 7, 2011 at 8:35 PM, Jason (sp

Re: [web2py] Re: django toolbar for web2py - help

2011-04-10 Thread Jason (spot) Brower
I am very excited about this. I am currently completing the vital part of a project until may 6 and my wife will be having our second child around may 8th, but I hope to squeeze a few hours for this. I can create the view for this css/html and so forth. Not much javascript would be needed. I wo

[web2py] Interesting tool, Maqetta

2011-04-19 Thread Jason (spot) Brower
http://maqetta.org/ It's integration into web2py might be fun, and a monstorous challenge. BR, Jason

Re: [web2py] Re: OpenID - Best Example

2011-04-21 Thread Jason (spot) Brower
Profit ... Classic I too will be using this feature soon in my software. Thanks for the pointer. BR, Jason On Wed, Apr 20, 2011 at 8:53 PM, Nite wrote: > Well... this turns out to be an easy one to answer *if* you know where > to look. Unfortunately the abundance of ways to get it done and

Re: [web2py] Skytoop : a web desktop like, created with Web2Py on server side

2011-05-03 Thread Jason (spot) Brower
It would be fun to put a widget for online radio. Like that. :D It's the station I listen to. BR, Jason Brower On Mon, May 2, 2011 at 8:08 PM, Jason Brower wrote: > On 05/02/2011 07:13 PM, Alexandre Strzelewicz wrote: > >> I have the pleasure to present you Skytoop, >> >> http://www.skytoop.co

Re: [web2py] Very Soft Pre-Alpha Launch: Pricetack ecommerce service

2011-05-04 Thread Jason (spot) Brower
Nifty! Good luck! BR, Jason On Thu, May 5, 2011 at 8:41 AM, pbreit wrote: > Hey everyone, I am getting close to releasing the service I've been working > on and wanted to give you all the very first look. 100% Web2py underneath > the hood! > > It's like eBay but the prices go...down. I envision

[web2py] Would this editor be useful for us?

2011-05-05 Thread Jason (spot) Brower
http://jsfiddle.net/

Re: [web2py] Re: Weird Error in modules files...

2011-05-15 Thread Jason (spot) Brower
Aww, thanks. And here I thought I found a bug. It was just a feature. :P On Mon, May 16, 2011 at 6:02 AM, ron_m wrote: > If the second parameter on local_import is True it will reload each time > the statement is executed. Otherwise it retains the first local_import until > server restart. >

Re: [web2py] web2py wallpaper

2011-05-21 Thread Jason (spot) Brower
Fun thanks! On Sat, May 21, 2011 at 10:55 AM, Bruno Rocha wrote: > Hi all, I just installed a fresh Ubuntu 11.04 and finished the > customization (I will give a chance to Unity). I missed some web2py > wallpaper, so I created a very simple one based on the new Ubuntu's > wallpaper. > > If it int

Re: [web2py] Re: confusion - how can we avoid it?

2011-05-22 Thread Jason (spot) Brower
hehe, they will make many happy, but some very angry. :O On Sun, May 22, 2011 at 9:21 PM, Iceberg wrote: > > On May 22, 10:20 pm, Massimo Di Pierro > wrote: > > Looks like the presence of a web2py/setup.py is confusing some users: > > > > http://twitter.com/#!/gvwilson/status/72280501821517824

Re: [web2py] Re: Create an email queing feature...

2011-05-28 Thread Jason (spot) Brower
After looking at the site I see what you mean. I will keep it in mind as the program increases in size. BR, Jason Brower On Sat, May 28, 2011 at 4:55 PM, pbreit wrote: > It's not for speed so much as for deliverability.

Re: [web2py] {{=response.toolbar()}}

2011-05-29 Thread Jason (spot) Brower
YEAH! Your Increadable!! --- BR, Jason On Mon, May 30, 2011 at 3:16 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > This is in trunk. Give it a try: > > {{=response.toolbar()}} > > display request,response, session and db stats.

[web2py] Changing an id... could it be really bad?

2011-05-31 Thread Jason (spot) Brower
I want to change the id of one of my items to the id of one that I have deleted to avoid some URL rot. Basically, I have: http://interestid.com/welcome/default/view_event/12 and I want it to be: http://interestid.com/welcome/default/view_event/11 ID 11 is gone now and 12 is the new one. But my lin

Re: [web2py] Re: Thanks to all members for all you time and effort !!

2011-05-31 Thread Jason (spot) Brower
It's a great framework when you know you can make a quick application for some problem at the office on your lunch break. You can't do that in many webframeworks, I tell you that much. (I made a lunch coordination software in about an hour.) Congrats and good luck! BR, Jason Brower On Tue, May 3

Re: [web2py] I created a little app to be able to share some files over the net without authentication

2011-06-01 Thread Jason (spot) Brower
Fun little app. Very easy to make and very useful. Even internal use may come in handy too. BR, Jason Brower On Wed, Jun 1, 2011 at 11:30 AM, szimszon wrote: > With this little app you can share some files with everybody on net without > authenticating > >- There is an authenticated user

Re: [web2py] Re: experimental in trunk... common_fields and precints

2011-06-26 Thread Jason (spot) Brower
I just found this thread. This is an awesome feature I could see using a lot in the future. BR, Jason On Mon, Jun 27, 2011 at 12:09 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > correct > > On Jun 26, 4:05 pm, Chris S wrote: > > So does that mean tables defined before: > > > db._

[web2py] Is it safe to run to web2py instances on the same database?

2011-08-28 Thread Jason (spot) Brower
First, is it possible to use the same model for two applications. Second, would there, be a way to run these two applications safely amongst each other? I am thinking about sociability among very large applications. For example an internal editor application and the external viewers application. --

[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.

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

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, how do I make

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

2013-06-05 Thread Jason (spot) Brower
Hi there, I wouldn't say we are a small community. But BIG questions take BIG answers. So it's a pain to answer some of these questions. Infact, your "bump" was even wordy. I have done projects with arduino and raspberry pi many times. Even as part of my business. You question is 60% raspberry a

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

2013-06-10 Thread Jason (spot) Brower
HI, I'm not totally sure what the gpio file is about, but an easy way to do it is to have while loop in a python file. Each time it goes through the loop it can do things like check the serial line for sensor data, run any automated items like turning on the lights in the evening, and read for mes

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

2013-06-10 Thread Jason (spot) Brower
io/ > > > 2013/6/10 Jason (spot) Brower > > HI, >> I'm not totally sure what the gpio file is about, but an easy way to do >> it is to have while loop in a python file. Each time it goes through the >> loop it can do things like check the serial line for sen

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-startup-app-thats-a-product-of-lea

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

2013-06-13 Thread Jason (spot) Brower
PIO file contains that while loop you talked about and that's what is >>>>>>> necessary to have an event listener as mentioned earlier. Again if not >>>>>>> replicating that project we'll continue to have a "failure to >>>>&g

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 w

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] 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 app like Sachmo, LFS, Cartr

[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 emails from it, sen

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

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] How to install VPS to use web2py with MySQL phpMyAdmin

2013-06-29 Thread Jason (spot) Brower
I suppose you would just install them. (It's actually not a web2py direct issue in my book.) You don't like the built in database admin tool? It should do almost everything you would need. If there is something you need, do tell, I am curious. So I would just install them if you still wanted to tr

Re: [web2py] Re: Help needed

2013-06-30 Thread Jason (spot) Brower
for 2 there are some different ways. But I would do this. When an action is apply... (like they get a point.) You just call a method for it to happen. Then it adds the event to a history and the points are tracked that way. So: Action : Time : Amount : Notes Registered : 12.12.2013 12:12pm : 2 :

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] 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] 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
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

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

2013-07-05 Thread Jason (spot) Brower
We are expanding. Encompass Solutions does only Python based implementations of software and have a specific focus on Startups and using Web2py to solve there software problems. You need to be able to do or prove you can learn the following: * Prove your ability with a test project with us. (We p

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, > > I’ve

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

2013-07-06 Thread Jason (spot) Brower
Personally, I don't like the way php is built. That's why I choose python. It's syntax is better to me. Web2py is nice because you can do so much in such a little amount of time. When I worked with Symphony I felt it was slow and bulky. But slow is relative to the project. Choosing a framework

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 prompt where you

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] 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.menu? like: >

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 2013 21:35:05 UTC+2 s

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 Sa

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: 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: 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 a

Re: [web2py] Do you use web2py professionally?

2013-08-12 Thread Jason (spot) Brower
Our company only develops in web2py. Python really, but web2py is what we use more than anything else by far. For example, we are developing a site that will handle terrabytes of data. At most, 196TB but most likely about a third of that at any one time. It's got at least 2 intranet servers and 1 a

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

2013-08-12 Thread Jason (spot) Brower
When ever you need a spreadsheet that is accessed by many people during the day. Then you need an app. Especially if it's internal network. Like an intranet. Web2py does that just fine. And most of the time, if you try to solve everything with a spreadsheet it's like making a robot act like a hu

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

  1   2   >