On Thursday, February 4, 2016 at 1:30:22 PM UTC-5, Hermann Tchehoun wrote: > > Hello Everyone ! > > I used web2py from source (2.13.4-stable+timestamp.2015.12.26.04.59.39), > python 2.7.11 and reportlab (to generate pdf) to built my app. >
If you were running web2py from source, then presumably reportlab was installed in your system's Python installation. However, when you create a binary distribution, you use the Windows or OSX binary distribution of web2py, which includes its own Python interpreter and standard library. As a result, your packaged binary will not include any Python modules that you have installed in your system's Python installation. You can instead move reportlab to the application's /modules folder or the /web2py/site-packages folder inside the web2py binary distribution. > I also noticed while testing on the PC that the admin interface allow me > to from compiled version to source code. Is that normal ? > When you packed the application, did you choose "Pack all" or "Pack compiled"? The former will keep both the original source files and the compiled files (though when running, web2py will ignore the source files and execute the compiled files). Anthony -- 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.