-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Hedges wrote: > Here's my traceback: > > 2006-05-11 16:08:46 ERROR Zope Couldn't install MVP > Traceback (most recent call last): > File "/usr/local/zope/lib/python/OFS/Application.py", line 762, in > install_product > global_dict, global_dict, silly) > File "/usr/local/zopedev/Products/MVP/__init__.py", line 18, in ? > import MVP > File "/usr/local/zopedev/Products/MVP/MVP.py", line 23, in ? > import ExtZSQLFactory > ImportError: No module named ExtZSQLFactory > > And yet, there ExtZSQL sits, with proper permissions, in the Products > directory of my Zope instance. Any ideas?
You need to get help from the author of the 'MVP' product (about which I know nothing). The import there is expecting either to find a module 'ExtZSQLFactory' directly on the PYTHONPATH or else in the product itself. Tres, - -- =================================================================== Tres Seaver +1 202-558-7113 [EMAIL PROTECTED] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEY88e+gerLs4ltQ4RAkiKAJ9FUwpz84OkiWyvVloUB0jC0NV9zQCfa4SX b2/KG9xd9D9jx88HiTvTMtw= =LK2A -----END PGP SIGNATURE----- _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
