Simon Booth

Results 185 comments of Simon Booth

I noticed - prefer it with an ifdef ver340 wrapping it so the code is only present in 10.4 though Internet is being really bad today - dropping all the...

The Linux version of python4delphi is broken. It has Windows as the default (it's Linux only). PythonFmx does not have Linux as a target - it creates PythonGUIInputOutput - and...

1) won't work as PythonFMX is currently set to output a .dpr rather than a .so 2) It ifdef doesn't go in the the .dpr, it goes in the .dproj...

Ahh - the problem is that the Linux project has a load of stuff in it it shouldn't have (like VCL etc) Shouldn't it look more like this? ![image](https://user-images.githubusercontent.com/1549219/202242018-8e437b08-7f7b-4116-81ac-33d7ece81200.png) Noting...

I'm now testing 11.2 + doing it your way to see if GUI works...

10.4.2 all went fine and 11.2 is going well so looks like this issue will be closed shortly

Everything apart from Linux checks out (didn't do Max ARM though - I'd have to rent a Mac) Linux gives me ... [DCC Fatal Error] Unit1.pas(16): F2051 Unit PyCommon was...

For reference I got in this track owing to a youtube (don't worry, it's short and relevant) https://www.youtube.com/watch?v=VX8gNHCDA3Q The app he shows is, he says, in Python and it's on...

Yeah, I doubt it. He'll be using some pre-packager. The packager may however change runtime. If making an iOS ARM64 "Hello World" isn't too much work though it'd be interesting...

From looking at what PIP does it shows a progress bar when installing a new module. This is displayed on one line being overwritten periodically looking like this... Using pip...