gleb
gleb
@alecthomas thank you! PS: Great Project! waiting for parser-codegen feature 🙂
got into same issue, and found solution only because of this thread I think the link you provided must be specified in README explicitly
Hello, can you show the output without the ```-d``` option ?
Let me forward all your credits to [**modernc.org/sqlite**](https://gitlab.com/cznic/sqlite), since this repo is just a fork with minimal changes: *modernc.org/sqlite* consists of: 1. pure go implementation of SQLite (original C codebase...
This is due to SQLite driver does not expect index name in ```CREATE INDEX``` to be written without any quotes. Fix PR opened: https://github.com/go-gorm/sqlite/pull/90 The misleading error ```duplicate column name:...
@BoboTiG I,m experiencing same problem in different python versions (3.7 -3.9) and did a test as you suggested above. I used the current PyInstaller from **develop** branch (6df79e6b3f9045bd61a7200934ac9ba706ae34d6) Here's the...
> Thanks for the test. > You can try to do the migration, but a fix will be needed for PyQt5 in any cases 🤔 Indeed migration to PySide works....
> > The call failed with error (printed to the console) "cannot open binary file". > > Can we see the full error message in that case? Sure, here I...
> @glebarez could you relaunch the test from the [fix-4859-macos-subprocess-open](https://github.com/BoboTiG/pyinstaller/tree/fix-4859-macos-subprocess-open) branch and let us know if it effectively fixes your case? @BoboTiG , hello. Unfortunately same result. See full output...
> What version of `PyQt5` are you using in your environment? > > Does `fix-4859-macos-subprocess-open ` branch fix the problem with test cases you reported in [#4859 (comment)](https://github.com/pyinstaller/pyinstaller/issues/4859#issuecomment-811046377)? @rokm, thanks...