Initial set up-import errors

134 views
Skip to first unread message

ssd

unread,
Jun 18, 2013, 2:09:58 PM6/18/13
to sahan...@googlegroups.com
Hi,
I am a newbie and am trying to run Sahana-Eden for the first time on a virtual machine. I followed the instructions for installation on a virtual machine from the Installation Guidelines page.  I skipped the branch step under "Update Eden". I changed the FINISHED_EDITING_CONFIG_FILE to true in 000_config.py file. When I run the application using Eclipse I get many import errors and module not found errors. Many of the files exist, except for web2py_env, which I was not able to find.

Here are the errors:
ERROR: Module: applications.eden.static.scripts.tools.ADAT_CSV_generator could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/ADAT_CSV_generator.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.dbstruct_mysql
ERROR: Module: applications.eden.static.scripts.tools.dbstruct_mysql could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/dbstruct_mysql.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.compile
ERROR: Module: applications.eden.static.scripts.tools.compile could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/compile.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.mergejs
ERROR: Module: applications.eden.static.scripts.tools.mergejs could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/mergejs.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.jsmin
ERROR: Module: applications.eden.static.scripts.tools.jsmin could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/jsmin.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.closure
ERROR: Module: applications.eden.static.scripts.tools.closure could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/closure.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.standalone_exe
ERROR: Module: applications.eden.static.scripts.tools.standalone_exe could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/standalone_exe.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.csv2xml
ERROR: Module: applications.eden.static.scripts.tools.csv2xml could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/csv2xml.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.mergejsmf
ERROR: Module: applications.eden.static.scripts.tools.mergejsmf could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/mergejsmf.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.import_supply_item_ifrc_standard
ERROR: Module: applications.eden.static.scripts.tools.import_supply_item_ifrc_standard could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/import_supply_item_ifrc_standard.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named static.scripts.tools.run_scheduler_tasks
ERROR: Module: applications.eden.static.scripts.tools.run_scheduler_tasks could not be imported (file: /home/dev/web2py/applications/eden/static/scripts/tools/run_scheduler_tasks.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named cron.sms_handler_modem
ERROR: Module: applications.eden.cron.sms_handler_modem could not be imported (file: /home/dev/web2py/applications/eden/cron/sms_handler_modem.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named cron.scheduler
ERROR: Module: applications.eden.cron.scheduler could not be imported (file: /home/dev/web2py/applications/eden/cron/scheduler.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.00_tables
ERROR: Module: applications.eden.models.00_tables could not be imported (file: /home/dev/web2py/applications/eden/models/00_tables.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.tasks
ERROR: Module: applications.eden.models.tasks could not be imported (file: /home/dev/web2py/applications/eden/models/tasks.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.000_config
ERROR: Module: applications.eden.models.000_config could not be imported (file: /home/dev/web2py/applications/eden/models/000_config.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.00_db
ERROR: Module: applications.eden.models.00_db could not be imported (file: /home/dev/web2py/applications/eden/models/00_db.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.00_settings
ERROR: Module: applications.eden.models.00_settings could not be imported (file: /home/dev/web2py/applications/eden/models/00_settings.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.zzz_1st_run
ERROR: Module: applications.eden.models.zzz_1st_run could not be imported (file: /home/dev/web2py/applications/eden/models/zzz_1st_run.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.000_1st_run
ERROR: Module: applications.eden.models.000_1st_run could not be imported (file: /home/dev/web2py/applications/eden/models/000_1st_run.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.zz_last
ERROR: Module: applications.eden.models.zz_last could not be imported (file: /home/dev/web2py/applications/eden/models/zz_last.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.0000_update_check
ERROR: Module: applications.eden.models.0000_update_check could not be imported (file: /home/dev/web2py/applications/eden/models/0000_update_check.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.00_utils
ERROR: Module: applications.eden.models.00_utils could not be imported (file: /home/dev/web2py/applications/eden/models/00_utils.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ko
ERROR: Module: applications.eden.languages.ko could not be imported (file: /home/dev/web2py/applications/eden/languages/ko.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ja
ERROR: Module: applications.eden.languages.ja could not be imported (file: /home/dev/web2py/applications/eden/languages/ja.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.tl
ERROR: Module: applications.eden.languages.tl could not be imported (file: /home/dev/web2py/applications/eden/languages/tl.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.fr
ERROR: Module: applications.eden.languages.fr could not be imported (file: /home/dev/web2py/applications/eden/languages/fr.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ar
ERROR: Module: applications.eden.languages.ar could not be imported (file: /home/dev/web2py/applications/eden/languages/ar.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.pt-br
ERROR: Module: applications.eden.languages.pt-br could not be imported (file: /home/dev/web2py/applications/eden/languages/pt-br.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.it
ERROR: Module: applications.eden.languages.it could not be imported (file: /home/dev/web2py/applications/eden/languages/it.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.de
ERROR: Module: applications.eden.languages.de could not be imported (file: /home/dev/web2py/applications/eden/languages/de.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.zh-tw
ERROR: Module: applications.eden.languages.zh-tw could not be imported (file: /home/dev/web2py/applications/eden/languages/zh-tw.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.vi
ERROR: Module: applications.eden.languages.vi could not be imported (file: /home/dev/web2py/applications/eden/languages/vi.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.zh-cn
ERROR: Module: applications.eden.languages.zh-cn could not be imported (file: /home/dev/web2py/applications/eden/languages/zh-cn.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ru
ERROR: Module: applications.eden.languages.ru could not be imported (file: /home/dev/web2py/applications/eden/languages/ru.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.en-gb
ERROR: Module: applications.eden.languages.en-gb could not be imported (file: /home/dev/web2py/applications/eden/languages/en-gb.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.el
ERROR: Module: applications.eden.languages.el could not be imported (file: /home/dev/web2py/applications/eden/languages/el.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.pt
ERROR: Module: applications.eden.languages.pt could not be imported (file: /home/dev/web2py/applications/eden/languages/pt.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ur
ERROR: Module: applications.eden.languages.ur could not be imported (file: /home/dev/web2py/applications/eden/languages/ur.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.es
ERROR: Module: applications.eden.languages.es could not be imported (file: /home/dev/web2py/applications/eden/languages/es.py).
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2013
Version 2.5.1-stable+timestamp.2013.06.18.07.44.05
Database drivers available: SQLite(sqlite3), MySQL(pymysql), PostgreSQL(pg8000), IMAP(imaplib)
Traceback (most recent call last):
  File "/home/dev/web2py/gluon/shell.py", line 228, in run
    execfile(startfile, _env)
  File "applications/eden/modules/test_utils/run.py", line 25, in <module>
    import nose
  File "/home/dev/web2py/gluon/custom_import.py", line 81, in custom_importer
    raise ImportError, 'Cannot import module %s' % str(e)
ImportError: Cannot import module 'nose'

web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2013
Version 2.5.1-stable+timestamp.2013.06.18.07.44.05
Database drivers available: SQLite(sqlite3), MySQL(pymysql), PostgreSQL(pg8000), IMAP(imaplib)
Traceback (most recent call last):
  File "/home/dev/web2py/gluon/shell.py", line 228, in run
    execfile(startfile, _env)
  File "applications/eden/modules/test_utils/run.py", line 25, in <module>
    import nose
  File "/home/dev/web2py/gluon/custom_import.py", line 81, in custom_importer
    raise ImportError, 'Cannot import module %s' % str(e)
ImportError: Cannot import module 'nose'

Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/nose.py", line 35, in <module>
    sys.exit(system(command))
SystemExit: 0
ERROR: Module: applications.eden.tests.nose could not be imported (file: /home/dev/web2py/applications/eden/tests/nose.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/smoke/__main__.py", line 21, in <module>
    application_name = request.application
NameError: name 'request' is not defined
ERROR: Module: applications.eden.tests.smoke.__main__ could not be imported (file: /home/dev/web2py/applications/eden/tests/smoke/__main__.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/test_utils/find_JSON_format_data_structure.py", line 2, in <module>
    test_utils = local_import("test_utils")
NameError: name 'local_import' is not defined
ERROR: Module: applications.eden.tests.unit_tests.modules.test_utils.find_JSON_format_data_structure could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/test_utils/find_JSON_format_data_structure.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.YahooLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/YahooLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.BingLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/BingLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.OpenStreetMap could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/OpenStreetMap.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.GPXLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/GPXLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.WFSLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/WFSLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.UserInterface could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/UserInterface.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.LayerFailures could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/LayerFailures.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.GoogleLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/GoogleLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.CommonScripts could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/CommonScripts.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.WMSLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/WMSLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.GeoRSSLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/GeoRSSLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.GeoJSONLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/GeoJSONLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.TMSLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/TMSLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.TrueCodePaths could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/TrueCodePaths.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.FeatureLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/FeatureLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.KMLLayer could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/KMLLayer.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/__init__.py", line 2, in <module>
    from web2py_env import local_import, db, gis_map_tables
ImportError: No module named web2py_env
ERROR: Module: applications.eden.tests.unit_tests.modules.s3.s3gis.FeatureQueries could not be imported (file: /home/dev/web2py/applications/eden/tests/unit_tests/modules/s3/s3gis/FeatureQueries.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named unit.orgAuthTest
ERROR: Module: applications.eden.tests.unit.orgAuthTest could not be imported (file: /home/dev/web2py/applications/eden/tests/unit/orgAuthTest.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named unit.helpers
ERROR: Module: applications.eden.tests.unit.helpers could not be imported (file: /home/dev/web2py/applications/eden/tests/unit/helpers.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named unit.s3pdfTest
ERROR: Module: applications.eden.tests.unit.s3pdfTest could not be imported (file: /home/dev/web2py/applications/eden/tests/unit/s3pdfTest.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named dbmigration.test_migrations
ERROR: Module: applications.eden.tests.dbmigration.test_migrations could not be imported (file: /home/dev/web2py/applications/eden/tests/dbmigration/test_migrations.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named dbmigration.example_migration
ERROR: Module: applications.eden.tests.dbmigration.example_migration could not be imported (file: /home/dev/web2py/applications/eden/tests/dbmigration/example_migration.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named dbmigration.TestScript
ERROR: Module: applications.eden.tests.dbmigration.TestScript could not be imported (file: /home/dev/web2py/applications/eden/tests/dbmigration/TestScript.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named dbmigration.old_models.db
ERROR: Module: applications.eden.tests.dbmigration.old_models.db could not be imported (file: /home/dev/web2py/applications/eden/tests/dbmigration/old_models/db.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named dbmigration.new_models.db
ERROR: Module: applications.eden.tests.dbmigration.new_models.db could not be imported (file: /home/dev/web2py/applications/eden/tests/dbmigration/new_models/db.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named webtest.test_cr
ERROR: Module: applications.eden.tests.webtest.test_cr could not be imported (file: /home/dev/web2py/applications/eden/tests/webtest/test_cr.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named webtest.test_all
ERROR: Module: applications.eden.tests.webtest.test_all could not be imported (file: /home/dev/web2py/applications/eden/tests/webtest/test_all.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.session_examples
ERROR: Module: applications.examples.controllers.session_examples could not be imported (file: /home/dev/web2py/applications/examples/controllers/session_examples.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.simple_examples
ERROR: Module: applications.examples.controllers.simple_examples could not be imported (file: /home/dev/web2py/applications/examples/controllers/simple_examples.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.ajax_examples
ERROR: Module: applications.examples.controllers.ajax_examples could not be imported (file: /home/dev/web2py/applications/examples/controllers/ajax_examples.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.global
ERROR: Module: applications.examples.controllers.global could not be imported (file: /home/dev/web2py/applications/examples/controllers/global.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.spreadsheet
ERROR: Module: applications.examples.controllers.spreadsheet could not be imported (file: /home/dev/web2py/applications/examples/controllers/spreadsheet.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.cache_examples
ERROR: Module: applications.examples.controllers.cache_examples could not be imported (file: /home/dev/web2py/applications/examples/controllers/cache_examples.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.default
ERROR: Module: applications.examples.controllers.default could not be imported (file: /home/dev/web2py/applications/examples/controllers/default.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.form_examples
ERROR: Module: applications.examples.controllers.form_examples could not be imported (file: /home/dev/web2py/applications/examples/controllers/form_examples.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.template_examples
ERROR: Module: applications.examples.controllers.template_examples could not be imported (file: /home/dev/web2py/applications/examples/controllers/template_examples.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.layout_examples
ERROR: Module: applications.examples.controllers.layout_examples could not be imported (file: /home/dev/web2py/applications/examples/controllers/layout_examples.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.appadmin
ERROR: Module: applications.examples.controllers.appadmin could not be imported (file: /home/dev/web2py/applications/examples/controllers/appadmin.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.session
ERROR: Module: applications.examples.models.session could not be imported (file: /home/dev/web2py/applications/examples/models/session.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.menu
ERROR: Module: applications.examples.models.menu could not be imported (file: /home/dev/web2py/applications/examples/models/menu.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.feeds_reader
ERROR: Module: applications.examples.models.feeds_reader could not be imported (file: /home/dev/web2py/applications/examples/models/feeds_reader.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.markmin
ERROR: Module: applications.examples.models.markmin could not be imported (file: /home/dev/web2py/applications/examples/models/markmin.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.toolbar
ERROR: Module: applications.admin.controllers.toolbar could not be imported (file: /home/dev/web2py/applications/admin/controllers/toolbar.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.debug
ERROR: Module: applications.admin.controllers.debug could not be imported (file: /home/dev/web2py/applications/admin/controllers/debug.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.gae
ERROR: Module: applications.admin.controllers.gae could not be imported (file: /home/dev/web2py/applications/admin/controllers/gae.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.wizard
ERROR: Module: applications.admin.controllers.wizard could not be imported (file: /home/dev/web2py/applications/admin/controllers/wizard.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.default
ERROR: Module: applications.admin.controllers.default could not be imported (file: /home/dev/web2py/applications/admin/controllers/default.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.webservices
ERROR: Module: applications.admin.controllers.webservices could not be imported (file: /home/dev/web2py/applications/admin/controllers/webservices.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.openshift
ERROR: Module: applications.admin.controllers.openshift could not be imported (file: /home/dev/web2py/applications/admin/controllers/openshift.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.mercurial
ERROR: Module: applications.admin.controllers.mercurial could not be imported (file: /home/dev/web2py/applications/admin/controllers/mercurial.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.shell
ERROR: Module: applications.admin.controllers.shell could not be imported (file: /home/dev/web2py/applications/admin/controllers/shell.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.plugin_jqmobile
ERROR: Module: applications.admin.controllers.plugin_jqmobile could not be imported (file: /home/dev/web2py/applications/admin/controllers/plugin_jqmobile.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named controllers.appadmin
ERROR: Module: applications.admin.controllers.appadmin could not be imported (file: /home/dev/web2py/applications/admin/controllers/appadmin.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named cron.expire_sessions
ERROR: Module: applications.admin.cron.expire_sessions could not be imported (file: /home/dev/web2py/applications/admin/cron/expire_sessions.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.buttons
ERROR: Module: applications.admin.models.buttons could not be imported (file: /home/dev/web2py/applications/admin/models/buttons.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.plugin_multiselect
ERROR: Module: applications.admin.models.plugin_multiselect could not be imported (file: /home/dev/web2py/applications/admin/models/plugin_multiselect.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.db
ERROR: Module: applications.admin.models.db could not be imported (file: /home/dev/web2py/applications/admin/models/db.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.access
ERROR: Module: applications.admin.models.access could not be imported (file: /home/dev/web2py/applications/admin/models/access.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.menu
ERROR: Module: applications.admin.models.menu could not be imported (file: /home/dev/web2py/applications/admin/models/menu.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.0
ERROR: Module: applications.admin.models.0 could not be imported (file: /home/dev/web2py/applications/admin/models/0.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named models.0_imports
ERROR: Module: applications.admin.models.0_imports could not be imported (file: /home/dev/web2py/applications/admin/models/0_imports.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ja
ERROR: Module: applications.admin.languages.ja could not be imported (file: /home/dev/web2py/applications/admin/languages/ja.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.plural-ru
ERROR: Module: applications.admin.languages.plural-ru could not be imported (file: /home/dev/web2py/applications/admin/languages/plural-ru.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.plural-en
ERROR: Module: applications.admin.languages.plural-en could not be imported (file: /home/dev/web2py/applications/admin/languages/plural-en.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.cs
ERROR: Module: applications.admin.languages.cs could not be imported (file: /home/dev/web2py/applications/admin/languages/cs.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ro
ERROR: Module: applications.admin.languages.ro could not be imported (file: /home/dev/web2py/applications/admin/languages/ro.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.pl
ERROR: Module: applications.admin.languages.pl could not be imported (file: /home/dev/web2py/applications/admin/languages/pl.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.fr
ERROR: Module: applications.admin.languages.fr could not be imported (file: /home/dev/web2py/applications/admin/languages/fr.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.nl
ERROR: Module: applications.admin.languages.nl could not be imported (file: /home/dev/web2py/applications/admin/languages/nl.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.he
ERROR: Module: applications.admin.languages.he could not be imported (file: /home/dev/web2py/applications/admin/languages/he.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.it
ERROR: Module: applications.admin.languages.it could not be imported (file: /home/dev/web2py/applications/admin/languages/it.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.de
ERROR: Module: applications.admin.languages.de could not be imported (file: /home/dev/web2py/applications/admin/languages/de.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.af
ERROR: Module: applications.admin.languages.af could not be imported (file: /home/dev/web2py/applications/admin/languages/af.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.sr-cr
ERROR: Module: applications.admin.languages.sr-cr could not be imported (file: /home/dev/web2py/applications/admin/languages/sr-cr.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.zh-tw
ERROR: Module: applications.admin.languages.zh-tw could not be imported (file: /home/dev/web2py/applications/admin/languages/zh-tw.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.zh
ERROR: Module: applications.admin.languages.zh could not be imported (file: /home/dev/web2py/applications/admin/languages/zh.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.sl
ERROR: Module: applications.admin.languages.sl could not be imported (file: /home/dev/web2py/applications/admin/languages/sl.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.ru
ERROR: Module: applications.admin.languages.ru could not be imported (file: /home/dev/web2py/applications/admin/languages/ru.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.default
ERROR: Module: applications.admin.languages.default could not be imported (file: /home/dev/web2py/applications/admin/languages/default.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.sr-lt
ERROR: Module: applications.admin.languages.sr-lt could not be imported (file: /home/dev/web2py/applications/admin/languages/sr-lt.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.plural-uk
ERROR: Module: applications.admin.languages.plural-uk could not be imported (file: /home/dev/web2py/applications/admin/languages/plural-uk.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.uk
ERROR: Module: applications.admin.languages.uk could not be imported (file: /home/dev/web2py/applications/admin/languages/uk.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.pt
ERROR: Module: applications.admin.languages.pt could not be imported (file: /home/dev/web2py/applications/admin/languages/pt.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.bg
ERROR: Module: applications.admin.languages.bg could not be imported (file: /home/dev/web2py/applications/admin/languages/bg.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named languages.es
ERROR: Module: applications.admin.languages.es could not be imported (file: /home/dev/web2py/applications/admin/languages/es.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/widget.py", line 25, in <module>
    import main
  File "/home/dev/web2py/gluon/main.py", line 120, in <module>
    raise RuntimeError("Cannot determine web2py version")
RuntimeError: Cannot determine web2py version
ERROR: Module: gluon.widget could not be imported (file: /home/dev/web2py/gluon/widget.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/debug.py", line 195, in <module>
    import gluon.main
  File "/home/dev/web2py/gluon/main.py", line 120, in <module>
    raise RuntimeError("Cannot determine web2py version")
RuntimeError: Cannot determine web2py version
ERROR: Module: gluon.debug could not be imported (file: /home/dev/web2py/gluon/debug.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/winservice.py", line 27, in <module>
    import servicemanager
ImportError: No module named servicemanager
ERROR: Module: gluon.winservice could not be imported (file: /home/dev/web2py/gluon/winservice.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/main.py", line 120, in <module>
    raise RuntimeError("Cannot determine web2py version")
RuntimeError: Cannot determine web2py version
ERROR: Module: gluon.main could not be imported (file: /home/dev/web2py/gluon/main.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/redis_session.py", line 5, in <module>
    import redis
ImportError: No module named redis
ERROR: Module: gluon.contrib.redis_session could not be imported (file: /home/dev/web2py/gluon/contrib/redis_session.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/redis_cache.py", line 5, in <module>
    import redis
ImportError: No module named redis
ERROR: Module: gluon.contrib.redis_cache could not be imported (file: /home/dev/web2py/gluon/contrib/redis_cache.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/gae_memcache.py", line 13, in <module>
    from google.appengine.api.memcache import Client
ImportError: No module named google.appengine.api.memcache
ERROR: Module: gluon.contrib.gae_memcache could not be imported (file: /home/dev/web2py/gluon/contrib/gae_memcache.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/websocket_messaging.py", line 73, in <module>
    import tornado.httpserver
ImportError: No module named tornado.httpserver
ERROR: Module: gluon.contrib.websocket_messaging could not be imported (file: /home/dev/web2py/gluon/contrib/websocket_messaging.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/taskbar_widget.py", line 12, in <module>
    import win32con
ImportError: No module named win32con
ERROR: Module: gluon.contrib.taskbar_widget could not be imported (file: /home/dev/web2py/gluon/contrib/taskbar_widget.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/pypyodbc.py", line 476, in <module>
    raise OdbcNoLibrary, 'ODBC Library is not found'
OdbcNoLibrary: 'ODBC Library is not found'
ERROR: Module: gluon.contrib.pypyodbc could not be imported (file: /home/dev/web2py/gluon/contrib/pypyodbc.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/login_methods/oauth10a_account.py", line 15, in <module>
    import oauth2 as oauth
ImportError: No module named oauth2
ERROR: Module: gluon.contrib.login_methods.oauth10a_account could not be imported (file: /home/dev/web2py/gluon/contrib/login_methods/oauth10a_account.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/login_methods/linkedin_account.py", line 16, in <module>
    raise HTTP(400, "linkedin module not found")
HTTP: 400 BAD REQUEST
ERROR: Module: gluon.contrib.login_methods.linkedin_account could not be imported (file: /home/dev/web2py/gluon/contrib/login_methods/linkedin_account.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/login_methods/gae_google_account.py", line 12, in <module>
    from google.appengine.api import users
ImportError: No module named google.appengine.api
ERROR: Module: gluon.contrib.login_methods.gae_google_account could not be imported (file: /home/dev/web2py/gluon/contrib/login_methods/gae_google_account.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/login_methods/x509_auth.py", line 17, in <module>
    from M2Crypto import X509
ImportError: No module named M2Crypto
ERROR: Module: gluon.contrib.login_methods.x509_auth could not be imported (file: /home/dev/web2py/gluon/contrib/login_methods/x509_auth.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/login_methods/openid_auth.py", line 48, in <module>
    raise ImportError("OpenIDAuth requires python-openid package")
ImportError: OpenIDAuth requires python-openid package
ERROR: Module: gluon.contrib.login_methods.openid_auth could not be imported (file: /home/dev/web2py/gluon/contrib/login_methods/openid_auth.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/login_methods/dropbox_account.py", line 15, in <module>
    from dropbox import client, rest, session
ImportError: No module named dropbox
ERROR: Module: gluon.contrib.login_methods.dropbox_account could not be imported (file: /home/dev/web2py/gluon/contrib/login_methods/dropbox_account.py).
ERROR:root:missing ldap, try "easy_install python-ldap"
ERROR:root:missing ldap, try "easy_install python-ldap"
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/login_methods/ldap_auth.py", line 14, in <module>
    raise e
ImportError: No module named ldap
ERROR: Module: gluon.contrib.login_methods.ldap_auth could not be imported (file: /home/dev/web2py/gluon/contrib/login_methods/ldap_auth.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/pymysql/tests/__init__.py", line 1, in <module>
    from pymysql.tests.test_issues import *
ImportError: No module named pymysql.tests.test_issues
ERROR: Module: gluon.contrib.pymysql.tests.test_example could not be imported (file: /home/dev/web2py/gluon/contrib/pymysql/tests/test_example.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/pymysql/tests/__init__.py", line 1, in <module>
    from pymysql.tests.test_issues import *
ImportError: No module named pymysql.tests.test_issues
ERROR: Module: gluon.contrib.pymysql.tests.test_issues could not be imported (file: /home/dev/web2py/gluon/contrib/pymysql/tests/test_issues.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/pymysql/tests/__init__.py", line 1, in <module>
    from pymysql.tests.test_issues import *
ImportError: No module named pymysql.tests.test_issues
ERROR: Module: gluon.contrib.pymysql.tests.test_SSCursor could not be imported (file: /home/dev/web2py/gluon/contrib/pymysql/tests/test_SSCursor.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/pymysql/tests/__init__.py", line 1, in <module>
    from pymysql.tests.test_issues import *
ImportError: No module named pymysql.tests.test_issues
ERROR: Module: gluon.contrib.pymysql.tests.test_basic could not be imported (file: /home/dev/web2py/gluon/contrib/pymysql/tests/test_basic.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/pymysql/tests/__init__.py", line 1, in <module>
    from pymysql.tests.test_issues import *
ImportError: No module named pymysql.tests.test_issues
ERROR: Module: gluon.contrib.pymysql.tests.test_DictCursor could not be imported (file: /home/dev/web2py/gluon/contrib/pymysql/tests/test_DictCursor.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/contrib/pymysql/tests/__init__.py", line 1, in <module>
    from pymysql.tests.test_issues import *
ImportError: No module named pymysql.tests.test_issues
ERROR: Module: gluon.contrib.pymysql.tests.base could not be imported (file: /home/dev/web2py/gluon/contrib/pymysql/tests/base.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_dal could not be imported (file: /home/dev/web2py/gluon/tests/test_dal.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_http could not be imported (file: /home/dev/web2py/gluon/tests/test_http.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_utils could not be imported (file: /home/dev/web2py/gluon/tests/test_utils.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_cache could not be imported (file: /home/dev/web2py/gluon/tests/test_cache.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_contribs could not be imported (file: /home/dev/web2py/gluon/tests/test_contribs.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_router could not be imported (file: /home/dev/web2py/gluon/tests/test_router.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_old_doctests could not be imported (file: /home/dev/web2py/gluon/tests/test_old_doctests.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_routes could not be imported (file: /home/dev/web2py/gluon/tests/test_routes.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_storage could not be imported (file: /home/dev/web2py/gluon/tests/test_storage.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_is_url could not be imported (file: /home/dev/web2py/gluon/tests/test_is_url.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_html could not be imported (file: /home/dev/web2py/gluon/tests/test_html.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_languages could not be imported (file: /home/dev/web2py/gluon/tests/test_languages.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_template could not be imported (file: /home/dev/web2py/gluon/tests/test_template.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
  File "/home/dev/web2py/gluon/tests/__init__.py", line 1, in <module>
    from test_http import *
  File "/home/dev/web2py/gluon/tests/test_http.py", line 14, in <module>
    from http import HTTP, defined_status
ImportError: No module named http
ERROR: Module: gluon.tests.test_web could not be imported (file: /home/dev/web2py/gluon/tests/test_web.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.dict_diff
ERROR: Module: scripts.dict_diff could not be imported (file: /home/dev/web2py/scripts/dict_diff.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.standalone_exe_cxfreeze
ERROR: Module: scripts.standalone_exe_cxfreeze could not be imported (file: /home/dev/web2py/scripts/standalone_exe_cxfreeze.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.contentparser
ERROR: Module: scripts.contentparser could not be imported (file: /home/dev/web2py/scripts/contentparser.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.writedoc
ERROR: Module: scripts.writedoc could not be imported (file: /home/dev/web2py/scripts/writedoc.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.dbsessions2trash
ERROR: Module: scripts.dbsessions2trash could not be imported (file: /home/dev/web2py/scripts/dbsessions2trash.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.cpplugin
ERROR: Module: scripts.cpplugin could not be imported (file: /home/dev/web2py/scripts/cpplugin.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.sessions2trash
ERROR: Module: scripts.sessions2trash could not be imported (file: /home/dev/web2py/scripts/sessions2trash.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.rmorphans
ERROR: Module: scripts.rmorphans could not be imported (file: /home/dev/web2py/scripts/rmorphans.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.cleanjs
ERROR: Module: scripts.cleanjs could not be imported (file: /home/dev/web2py/scripts/cleanjs.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.cleanhtml
ERROR: Module: scripts.cleanhtml could not be imported (file: /home/dev/web2py/scripts/cleanhtml.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.layout_make
ERROR: Module: scripts.layout_make could not be imported (file: /home/dev/web2py/scripts/layout_make.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.tickets2db
ERROR: Module: scripts.tickets2db could not be imported (file: /home/dev/web2py/scripts/tickets2db.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.fixws
ERROR: Module: scripts.fixws could not be imported (file: /home/dev/web2py/scripts/fixws.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.extract_sqlite_models
ERROR: Module: scripts.extract_sqlite_models could not be imported (file: /home/dev/web2py/scripts/extract_sqlite_models.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.cpdb
ERROR: Module: scripts.cpdb could not be imported (file: /home/dev/web2py/scripts/cpdb.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.sync_languages
ERROR: Module: scripts.sync_languages could not be imported (file: /home/dev/web2py/scripts/sync_languages.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.autoroutes
ERROR: Module: scripts.autoroutes could not be imported (file: /home/dev/web2py/scripts/autoroutes.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.bench
ERROR: Module: scripts.bench could not be imported (file: /home/dev/web2py/scripts/bench.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.extract_mysql_models
ERROR: Module: scripts.extract_mysql_models could not be imported (file: /home/dev/web2py/scripts/extract_mysql_models.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.update_web2py
ERROR: Module: scripts.update_web2py could not be imported (file: /home/dev/web2py/scripts/update_web2py.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.make_min_web2py
ERROR: Module: scripts.make_min_web2py could not be imported (file: /home/dev/web2py/scripts/make_min_web2py.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.cleancss
ERROR: Module: scripts.cleancss could not be imported (file: /home/dev/web2py/scripts/cleancss.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.tickets2email
ERROR: Module: scripts.tickets2email could not be imported (file: /home/dev/web2py/scripts/tickets2email.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.extract_pgsql_models
ERROR: Module: scripts.extract_pgsql_models could not be imported (file: /home/dev/web2py/scripts/extract_pgsql_models.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.zip_static_files
ERROR: Module: scripts.zip_static_files could not be imported (file: /home/dev/web2py/scripts/zip_static_files.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.service.service
ERROR: Module: scripts.service.service could not be imported (file: /home/dev/web2py/scripts/service/service.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named scripts.service.linux
ERROR: Module: scripts.service.linux could not be imported (file: /home/dev/web2py/scripts/service/linux.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.generate_modules
ERROR: Module: doc.generate_modules could not be imported (file: /home/dev/web2py/doc/generate_modules.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.convert_faq
ERROR: Module: doc.convert_faq could not be imported (file: /home/dev/web2py/doc/convert_faq.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.local.generate_modules
ERROR: Module: doc.sphinxext.local.generate_modules could not be imported (file: /home/dev/web2py/doc/sphinxext/local/generate_modules.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.local.generate_modules_modif
ERROR: Module: doc.sphinxext.local.generate_modules_modif could not be imported (file: /home/dev/web2py/doc/sphinxext/local/generate_modules_modif.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.local.sphinx_tools
ERROR: Module: doc.sphinxext.local.sphinx_tools could not be imported (file: /home/dev/web2py/doc/sphinxext/local/sphinx_tools.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.compiler_unparse
ERROR: Module: doc.sphinxext.numpydoc.compiler_unparse could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/compiler_unparse.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.numpydoc
ERROR: Module: doc.sphinxext.numpydoc.numpydoc could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/numpydoc.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.only_directives
ERROR: Module: doc.sphinxext.numpydoc.only_directives could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/only_directives.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.docscrape
ERROR: Module: doc.sphinxext.numpydoc.docscrape could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/docscrape.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.phantom_import
ERROR: Module: doc.sphinxext.numpydoc.phantom_import could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/phantom_import.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.comment_eater
ERROR: Module: doc.sphinxext.numpydoc.comment_eater could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/comment_eater.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.docscrape_sphinx
ERROR: Module: doc.sphinxext.numpydoc.docscrape_sphinx could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/docscrape_sphinx.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.plot_directive
ERROR: Module: doc.sphinxext.numpydoc.plot_directive could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/plot_directive.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.autosummary
ERROR: Module: doc.sphinxext.numpydoc.autosummary could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/autosummary.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.setup
ERROR: Module: doc.sphinxext.numpydoc.setup could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/setup.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.autosummary_generate
ERROR: Module: doc.sphinxext.numpydoc.autosummary_generate could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/autosummary_generate.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.sphinxext.numpydoc.tests.test_docscrape
ERROR: Module: doc.sphinxext.numpydoc.tests.test_docscrape could not be imported (file: /home/dev/web2py/doc/sphinxext/numpydoc/tests/test_docscrape.py).
Traceback (most recent call last):
  File "/home/dev/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.python.pydev_2.6.0.2012062818/pysrc/pydev_runfiles.py", line 432, in __get_module_from_str
    mod = __import__(modname)
ImportError: No module named doc.source.conf
ERROR: Module: doc.source.conf could not be imported (file: /home/dev/web2py/doc/source/conf.py).
done.

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

I would appreciate any feedback that you can provide.
Thank you.

Fran Boon

unread,
Jun 18, 2013, 2:54:31 PM6/18/13
to sahan...@googlegroups.com
On 18 June 2013 19:09, ssd <sdek...@ggc.usg.edu> wrote:
> I am a newbie and am trying to run Sahana-Eden for the first time on a
> virtual machine. I followed the instructions for installation on a virtual
> machine from the Installation Guidelines page.

The VM is a little old, but should be OK to start with...will need to
upgrade both Web2Py & Eden and maybe some optional depenencies will
need installing...you should get notified of this on the 1st run (on
the console not web UI currently).

> I skipped the branch step
> under "Update Eden". I changed the FINISHED_EDITING_CONFIG_FILE to true in
> 000_config.py file. When I run the application using Eclipse I get many
> import errors and module not found errors. Many of the files exist, except
> for web2py_env, which I was not able to find.

How did you 'run the application using Eclipse'?
Seems like you're trying something completely wrong.

Eclipse configuration instructions are here:
http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Eclipse

If you can see how you made the error & correct the Wiki, then great :)

Best Wishes,
Fran.

Pat Tressel

unread,
Jun 19, 2013, 9:51:02 AM6/19/13
to sahan...@googlegroups.com
I am a newbie and am trying to run Sahana-Eden for the first time on a virtual machine. I followed the instructions for installation on a virtual machine from the Installation Guidelines page.  I skipped the branch step under "Update Eden".

But you did the git pull step for Eden?

You'll need to update Web2py too -- it has recent changes that are required.  The update_all alias that is defined for the default VM user is obsolete (unless the VM maintenance wiki page is also obsolete -- it uses bzr, and both Eden and Web2py have moved to git and GitHub.  So it's possible that no git remote has been defined for Web2py.  Here's how to check:

cd /home/web2py
git remote -v

Does it say there's no git repository?  Or does it show something like:


If it refers to GitHub repository mdipierro/web2py rather than web2py/web2py, then you'll need to change what the remote points to.  Let's assume the VM image was updated but the wiki is obsolete, and that there is a git repo for Web2py, and that it points to the right GitHub repo.  Then you can do...

git pull

If, on the other hand, git said there was no repo, or if the remote points to mdipierro/web2py, let us know and we can tell you how to fix that up.

I changed the FINISHED_EDITING_CONFIG_FILE to true in 000_config.py file. When I run the application using Eclipse I get many import errors and module not found errors. Many of the files exist, except for web2py_env, which I was not able to find.
...
Ran 0 tests in 0.000s

Were you running tests?  ;-)

The errors don't seem to have anything to do with the version of Web2py, but maybe something to do with the module include path.  If you were using Eclipse for this, the path is set by arguments in the run configuration -- Fran sent a pointer to the Eclipse setup.  But you can try without Eclipse.

cd /home/web2py
python web2py.py

It will ask you to choose a password -- that's what you'll use if you get a Web2py error ticket.

If Web2py starts up without error, then point your browser at http://127.0.0.1:8000/eden

-- Pat
Reply all
Reply to author
Forward
0 new messages