Hi,

I wanted to use the non-ELF strategy on Windows, i.e. to have a
executable.pkg archive next to the executable. I have set 'useELFEXE':
0 in config.dat. But if I run Build.py I get the following output/
traceback:

checking Analysis
building Analysis because out0.toc non existent
running Analysis out0.toc
Analyzing: S:..\pyinstaller-1.3\Python24\support\_mountzlib.py
Analyzing: S:..\pyinstaller-1.3\Python24\support\useUnicode.py
Analyzing: bin\TactMain.py
Warnings written to S:\Projekt\260002 Front Arena TACT\Implementation
\work\warnTactMain.txt
checking PYZ
rebuilding out1.toc because out1.pyz is missing
building PYZ out1.toc
checking PKG
rebuilding out3.toc because out3.pkg is missing
building PKG out3.pkg
checking NonELFEXE
rebuilding out2.toc because TactMain.exe missing
building NonELFEXE out2.toc
Traceback (most recent call last):
  File "S:..\pyinstaller-1.3\Python24\Build.py", line 839, in ?
    build(sys.argv[1])
  File "S:..\pyinstaller-1.3\Python24\Build.py", line 76, in build
    exec open(spec, 'r').read()+'\n'
  File "<string>", line 11, in ?
  File "S:..\pyinstaller-1.3\Python24\Build.py", line 466, in __init__
    self.__postinit__()
  File "S:..\pyinstaller-1.3\Python24\Build.py", line 94, in
__postinit__
    self.assemble()
  File "S:..\pyinstaller-1.3\Python24\Build.py", line 592, in assemble
    shutil.copy2(exe, self.name)
  File "C:\Programme\Python24\lib\shutil.py", line 92, in copy2
    copyfile(src, dst)
  File "C:\Programme\Python24\lib\shutil.py", line 47, in copyfile
    fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 'S:..\\pyinstaller-1.3\
\Python24\\support/loader/run'

Any idea what's wrong? Do I have to manually build the runtime
executables with the option -n?

Thanks
Andy Schumann


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to