Jaime R.

Results 9 comments of Jaime R.

Any advances fixing this? Do I still need to use hidden imports?

@bwoodsend but why not update the hooks?

@Legorooj Do you want my log file? I sent it to Harmut

I'm having this annoying issue in my main computer. I am able to use pyinstaller in other computers with the same code so it is a computer specific problem. I...

@AIprototype Try using Python 3.8.x in a fresh new environment

@Legorooj I know, but if you need to use PyInstaller you could try it, it works sometimes

I'm going to start working on this issue 🙂 https://groups.google.com/u/1/g/pyqtgraph/c/LzPbgmx5I1w

> Could you upload your files here via gofile.io? Sorry, I deleted the corrupted mov file since it was huge 🤓

Has this been already fixed? @campagnola 's code updated: ```python import pyqtgraph as pg pg.mkQApp() w = pg.GraphicsLayoutWidget() p1 = w.addPlot() p2 = w.addPlot() p2.setAspectLocked() p1.setYLink(p2) w.show() pg.exec() ``` I...