removing an exuserfolder from an exported ZEXP
Hey all! I have an old export that I am trying to Import back into a new zope. I'm getting an error from exUserFolder on import and it is not completing the install. Is there a way to remove this from within the zexp? The error I'm getting is: *Error Type: ImportError* *Error Value: No module named AuthSources.mysqlAuthSource.mysqlAuthSource* Or, alternatively, is there a way to get past this import error? Any help would be greatly appreciated.
+-------[ Edward Colmar ]---------------------- | Hey all! | | I have an old export that I am trying to Import back into a new zope. | | I'm getting an error from exUserFolder on import and it is not completing the install. | | Is there a way to remove this from within the zexp? | | The error I'm getting is: | | Error Type: ImportError | Error Value: No module named AuthSources.mysqlAuthSource.mysqlAuthSource | | Or, alternatively, is there a way to get past this import error? | | Any help would be greatly appreciated. Install exUserFolder then delete it If exUserFolder is installed, then you're probably missing the mySQL python libs. -- Andrew Milton akm@theinternet.com.au
participants (2)
-
Andrew Milton -
Edward Colmar