Does setup_exe.py work at all? When I run it, A "PyFPDF Template
Designer" pop ups. The line causing it is:
from gluon.import_all import base_modules, contributed_modules
Trying setup_exe_2.6.py, there is a syntax error in line 113:
if os.path.exists('dist/site-packages')
shutil.rmtree('dist/site-packages')
the ":" is missing at the end of the line. Fixing it, I get same
problem as with setup_exe.py.
Are these scripts mantained? Did anyone get them running in latest
web2py?
Thanks very much.
On Jan 11, 2:20 am, Brian M <[email protected]> wrote:
> You should be able to build your own web2py executable using setup_exe.py.
> I've been able to include pyodbc that way for a project that needed MS SQL
> access - see no reason it shouldn't also work for the PostrgreSQL driver
> too.
>
> ~Brian