in default.py:

from reportlab.platypus import *

produces the following error:

<type 'exceptions.ImportError'> (ImportError('No module named 
reportlab.platypus',), <traceback object at 0x0AFF42D8>)Version
web2py™ Version 2.18.1-stable+timestamp.2019.02.24.06.24.15Traceback

1.
2.
3.
4.
5.
6.
7.
8.
9.

Traceback (most recent call last):
  File "C:\alex\alt_w2p_03\web2py_win\web2py\gluon\restricted.py", line 219, in 
restricted
    exec(ccode, environment)
  File 
"C:/alex/alt_w2p_03/web2py_win/web2py/applications/engagement_squared/controllers/default.py"
 
<http://127.0.0.1:8000/admin/default/edit/engagement_squared/controllers/default.py>,
 line 21073, in <module>
    from reportlab.platypus import *
  File "C:\alex\alt_w2p_03\web2py_win\web2py\gluon\custom_import.py", line 104, 
in custom_importer
    raise ImportError(e1, import_tb)  # there an import error in the module
ImportError: (ImportError('No module named reportlab.platypus',), <traceback 
object at 0x0AFF42D8>)

In file: 
C:\alex\alt_w2p_03\web2py_win\web2py\applications\engagement_squared\controllers/default.py

1.

<code object <module> at 0AF57338, file 
"C:\alex\alt_w2p_03\web2py_win\web2py\applications\engagement_squared\controllers/default.py",
 line 11>


thanks,

Alex Glaros

-- 
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