Ticket #52 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

ATMediaFile import failure

Reported by: beren@… Owned by: andycat
Priority: major Milestone: 0.1
Component: ATEngageVideo Version:
Keywords: Cc:

Description

I downloaded Plumi and attempted an install on a clean plone instance (plython2.4/zope2.9.6/plone2.5.3) and I get the following error: Traceback (most recent call last):

File "c:\Zope296\Zope\lib\python\Zope2\Startup\run.py", line 56, in ?

run()

File "c:\Zope296\Zope\lib\python\Zope2\Startup\run.py", line 21, in run

starter.prepare()

File "C:\Zope296\Zope\lib\python\Zope2\Startup\init.py", line 98, in prepare

self.startZope()

File "C:\Zope296\Zope\lib\python\Zope2\Startup\init.py", line 257, in startZope

Zope2.startup()

File "C:\Zope296\Zope\lib\python\Zope2\init.py", line 47, in startup

_startup()

File "C:\Zope296\Zope\lib\python\Zope2\App\startup.py", line 103, in startup

OFS.Application.initialize(application)

File "C:\Zope296\Zope\lib\python\OFS\Application.py", line 304, in initialize

initializer.initialize()

File "C:\Zope296\Zope\lib\python\OFS\Application.py", line 333, in initialize

self.install_products()

File "C:\Zope296\Zope\lib\python\OFS\Application.py", line 605, in install_products

return install_products(app)

File "C:\Zope296\Zope\lib\python\OFS\Application.py", line 636, in install_products

folder_permissions, raise_exc=debug_mode)

File "C:\Zope296\Zope\lib\python\OFS\Application.py", line 783, in install_product

initmethod(context)

File "c:\zope-instance-conv2\Products\ATMediaFile\init.py", line 79, in initialize

import tool

File "c:\zope-instance-conv2\Products\ATMediaFile\tool\init.py", line 40, in ?

import ATMediaFileTool

File "c:\zope-instance-conv2\Products\ATMediaFile\tool\ATMediaFileTool.py", line 57, in ?

from twisted.spread import pb

ImportError?: No module named twisted.spread

Is Twisted required? Which parts? I know that 2.9.8 zope is the specified version, but I'm trying to install on Win32 and there's no installer for 2.9.8 on Win32.

Any help would be cool!

Thanks

Beren

Attachments

Change History

Changed 2 years ago by and

  • milestone set to 0.1

Changed 2 years ago by andycat

  • status changed from new to closed
  • resolution set to fixed

Add/Change #52 (ATMediaFile import failure)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.