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 types

[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
good 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 encomp...@gmail.com wrote: 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

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

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

2010-09-22 Thread Jason (spot) Brower
mdipie...@cs.depaul.edu 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 encomp...@gmail.com 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

[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

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

2009-06-20 Thread Jason (spot) Brower
Oh yes, and my view... sorry, {{if len(tags) 0:}} div id=cloud ul class=nav {{count = 1}} {{for tag in relatedTags.keys():}} {{size=random.randint(1, 4)}} li a class=size{{=size}}

[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 Browerencomp...@gmail.com 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

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 how...@umich.edu wrote: i say the answer depends on where you are running

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 rochacbr...@gmail.com wrote: http://www.odesk.com/jobs/Web2py-expert-wanted_~~62681a3a83753830?source=rsshttp://www.odesk.com/jobs/Web2py-expert-wanted_%7E%7E62681a3a83753830?source=rss

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 jlhanc...@gmail.com wrote:

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 mdipie...@cs.depaul.edu 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:

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 diazluis2...@gmail.com Si tienes problemas para visualizar o enviar este formulario, puedes rellenarlo online: https://spreadsheets.google.com/viewform?formkey=dEZVOU16eE80VWdPQ0lMVWlTWl82Y2c6MQ web2py web browser the

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

[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 mdipie...@cs.depaul.edu 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

[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 sebastianov...@gmail.com wrote: Hi All, I have a lot of pages that do not need any controller activity.

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

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

[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 mdipie...@cs.depaul.edu 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()

[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 cjk...@gmail.com wrote: +1 for git. It seems so much simpler. On Thursday,

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',uploadfs =

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 stefaan.hi...@gmail.com 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/

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 not a web

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

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

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 whalb...@gmail.com wrote: was it recorded? if so, it would be really interesting to watch it. On Mar 10, 7:28 am, Anthony abasta...@gmail.com wrote: I think it went very well from the audience perspective as

Re: [web2py] Major Speedup in trunk 10x

2011-03-15 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 suggested

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

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 pbreitenb...@gmail.com 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 abasta...@gmail.com wrote: I like Productivity by Design because it sounds catchy and includes the word Productivity,

[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

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 life...@gmail.com 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

[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-22 Thread Jason (spot) Brower
Yeah... Small framework big thought. Or something similar. On 22 Mar 2011 00:21, Richard Vézina ml.richard.vez...@gmail.com wrote: web2py : A small framework that allow you to think Big ;-) Richard On Mon, Mar 21, 2011 at 2:46 PM, pbreit pbreitenb...@gmail.com wrote: In the non-enterprise

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 partyonais...@gmail.com wrote: Have you tried running it

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 abasta...@gmail.com 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
at 8:05 PM, Jason (spot) Brower encomp...@gmail.comwrote: That still returns none Sadly... On Wed, Apr 6, 2011 at 11:46 PM, Anthony abasta...@gmail.com wrote: Try def is_in_conference(f): ''' INFO: Special decorator to validate that they are attending a conference

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

2011-04-07 Thread Jason (spot) Brower
! 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 (spot) Brower encomp...@gmail.comwrote: Yup... if I put

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

[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 nitese...@gmail.com wrote: Well... this turns out to be an easy one to answer *if* you know where to look. Unfortunately the abundance of ways

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

2011-05-04 Thread Jason (spot) Brower
It would be fun to put a widget for online radio. embed src=' http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1628913play_status=1' quality='high' bgcolor='#ff' width='398' height='104' name='popupPlayer_V19' align='middle'

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

2011-05-05 Thread Jason (spot) Brower
Nifty! Good luck! BR, Jason On Thu, May 5, 2011 at 8:41 AM, pbreit pbreitenb...@gmail.com 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

[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-16 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 ron.mco...@gmail.com 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

Re: [web2py] web2py wallpaper

2011-05-21 Thread Jason (spot) Brower
Fun thanks! On Sat, May 21, 2011 at 10:55 AM, Bruno Rocha rochacbr...@gmail.com 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

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

2011-05-23 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 iceb...@21cn.com wrote: On May 22, 10:20 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Looks like the presence of a web2py/setup.py is confusing some users:

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 pbreitenb...@gmail.com 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

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

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 szims...@gmail.com wrote: With this little app you can share some files with everybody on net without authenticating - There is an

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 sanders.ch...@gmail.com wrote: So does that mean tables defined

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

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 ml.richard.vez...@gmail.com 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

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

[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

[web2py] Interesting points...

2013-04-22 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 encomp...@gmail.comwrote: 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

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 sasog...@yahoo.com wrote: in the db.py model, when I create a table and I want users to be able to upload

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

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

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

2013-06-10 Thread Jason (spot) Brower
/ 2013/6/10 Jason (spot) Brower encomp...@gmail.com 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

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 herma...@gmail.com wrote: Interesting. There's huge potential for projects like this: - http://javelinapp.com/ (

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

2013-06-13 Thread Jason (spot) Brower
, at 4:21 AM, Jason (spot) Brower wrote: Sounds interesting. Personally my system ran with very little cpu at all. There are way to make it run effeciently. Node is a fun new technology, but I personally don't trust it for commercial use yet. It's still at that young and fragmenting stage so

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] Filling form in multiple phases with some data from database and some from a dictionary

2013-06-14 Thread Jason (spot) Brower
= form) OR THIS: http://www.web2pyslices.com/slice/show/1452/form-wizard On Fri, Jun 14, 2013 at 6:49 PM, Jason (spot) Brower encomp...@gmail.comwrote: Hey there. ;) Have you tried this one? https://groups.google.com/forum/?fromgroups#!topic/web2py/Lc-aZXVpsk4 It seems that something similar has

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, paulo.sobrinh...@gmail.com wrote: Hello guys, I am new here. Is there a full e-commerce web2py app

[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, send

Re: [web2py] IMPORTANT: web2py 2.6.0-development

2013-06-27 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

Re: [web2py] IMPORTANT: web2py 2.6.0-development

2013-06-27 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 encomp...@gmail.comwrote: 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

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

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 muijsenbe...@gmail.com 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

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 googling...@gmail.com 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

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 encomp...@gmail.comwrote: If your not validating the data some how on the server then oh yes, very bad thing. On Thu, Jul 4, 2013

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 encomp...@gmail.comwrote: 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 encomp

[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

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, ricg...@gmail.com wrote: Hello

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 alexgla...@gmail.com 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

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

2013-07-09 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 vinicius...@gmail.comwrote: It depends how you want

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 sjluk...@gmail.com wrote: how can i insert into

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

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
Thanks Marin you did a great job On Jul 13, 2013 9:01 PM, Marin Pranjić marin.pran...@gmail.com 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) Brower encomp

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

Re: [web2py] Re: Demistifying web2py

2013-08-06 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] 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

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

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 a.m.mar...@gmail.com 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

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 guruy...@gmail.com wrote: I've brought web2py with me, into 2 projects. One is a Scada platform (a web interface for

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

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

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 encomp...@gmail.comwrote: He seemed to like

  1   2   >