Thank you for looking into this. What is the correct way to open the
webpage without seeing the server startup window?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Repor
Here it is
https://drive.google.com/open?id=0B75ZsUWhWMA2Q2RPZVhUdnJfMXM
Different folder, new web2py download, same issue. The packed welcome app
doesn't have a background and the text isn't styled correctly, and the
start.bat still gives the error.
--
Resources:
- http://web2py.com
- http://w
I'm using the binary version.
On Tuesday, 26 April 2016 17:31:10 UTC-5, Niphlod wrote:
>
> are you using web2py_win.zip (the binary version) or the source one ?
>
> On Tuesday, April 26, 2016 at 11:44:29 PM UTC+2, Jacob Thoennes wrote:
>>
>> the error w
%2Fweb2py%2Fweb2py%2Fblob%2Fmaster%2Fgluon%2Fcompileapp.py%23L499&sa=D&sntz=1&usg=AFQjCNGxIdp3E6YsKb13sGqaWjazwqXHxA>
> controllers - dot
> https://github.com/web2py/web2py/blob/master/gluon/compileapp.py#L523
>
>
>
> On Tuesday, April 26, 2016 at 6:31:02 PM UTC+2, Jacob Thoennes wrote:
&
so it looks like the "views" files have underscores but the "controllers"
and "models" files have periods, and it's expecting underscores for
everything. Assuming the start.bat I gave shows the same error for you,
this definitely seems like a web2py bug to me.
--
Resources:
- http://web2py.co
https://drive.google.com/file/d/0B75ZsUWhWMA2N0hlalh1SVdlUzQ/view?usp=sharing
Here's a link to the files I'm using that show errors. Running the
web2py.exe in myapp should show the broken view, running the start.bat in
myapp should show the underscore vs period error. The other web2py folder
is
init, that's it. Same start.bat as above.
On Tuesday, 26 April 2016 09:31:08 UTC-5, Niphlod wrote:
>
> can you attach a minimal app that reproduces the error ? I can't replicate
> it.
>
> On Monday, April 25, 2016 at 9:26:55 PM UTC+2, Jacob Thoennes wrote:
>>
>>
Yes, I packed it with the new version, same as the one I installed it in.
--
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 becau
I was initially on 2.13, I just updated to 2.14.5 and still have the same
problem. Also after the update when I run the packed app from web2py.exe it
is messing up and showing the default dictionary view instead of the view I
specified, which didn't happen before (all I did was drag the applicat
I'm trying to package my app like it says in the book:
http://web2py.com/books/default/chapter/29/14#How-to-distribute-your-applications-as-binaries
My start.bat is as follows (i had to change it slightly as I didn't want
users to see the server startup window, also PAUSE so I can actually see
I'm using the ajax strategy suggested by mdipierro here
https://groups.google.com/d/msg/web2py/5rIQhH-RD28/Rp54nhJ1j28J
My code looks like this:
In default.py:
def update_stackItems():
stackID = request.args[0]
stack = session.stack_dict[int(stackID[5:])]
return
response.render(URL(
11 matches
Mail list logo