← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 759786] [NEW] outlook does not start with plugin

 

Public bug reported:

I installed the Outlook plugin, step by step following the documentation.
When I start Outlook (v2007) I am getting an error like this

Microsoft Visual C++ Runtime Library
Runtime Error
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please....

I tried run the manager.py  standalone from command line, I got na
error:

File "C:\Python27\openerp-outlook-plugin\manager.py", line 172, in ShowManager
    mgr.c()
AttributeError: OpenERPManager instance has no attribute 'c'

I’ve change the code:
In Manager.py is the following function:

def ShowManager(mgr):
    mgr.c()

mgr.c() does not work,  mrg.ShowManager() does work, the Outlook
configuration window now starts, I can set up the parameters, connect
the database. But still I have an error:

ERROR: Dialog item IDCANCEL refers to an invalid control
Exception : (1421, 'GetDlgItem', 'Control ID not found.')

It looks like something’s wrong with dialog_map.py

And I still cannot start Outlook with plugin, got the same error….


system: Windows XP SP3, Outlook 2007SP2, CDO 121, Python271, OpenERP 6.0.2

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


** Tags: 6.0 outlook

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

Title:
  outlook does not start with plugin

Status in OpenERP Modules (addons):
  New

Bug description:
  I installed the Outlook plugin, step by step following the documentation.
  When I start Outlook (v2007) I am getting an error like this

  Microsoft Visual C++ Runtime Library
  Runtime Error
  R6034
  An application has made an attempt to load the C runtime library incorrectly.
  Please....

  I tried run the manager.py  standalone from command line, I got na
  error:

  File "C:\Python27\openerp-outlook-plugin\manager.py", line 172, in ShowManager
      mgr.c()
  AttributeError: OpenERPManager instance has no attribute 'c'

  I’ve change the code:
  In Manager.py is the following function:

  def ShowManager(mgr):
      mgr.c()

  mgr.c() does not work,  mrg.ShowManager() does work, the Outlook
  configuration window now starts, I can set up the parameters, connect
  the database. But still I have an error:

  ERROR: Dialog item IDCANCEL refers to an invalid control
  Exception : (1421, 'GetDlgItem', 'Control ID not found.')

  It looks like something’s wrong with dialog_map.py

  And I still cannot start Outlook with plugin, got the same error….

  
  system: Windows XP SP3, Outlook 2007SP2, CDO 121, Python271, OpenERP 6.0.2



Follow ups

References