-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excellent tutorial for Cython+PyInstaller, But more help needed. #2
Comments
After few hours of experiment I made this code to work.
If the expert authors spend another few seconds and write proper lines Thanks to this author again ! |
@gaamaaresosa I've modified the README to include details about how to invoke the |
Thank you so much again. |
I tried several times and no success yet. Its a very good topic. But hard to undersatnd the nested logic. Any how let me try to understand it... numpy installation hangs for ever:
|
@mobiusklein First of all thank you so much for your effort.
While I was searching similar concept, luckily I got this post.
Though you had taken good efforts to explain the steps, its bit hard to understand
as some more steps missing in between.
Btw, will the output binarry is still Bytecode or native machine language binary.
I am interested the main code should be native machine language binary.
And may be the PyInstaller loader binary could be any.
Kindly correct me where I am wrong.
In future if you have time, please make better tutorial on this same topic.
Or refer me similar topic is some one already done.
I tried my best to fill that steps and no success yet.
I used below command, see the error and confused.
And expected "app.c", "app.so", "calc.c" and "calc.so" files inside my_package folder
But only "app.c", "calc.c" produced.
Where are the "app.so" and "calc.so" files.
Or this is what expected ?
I trying runing build.sh from pyinstaller folder.
/home/pi/Cython_PyInstaller_Test/pyinstaller/dist/my_mandelbrot
After running that binary I get below error.
Lost interest...
May be main reason is extra new bundles (numpy, matplotlib )
Of course I have installed numpy, matplotlib, PyInstaller and Cython
I have followed the directory tree as you had suggested.
System:
Raspberry Pi 4
Linux buster 32bit OS
Note:
Kindly avoid using extra packages while explaing a new concept with simple project.
Here numpy, matplotlib could have been avoided as the numpy hangs for 30mins to install.
I got diverted from the understanding thread.
A big thanks again !
The text was updated successfully, but these errors were encountered: