snowjay wrote:I just installed 1.0.37 and receive this error when I enable the plugin:
Code: Select all
Starting plugin "iFindStuff 1.0.37" (pid 7538)
iFindStuff FATAL ERROR - Cannot find pyicloud - check with developer
iFindStuff Alternatively - check the name of the plugin in the Plugins folder. Is is iFindStuff.pluginIndigoor iFindStuff(1).pluginIndigo? Make sure that all iFindStuff files are deleted from Downloadsbefore downloading the latest versions
Started plugin "iFindStuff 1.0.37"
I double checked the plugin name and it is iFindStuff.pluginIndigo so no (1) or anything else after it.
Hi
Upto a week ago I would have had no clue as to what this problem was. Fortunately another user was able to find out what the problem was and solved it.
Mike,
I finally find the bug with your iFindStuff plugin in my setup. The error was always about the pyicloud library... In fact, after many tests the problem was the missing library "pytz" required by the pyicloud! I've installed the missing library and voilà! No more trouble! I'll be able to enjoy your plugin now!
Thanks!
Joel
So I believe that if you install
pytz as a module it will work. It seems to be very system specific as I've only seen this problem in two cases.
To do this you need to go back to
Terminal (Applications/Utilities/Terminal) and follow a similar path to installing pytz as you probably did for requests and six.
I just checked and I found that:
sudo pip2.6 install pytz
Followed by my password would install
pytz.
According to Joel - that solved his problem. Perhaps you can give that a go and let me know how it goes?
I'm releasing version 1.0.40 in a few mins with some bug fixes so wait until that announcement appears in the forum before reinstalling iFindStuff.
Regards
Mike