James Blackburn

Results 7 comments of James Blackburn

Hey there, Yeah I do have python 3.8 installed, and I went to [this link](https://dl.bintray.com/simonsan/openage-packages/) as [your link](https://dl.bintray.com/simonsan/openage-packages/:openage-amd64-portable_NIGHTLY-latest.7z) (Your link has a random colon it) said `The requested path was...

Cool, thanks for your help For now I guess I'll just mess around with it on Linux 👍 Hopefully the build system bucks its ideas up, James

Hi there, Sorry for the late reply didn't see the email! Yes, I didn't get the same errors with the build you linked, it seems to work perfectly (Sadly couldn't...

Hi thanks for getting back, Yes that worked for me, Thought I should reiterate that the same error occurs with the installer build, Thanks again, Jim

Hey there @simonsan I just tried out the [latest build](https://bintray.com/simonsan/openage-packages/download_file?file_path=openage-amd64-installer_NIGHTLY-latest.exe) from [the bintray](https://bintray.com/simonsan/openage-packages/openage-windows-nightly#files) and it failed again: ``` > .\openage.bat Traceback (most recent call last): File "C:\Program Files\openage\python\numpy\core\__init__.py", line 24,...

@dddomodossola I thought I would leave my 2 cents here. I personally implemented this in my `wheelers-wort-works-online`: ```python class remi_form(gui.Widget): @gui.decorate_constructor_parameter_types([]) def __init__(self, *args, **kwargs): super(remi_form, self).__init__(*args, **kwargs) self.type =...

I found a similar issue when messing with `` tags, this caused the cursor to jump to a new line everytime. In order to remedy this for my code I...