#openteacher - 2017-04-24
[08:02:34] *** Server sets mode: +cnt
[14:44:26] <lordnoid> commandoline: I see windows.bat
[14:44:30] <lordnoid> Got the appveyor working?
[17:53:26] <commandoline> AppVeyor, yes. Windows build? No.
[17:53:28] <commandoline> https://bugs.launchpad.net/openteacher/+bug/1685441
[17:53:30] <commandoline> ^ a summary
[17:54:06] <commandoline> The most important problem is that PyQt5 has no binary installer for Python 2 on Windows anymore.
[17:55:07] <commandoline> I could probably figure out how to compile it on Windows, but my windows VM is on my slow hard drive, so... Not feeling up to it. :P
[17:56:31] <commandoline> Also, it's kind of a lot of effort if https://blueprints.launchpad.net/openteacher/+spec/python-3 might make the work obsolete for a next version. I do have a python 3 branch that starts OT and allows word input, even if the test suite is still a mess.
[17:56:50] <commandoline> lordnoid: ^
[21:48:02] <lordnoid> ah thats unfortunate
[21:55:50] <commandoline> yeah, kinda suprised me as the mac build went fine as far as I can tell (I didn't run the resulting file yet)
[22:13:35] <commandoline> I should probably release sometime soon, now most of the build infrastructure is working again. Windows support can wait until 3.4.
[22:22:38] <lordnoid> :P
[22:22:40] <lordnoid> And Python 3
[22:23:18] <lordnoid> I can't imagine Python 3 being too much work thouh.. I guess most of it is in finding the dependencies, but apparently the same is true for Python 2
[22:24:40] <lordnoid> I can remember that we used __future__
[22:30:25] <commandoline> That must have been another project :P
[22:31:02] <commandoline> There's a lot of little things... .iteritems() to .items(), print -> print(), urllib2 -> urllib.request, etc.
[22:32:26] <commandoline> but the worst thing is the bytes/unicode string thing. That's probably most of the remaining test suite crashes now I started porting.
[22:33:56] <commandoline> although that doesn't say much with only about 70% coverage...
[14:44:26] <lordnoid> commandoline: I see windows.bat
[14:44:30] <lordnoid> Got the appveyor working?
[17:53:26] <commandoline> AppVeyor, yes. Windows build? No.
[17:53:28] <commandoline> https://bugs.launchpad.net/openteacher/+bug/1685441
[17:53:30] <commandoline> ^ a summary
[17:54:06] <commandoline> The most important problem is that PyQt5 has no binary installer for Python 2 on Windows anymore.
[17:55:07] <commandoline> I could probably figure out how to compile it on Windows, but my windows VM is on my slow hard drive, so... Not feeling up to it. :P
[17:56:31] <commandoline> Also, it's kind of a lot of effort if https://blueprints.launchpad.net/openteacher/+spec/python-3 might make the work obsolete for a next version. I do have a python 3 branch that starts OT and allows word input, even if the test suite is still a mess.
[17:56:50] <commandoline> lordnoid: ^
[21:48:02] <lordnoid> ah thats unfortunate
[21:55:50] <commandoline> yeah, kinda suprised me as the mac build went fine as far as I can tell (I didn't run the resulting file yet)
[22:13:35] <commandoline> I should probably release sometime soon, now most of the build infrastructure is working again. Windows support can wait until 3.4.
[22:22:38] <lordnoid> :P
[22:22:40] <lordnoid> And Python 3
[22:23:18] <lordnoid> I can't imagine Python 3 being too much work thouh.. I guess most of it is in finding the dependencies, but apparently the same is true for Python 2
[22:24:40] <lordnoid> I can remember that we used __future__
[22:30:25] <commandoline> That must have been another project :P
[22:31:02] <commandoline> There's a lot of little things... .iteritems() to .items(), print -> print(), urllib2 -> urllib.request, etc.
[22:32:26] <commandoline> but the worst thing is the bytes/unicode string thing. That's probably most of the remaining test suite crashes now I started porting.
[22:33:56] <commandoline> although that doesn't say much with only about 70% coverage...