Ticket #1099 (closed defect: duplicate)

Opened 3 years ago

Last modified 1 year ago

SecureAuth import problem

Reported by: stevem@manitacc.com Assigned to: fguillaume
Priority: P1 Milestone: unspecified
Component: SecureAuth Version: TRUNK
Severity: normal Keywords: SecureAuth import
Cc:

Description

Hi,

I am using a Subversion co from Nov 5 with Zope 2.8.3.

The SecureAuth? product won't load due to:

The file named SecureAuth?.py is attempting to load a module that has been moved in the Zope code.

Line 40 of SecureAuth?.py is currently from ZODB import Persistent

this should be changed to from Globals import Persistent (or move it to line 23 where there are other imports from Globals)

Regards

Steve Meaker

Change History

11/07/05 15:30:23 changed by fguillaume

  • milestone changed from CPS 3.2.5 to CPS 3.4.0.

11/07/05 16:05:33 changed by fguillaume

  • milestone changed from CPS 3.4.0 to unspecified.

11/23/07 11:28:25 changed by madarche

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #1151

11/23/07 11:28:46 changed by madarche

  • component changed from CPS (global) to SecureAuth.