Hello at all,
I'm trying to generate a new theme using "DIY Plone Style 3.0" .
My Plone version is 3.2.2 (running in Windows XP), and i am using the Python version include in it (python 2.4).
So, i create a blank skeleton with the script "Products/DIYPloneStyle/bin/generator.py"!
If someone would try to reproduce this, i'm following the Alexander Limi's tutorial
http://plone.org/documentation/tutorial/creating-plone-themes/proper-foundation :
1) Download "DIY Plone Style 3.0"
2) Execute the script to clean slate :
"D:\Archivos de programa\Plone\python\python.exe" DIYPloneStyle\bin\generator.py --productname MyOwnPloneSkin
And it creates a dir MyOwnPloneSkin (structure with skeleton..).
"D:\Archivos de programa\Plone\parts\instance\Products\MyOwnPloneSkin"
And then, if i want to start Plone, the server Zope throw me an error :
2009-07-03T13:23:32 ERROR Application Couldn't install Five
Traceback (most recent call last):
File "d:\archivos de programa\plone\zope2\lib\python\OFS\Application.py", line 786, in install_product
initmethod(context)
File "d:\archivos de programa\plone\zope2\lib\python\Products\Five\__init__.py", line 28, in initialize
....
ZopeXMLConfigurationError: File "D:\Archivos de programa\Plone\parts\instance\etc\site.zcml", line 15.2-15.23
ZopeXMLConfigurationError: File "D:\Archivos de programa\Plone\parts\instance\Products\MyOwnPloneSkin\configure.zcml", line 4.1-4.31
ZopeXMLConfigurationError: File "D:\Archivos de programa\Plone\parts\instance\Products\MyOwnPloneSkin\browser\configure.zcml", line 33.4-39.10
ConfigurationError: ('Invalid value for', 'class', "ImportError: Couldn't import Products.MyOwnPloneSkin.browser.viewlets, No module named viewlets")
So... : "Couldn't import Products.MyOwnPloneSkin.browser.viewlets"
Someone have the same problem or it's only my problem?! (if its my problem, could someone help me?¿ thank you!)