what version are you on? I think that problem got fixed not a long time ago.

On Friday, April 22, 2016 at 6:36:10 PM UTC+2, Jacob Thoennes wrote:
>
> 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 
> the error message):
>
> web2py\web2py.exe -S init/default/index
> PAUSE
>
> It gives me this error:
>
> IOError: [Errno 2] No such file or directory: 
> 'applications\\init\\compiled\\controllers_default_index.pyc'
>
> I do in fact have a file named 'controllers.default.index.pyc' in that 
> folder, but it appears to be looking for underscores instead of periods. 
> Any help to get my webpage started from command line would be greatly 
> appreciated
>

-- 
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 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 options, visit https://groups.google.com/d/optout.

Reply via email to