-
Notifications
You must be signed in to change notification settings - Fork 66
Port to Python3.X #79
Comments
Had some issues related to installing SWAPY on a Windows 8.1 Pro 64-bit machine. Was not able to find any clear installation instructions, so assumed that running the instructions in the I cloned the repo, and installed the dependencies, and not knowing that this was Python 2 software, I tried to execute the After finding this thread, I figured that the issue was that I was trying to build SWAPY with Python 3 so, I tried to build SWAPY with Python 2 instead, and that resulted in exactly the same error. Questions:
PS. I am aware that SWAPY binaries are available for download on SourceForge, but those seem to be almost a year old. |
Hi @tchakravarty, thank you for your report.
Please note, you are able to download 'compiled' binaries from the releases page or run SWAPY without compilation like a Python script. |
@moden-py Thanks for the extremely prompt response. I had not looked in the releases tab for the latest version of the compiled binaries. However, now I am running into some other issues, but for that, I will make a separate issue thread. As an FYI, I am still unable to build the binary myself, for the purposes of this thread. Thanks. |
Python 3 can automatically solve a lot on unicode problems.
Blocker now - there are no native WXPython for Python 3.
Should try Phoenix - port WX for Pyhon 3. http://wxpython.org/Phoenix/docs/html/
The text was updated successfully, but these errors were encountered: