Some javascript/style in this post has been disabled (
why?)
hi robert,
thanx for your hint. i am trying ATManaged file. i do get an error though
and installed normalizer-1.0.1.tar.gz from sf.net/collective.
but get this error on zope 2.8.4/Plone2.1.1
2005-11-02 01:14:15 ERROR Zope Could not import Products.CMFManagedFile
Traceback (most recent call last):
File "/usr/local/zope/2.8.4/lib/python/OFS/Application.py", line 695, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/__init__.py", line 29, in ?
from Products.CMFManagedFile import tool
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/tool.py", line 43, in ?
from batch import manage_addBatch
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/batch.py", line 28, in ?
from Products.CMFManagedFile.scripts.filename_verify import Translator
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/scripts/filename_verify.py", line 36, in ?
from normalizer.lang import normalize, registry, LangNormalizer
ImportError: No module named lang
Traceback (most recent call last):
File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/run.py", line 56, in ?
run()
File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/run.py", line 21, in run
starter.prepare()
File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/__init__.py", line 98, in prepare
self.startZope()
File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/__init__.py", line 257, in startZope
Zope2.startup()
File "/usr/local/zope/2.8.4/lib/python/Zope2/__init__.py", line 47, in startup
_startup()
File "/usr/local/zope/2.8.4/lib/python/Zope2/App/startup.py", line 44, in startup
OFS.Application.import_products()
File "/usr/local/zope/2.8.4/lib/python/OFS/Application.py", line 672, in import_products
import_product(product_dir, product_name, raise_exc=debug_mode)
File "/usr/local/zope/2.8.4/lib/python/OFS/Application.py", line 695, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/__init__.py", line 29, in ?
from Products.CMFManagedFile import tool
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/tool.py", line 43, in ?
from batch import manage_addBatch
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/batch.py", line 28, in ?
from Products.CMFManagedFile.scripts.filename_verify import Translator
File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/scripts/filename_verify.py", line 36, in ?
from normalizer.lang import normalize, registry, LangNormalizer
ImportError: No module named lang
do i need to install a module into macosx python?
thanx christof
On Nov 2, 2005, at 12:02 AM, robert rottermann wrote:
Christof Haemmerle wrote:
hi there,
i want a plone site for our design firm were we can provide data to external users for downloading.
I really like the idea of PloneLocalFolderNG cause i avoids the zodb problem with large files. can zip unzip etc.
since there is no plone/zope workflow/security system in PloneLocalFolderNG there are many things i cannot do.
every user even anonymous sees all the content in there.
anonymous user cannot upload data.
is there already a product around which would more fit my needs?
thanx christof
look at enfoldsystems
they have a product (something named like managed file) that should fit your bill.
robert
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
_______________________________________________
Plone-users mailing list