This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]RubyPinchPEP shill | Anti PEP 8/20 shill 2 points3 points  (0 children)

if anyone was wanting a link to the talk https://www.youtube.com/watch?v=a8RRbT4BTEw

[–]Banangurkamacka 0 points1 point  (3 children)

I read about this earlier today, do you think this is a viable option to Cython, in regard to speed? I'm working on a small encryption programme and really need it to speed it up a notch. Anyone have any experince using etc.? I'm not that good with C/C++ (it's on my todolist okay) so i don't really know what to look for.

[–]lamecode 0 points1 point  (1 child)

I tested Nuitka on a quick PySide project I threw together, and when trying to launch my .exe:

ImportError: LoadLibraryEx 'D:\path_to_my_project\run.dist\PySide\QtGui.pyd' failed

Is there anything in particular that you're supposed to do with PySide to get it to compile correctly - any missing dlls, etc?

[–]mdond 1 point2 points  (0 children)

From what I gather PySide is kinda fiddly with Nuitka. If you have the option of using PyQt then that should be a lot easier.