← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 759786] Re: outlook does not start with plugin

 

Hello,

I have again tested your scenario at my end, But all are working fine.

So would you please check it again with proper installation.

Currently I am closing this bug if you still faced the problem then you
can reopen this with more information.

Thanks


** Changed in: openobject-addons
       Status: Expired => Invalid

-- 
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):
  Invalid

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/759786/+subscriptions


References