When I run the doctest for my routes file (python routes.py) after
updating to changeset 1054 or later, I receive the following error
message:

Traceback (most recent call last):
  File "routes.py", line 103, in <module>
    from gluon.rewrite import select, load, filter_url, filter_out,
filter_err, compile_re
  File "C:\Users\Public\Documents\WebProjects\TaxClaimPmts\web2py\gluon
\rewrite.py", line 17, in <module>
    from main import abspath
  File "C:\Users\Public\Documents\WebProjects\TaxClaimPmts\web2py\gluon
\main.py", line 88, in <module>
    import newcron
  File "C:\Users\Public\Documents\WebProjects\TaxClaimPmts\web2py\gluon
\newcron.py", line 19, in <module>
    import gluon.main as main
AttributeError: 'module' object has no attribute 'main'

If I run the doctest against changeset 1053, it returns no results
(ie, it succeeds/works as expected).

Is there some setting or configuration I need to change on my system
to support abspath?

Reply via email to