Python Forum
UWP and Xbox One port of Python 3.4
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UWP and Xbox One port of Python 3.4
#1
Hello.

I made a port based on Martin Loewis work, it's basically an update from Windows 8.1 to UWP.

There were some patches from the CPython repositories that were needed to be added and currently there is a limitation with time zones, they are a fixed time zone, Mountain Standard Time (until I realize how to extract time zone names from the UWP runtime).

You can find the work made for this to work at this IronPython Repository, I mistook the C# bindings from UWP as IronPython, sorry about that, it's actually cpython.

Here's how the interpreter looks like running on Windows 10

[Image: mWO0Bc0.png]

Please do note that only the debug x64 configuration was tested, in a near future all the remaining configurations will be configured properly (There is only a preprocessor flag regarding wstok and strtok that should be enabled iirc).

Any feedback is appreciated and if you want to test out or want to contribute you're always welcomed.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020