eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

FSEventListener exception #194

Closed alfetopito closed 8 years ago

alfetopito commented 8 years ago

Hey there,

I'm on Ubuntu 14.04. I installed Cactus 3.2.0 via pip on both python 3.4.3 and 2.7.9 and every time I run the cactus command this is printed:

Failed to load FSEventsListener
Traceback (most recent call last):
  File "/home/alfeto/.virtualenvs/cactus/lib/python2.7/site-packages/cactus/listener/__init__.py", line 11, in <module>
    from cactus.listener.mac import FSEventsListener as Listener
  File "/home/alfeto/.virtualenvs/cactus/lib/python2.7/site-packages/cactus/listener/mac.py", line 12, in <module>
    from fsevents import Observer, Stream
ImportError: No module named fsevents

Still, everything seems to work fine.

krallin commented 8 years ago

Yeah, this is actually just a warning (hence why everything works properly). That's... not ideal. We can probably make this clearer.

krallin commented 8 years ago

https://github.com/koenbok/Cactus/commit/63f8f15d359fd12827ef41def4faf72a5e998640