[PyInstaller] Error in running with astropy module

2019-10-03 Thread NIcola Montecchiari
Dear All, I have got an application which uses astropy. I am getting at run time the following error: ImportError: Astropy requires the 'six' module of minimum version 1.10; normally this is bundled with the astropy package so if you get this warning consult the packager of your Astropy

[PyInstaller] Issue in running exe

2024-02-23 Thread Nicola Montecchiari
Hello everyone, I am building an executable for my astronomy application. When I run pyinstaller with the following parameters: pyinstaller variabilia.py --onefile --windowed The executable file is created, but it doesn't work. This is the log file of the execution of pyinstaller 275 INFO:

Re: [PyInstaller] Issue in running exe

2024-02-24 Thread Nicola Montecchiari
Hi Brenainn, thank you so much. After trying that option it worked! All the best Nicola Privo di virus.www.avast.com

[PyInstaller] Issue running the exe (Part 2)

2024-03-06 Thread Nicola Montecchiari
Dear All, after successfully executed the first exe build I did, I added some new features to my app, but this time I am not able to run the exe file anymore: pyinstaller variabilia.py -F --collect-data=photutils --collect-data=astroquery 638 INFO: PyInstaller: 6.4.0, contrib hooks: 2024.1 638

Re: [PyInstaller] Re: Issue running the exe (Part 2)

2024-03-08 Thread Nicola Montecchiari
Thank you very much! It worked! :-) Nicola Privo di virus.www.avast.com