I have a seperate .py file that contains a set of modules I am using. I have imported these modules without a problem in my PAS Plugin, and my modified version of CMFPlone/CatalogTool.py. I also want to use these modules in an archetype product I am creating, however I am having trouble importing. Is there something that would make this product different?
This is the line causing me problems from Products.MyFolder.MyFile import myModule This gives the following error message - ImportError: cannot import name myModule Like I said, this is only a problem in this product. Any suggestions would be a great help. -- View this message in context: http://www.nabble.com/Problem-importing-modules-within-a-Product-tp15502645s20094p15502645.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
