← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 734034] [NEW] Error: 'NoneType' object is unsubscriptable

 

Public bug reported:

I get this error when I install the md_hr_course module:

Traceback (most recent call last):
  File "netsvc.pyo", line 489, in dispatch
  File "service\web_services.pyo", line 599, in dispatch
  File "osv\osv.pyo", line 122, in wrapper
  File "osv\osv.pyo", line 176, in execute
  File "osv\osv.pyo", line 167, in execute_cr
  File "C:\Program Files\OpenERP 6.0\Server\addons\base\module\wizard\base_module_upgrade.py", line 98, in upgrade_module
  File "pooler.pyo", line 60, in restart_pool
  File "pooler.pyo", line 47, in get_db_and_pool
  File "C:\Program Files\OpenERP 6.0\Server\addons\base\ir\ir_actions.py", line 100, in register_all
  File "ntpath.pyo", line 67, in join
  File "ntpath.pyo", line 53, in isabs
  File "ntpath.pyo", line 119, in splitdrive
TypeError: 'NoneType' object is unsubscriptable

Please help.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/734034

Title:
  Error: 'NoneType' object is unsubscriptable

Status in OpenERP Modules (addons):
  New

Bug description:
  I get this error when I install the md_hr_course module:

  Traceback (most recent call last):
    File "netsvc.pyo", line 489, in dispatch
    File "service\web_services.pyo", line 599, in dispatch
    File "osv\osv.pyo", line 122, in wrapper
    File "osv\osv.pyo", line 176, in execute
    File "osv\osv.pyo", line 167, in execute_cr
    File "C:\Program Files\OpenERP 6.0\Server\addons\base\module\wizard\base_module_upgrade.py", line 98, in upgrade_module
    File "pooler.pyo", line 60, in restart_pool
    File "pooler.pyo", line 47, in get_db_and_pool
    File "C:\Program Files\OpenERP 6.0\Server\addons\base\ir\ir_actions.py", line 100, in register_all
    File "ntpath.pyo", line 67, in join
    File "ntpath.pyo", line 53, in isabs
    File "ntpath.pyo", line 119, in splitdrive
  TypeError: 'NoneType' object is unsubscriptable

  Please help.



Follow ups

References