Dave Jackson
Dave Jackson
Ok, so making a 32-bit version of this might be as simple as rebuilding PyQt on a 32-bit Win platform? If so, I'm happy to do it and contribute it.
I really appreciate that! I will. At the moment, my client is ok with us supporting 64-bit only, but eventually we will need this. So probably I won't get to...
Just to clarify, this package does not require me to install Qt 5 as a dependency for this? It looks like python-qt5 includes all the necessary DLLs? Am I getting...
So I got this to work before, and now it's not working again :( PyInstaller Bootloader 3.x LOADER: executable is Q:\exec\win\dist\main\main.exe LOADER: homepath is Q:\exec\win\dist\main LOADER: _MEIPASS2 is NULL LOADER:...
Given what I said above, what paths should be in the qt.conf? That is, what are the paths in qt.conf relative to? Also, do the slashes need to be Windows-style...
I'm really stumped and very late on this project. Can I pay you to give me phone support or something?
Ok, thank you!
Ok, I think I figured it out. I had to use 5.3.2, hopefully that'll work for what I need...
Any idea when full API support will be added for multiple regions?
In my case, this was caused by having a custom action that does not use a standard DRF renderer to return a StreamingHttpResponse instead of something more standard like `application/json`...