Files
CouchPotatoServer/couchpotato/core/plugins
Michael J. Cohen e99cf6757e Throw a useful error in the log when FileBrowser fails to load because of missing pywin32
This is a quick hack so that anyone else who runs this from source doesn't have to spend
the time I spent tracking down why directory.list failed silently.

There are two options that are much cleaner that come to mind:

- Subclass ImportException so as to differentiate missing requirements from
  parse errors etc.
- Provide a method for plugins to list their requirements, so that
  the loader can be the one to use imp.find_module().

Using imp.find_module() seems wise, either way.
2012-04-03 20:35:25 -04:00
..
2012-03-04 23:26:36 +01:00
2012-02-21 18:50:43 +01:00
2012-03-12 21:43:34 +01:00
2012-03-05 07:50:49 +01:00
2012-03-04 23:26:36 +01:00
2012-03-15 22:16:22 +01:00
2012-03-14 20:33:22 +01:00
2012-03-14 20:33:22 +01:00
2012-03-04 23:26:36 +01:00
2012-03-06 23:37:55 +01:00
2012-03-04 23:26:36 +01:00
2012-03-04 23:26:36 +01:00
2011-09-19 22:03:33 +02:00
2012-03-04 23:26:36 +01:00
2012-03-18 17:44:20 +01:00
2012-03-14 20:33:22 +01:00
2011-09-05 22:09:54 +02:00
2012-02-28 00:31:12 +01:00