I can make the ISO image but when I click "FreeBSD Installer" it gives the following error:
finstall:~/pybackend# /usr/local/bin/python /install/pyinstaller-z/finstall.py
/usr/local/bin/python: can't open file '/install/pyinstaller-z/finstall.py': No such file or directory
finstall:~/pybackend#
I investigated this and the file is not located in the expected place:
Hi.
I can make the ISO image but when I click "FreeBSD Installer" it gives the following error:
finstall:~/pybackend# /usr/local/bin/python /install/pyinstaller-z/finstall.py
/usr/local/bin/python: can't open file '/install/pyinstaller-z/finstall.py': No such file or directory
finstall:~/pybackend#
I investigated this and the file is not located in the expected place:
finstall:~/pybackend# find / -name 'finstall.py' -print
/install/installer/finstall.py
/tmp/install/installer/finstall.py
finstall:~/pybackend#
But if I force to run the installer from the located binarie it gives another error:
finstall:~/pybackend# /install/installer/finstall.py
Traceback (most recent call last):
File "/install/installer/finstall.py", line 31, in <module>
import gobject, gtk, gtk.gdk, gtk.glade
ImportError: No module named gobject
finstall:~/pybackend#
Can someone help me ?
Thanks.