platipy / spyral

http://platipy.org
Other
49 stars 12 forks source link

Make Spyral work without Greenlets #42

Closed acbart closed 9 years ago

acbart commented 10 years ago

Currently, loading spyral without greenlets on the system will result in a crash. But this shouldn't be a necessary feature, it's meant to be optional. I propose to rework the Scene's importing of Actors such that it only throws a warning if greenlets aren't installed. If you attempt to instantiate an Actor, however, the game should exception out.

icarito commented 10 years ago

I think this is the way it's currently working, maybe close this one.

icarito commented 9 years ago

Perhaps do the same with parsley?

acbart commented 9 years ago

Yep, this issue wasn't closed. Thanks for the catch (and parsley should be removed, I think :).