[Zope] removing an exuserfolder from an exported ZEXP

2010-09-28 Thread 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.
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] removing an exuserfolder from an exported ZEXP

2010-09-28 Thread Andrew Milton
+---[ 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
a...@theinternet.com.au
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )