dhyams
dhyams
The issue (as I grok it from the wxpython discussion thread linked in the OP) is that the UnUnit comes too late; that by the time __del__ is called, the...
@Kvaz1r I see that 12 days ago, the PR you reference was merged.
Just to be clear, the argv emulation in pyinstaller and/or py2app only affects the startup of the application. For example, when you double click on a document to open your...
Actually, I think that wx.PyDropTarget already has everything you need, and it works on the mac...at least, that's what a cursory review of some of my current code tells me....
I am currently using wxPython 3.0.0.0 classic, and Python 2.7. Yes, I can associate a document with my app, and it works; I think that's what you mean. (In my...
We have run into this too; is anyone looking at this issue and/or is there a workaround available?
I have run into this issue as well, although I am a Unity newbie and might be misusing a camera. In my experience, if a second camera is added, the...
I was looking and trying to fix this; and it seems pretty clear that (at least at first implementation) all it would take would be to iterate through all cameras...
@kring ing Thank you for that....got me going on it. Another word of advice though might really help; so far I have added the following to ExposeCPP(): ``` Camera c...
@kring Yes, I have let Unity recompile multiple times; I will have to admit that I am not 100% sure of the right procedure though. What I have been doing...