ya-mouse / openopc

OpenOPC for Python3.4
Other
48 stars 56 forks source link

Does this work with Python 2.7? #1

Closed xamox closed 7 years ago

xamox commented 10 years ago

Is the code backward compatible?

ya-mouse commented 10 years ago

It should works. Please, pay attention, that you need the same python versions (e.g. 2.7) on both sides in order to work with Pyro4.

xamox commented 10 years ago

Yep, understood. I know the official version uses Pyro 3.16.

It appears development is dead on the offical, at least I can't seem to find the repos for it. Do you know if that is the case?

ya-mouse commented 10 years ago

Official version doesn't work with Python 3.x as long as Pyro 3.16. So, I've migrated to Pyro4 to support Python 3.x. Original OpenOPC hosted on SourceForge and doesn't have any kind of VCS. I suppose that my forked version should still works with Python 2.7, but has lack of support for Python 2.6 and older.