[web2py] Re: Invalid literal error

2013-07-02 Thread Youngblood
d the problem. I hate it when I spend all day looking for an answer that is right in front of my face! On Tuesday, July 2, 2013 3:13:18 PM UTC-4, Youngblood wrote: > > I am getting the error " invalid literal for long() with base 10: 'test'". > When testing to find the pr

[web2py] Invalid literal error

2013-07-02 Thread Youngblood
I am getting the error " invalid literal for long() with base 10: 'test'". When testing to find the problem it is interesting that I get this error with a simple print statement. I have searched the group and found several issues with this same error but none that seem to provide the answer. her

[web2py] Re: Possible error in datetime conversion?

2012-03-20 Thread Youngblood
Suggestions. On Tuesday, March 20, 2012 8:58:38 AM UTC-4, Youngblood wrote: > > I have an input field with a default value of "12:00 AM". In the database > the field type is set to 'time'. After you submit this form the > response.vars.Start value is now dateti

[web2py] Re: Possible error in datetime conversion?

2012-03-20 Thread Youngblood
BTW, I'm using web2py source version 1.99.7 on a winxp computer (also tested on a win7 computer) On Tuesday, March 20, 2012 8:58:38 AM UTC-4, Youngblood wrote: > > I have an input field with a default value of "12:00 AM". In the database > the field type is set to '

[web2py] Possible error in datetime conversion?

2012-03-20 Thread Youngblood
0 AM? Thanks, David Youngblood

[web2py] Re: 2 problems, taskbar icon and windows service

2010-10-12 Thread Youngblood
on apears and is working fine. > > David > > On 12 říj, 19:49, Youngblood wrote: > > > I am running web2py from source (version 1.87.2) in a windows os. When > > I try to start web2py with the -t option I get the following error: > > > Traceback (most re

[web2py] 2 problems, taskbar icon and windows service

2010-10-12 Thread Youngblood
I am running web2py from source (version 1.87.2) in a windows os. When I try to start web2py with the -t option I get the following error: Traceback (most recent call last): File "web2py.py", line 23, in gluon.widget.start(cron=True) File "C:\web2py\gluon\widget.py", line 826, in start

[web2py] can menu item open in new window?

2010-06-22 Thread Youngblood
I have an item in my menu that actually directs to an outside webpage. When someone clicks on the menu item i would like for it to open in a new window instead of redirecting from our page. adding the url to the response.menu was easy, but i see no way to set Menu to open this page in a seperate wi

[web2py:36777] need suggestion on programing problem

2009-12-08 Thread Youngblood
I have a table with items that can be purchased, and i have a table that stores quantity pricing for each item. In my view i have a input for the quantity. I then have a javascript change function that is triggered when someone changes the quantity they want to order. my problem is i don't know the

[web2py:35940] Re: new version doesnt allow None types in comparisons?

2009-11-24 Thread Youngblood
Thanks for the quick reply. I appreciate everyone's hard work on this program, it has made working with websites much easier. On Nov 24, 11:32 am, mdipierro wrote: > This is a bug. It is already fixed in trunk. I guess it is time to > post 1.73.1 > > On Nov 24, 9:09 am,

[web2py:35922] new version doesnt allow None types in comparisons?

2009-11-24 Thread Youngblood
i updated from 1.69 to 1.72 and my program now crashes with the following error: Traceback (most recent call last): File "/home/david/Desktop/web2py/gluon/restricted.py", line 184, in restricted exec ccode in environment File "/home/david/Desktop/web2py/applications/DavidsData/controllers

[web2py:32500] Re: errors trying to upload picture

2009-10-08 Thread Youngblood
gt; \\ > > C:\\Inetpub\\wwwroot\\web2py\\applications\\init\\uploads\\ > > does any of them work? > > On Oct 8, 9:35 am, Youngblood wrote: > > > I am getting the following error and i can't figure out why: > > > Traceback (most recent call last): > >   File &

[web2py:32490] Re: errors trying to upload picture

2009-10-08 Thread Youngblood
erver 2003 for small businesses. On Oct 8, 10:43 am, Yarko Tymciurak wrote: > just to point out: > > On Thu, Oct 8, 2009 at 9:35 AM, Youngblood wrote: > > > > > > > I am getting the following error and i can't figure out why: > > > Traceback (most recent

[web2py:32488] errors trying to upload picture

2009-10-08 Thread Youngblood
y', 'SmPicture', 'Manufacturer', 'SaleableItem']) if editItem.accepts(request.vars, session, formname='editItem'): response.flash = 'new record inserted' redirect(URL(r=request, f='update', vars={'i':id,