wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

The Processor module 'link_updater' could not be found #50

Closed sidwilroy closed 13 years ago

sidwilroy commented 13 years ago

I so close to getting everything working - CDN for Drupal to CloudFiles on Rackspace.. The files are in sync - but I'm getting the error in log: 2011-03-21 18:09:15,074 - Arbitrator - ERROR - The Processor module 'link_updater' could not be found.

I installed the egg - [root@drupal www]# easy_install cssutils-0.9.7-py2.6.egg and [root@drupal processors]# ls link_update* link_updater.py link_updater.pyc are there from the install tar -

I have the following in my config.xml

misc:profiles:modules:themes:sites/all:sites/default ico:js:css:gif:png:jpg:jpeg:svg:swf
wimleers commented 13 years ago

Maybe you've got Django installed on this server? That was addressed by https://github.com/wimleers/fileconveyor/commit/e131bb099fa65ff989ff7088e75437dac9e3a34c earlier today.

If that doesn't fix it, please report back with a log file confirming that this is still a problem.

wimleers commented 13 years ago

Closing due to lack of response. Feel free to reopen.

gilFrimper commented 12 years ago

Hi,

I have the same error. I do have Django installed.

Thanks, Gil.