[web2py] Re: Problems compiling

2012-10-18 Thread rick817
On Thursday, October 18, 2012 10:06:03 PM UTC+1, Niphlod wrote: > > If Massimo agrees, I opened an issue an posted a patch here > http://code.google.com/p/web2py/issues/detail?id=1101 > Thanks for opening the issue Niphlod. While I realise that not all files defining views will end in .html I

[web2py] Re: Problems compiling

2012-10-18 Thread Niphlod
If Massimo agrees, I opened an issue an posted a patch here http://code.google.com/p/web2py/issues/detail?id=1101 --

[web2py] Re: Problems compiling

2012-10-18 Thread Niphlod
You're right, but you're asking that web2py knows in advance all the possible combinations of your view fragments your app uses and what your app doesn't. I'd say we can only make the error message clearer, but we can't know what is to be considered "trash" or not in your views folder On Th

[web2py] Re: Problems compiling

2012-10-18 Thread rick817
Hi all, I've finally had the chance to track down the source of the problem. The simple explanation is that gluon/compileapp.py attempts to compile all the files in the project's view directory regardless of whether they are: a) .html files b) part of the current project I oc

[web2py] Re: Problems compiling

2012-09-15 Thread rick817
On Friday, 14 September 2012 17:53:18 UTC+1, Massimo Di Pierro wrote: > > > Doesn't the ticket say which file is causing the problem? > >> >> >> >> > I'm not getting a ticket. When I click compile from the 'site' tab/window >> all that happens is that an >> > orange pop-up box appears contai

[web2py] Re: Problems compiling

2012-09-14 Thread Massimo Di Pierro
Doesn't the ticket say which file is causing the problem? On Friday, September 14, 2012 11:43:01 AM UTC-5, rick817 wrote: > > I've been trying to compile my app and I get the following backtrace, > which doesn't strike me > as very useful, given that the application has around 100 views. Any >