Hello. I have a program that builds correctly on Ubuntu 12, Mac OS and
Windows XP. But the identical spec file fails when trying to build on
Ubuntu 10. Building with --debug the build module executes as follows:

$ file ./ppqt
./ppqt: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped
$ ./ppqt
Traceback (most recent call last):
  File "<string>", line 36, in <module>
  File
"/home/dcortesi/Dropbox/David/PPQT/pyinstaller-r2100/PyInstaller/loader/pyi_importers.py",
line 409, in load_module
    module = imp.load_module(fullname, fp, filename, self._c_ext_tuple)
  File
"/home/dcortesi/Dropbox/David/PPQT/pyinstaller-r2100/PyInstaller/loader/pyi_importers.py",
line 409, in load_module
    module = imp.load_module(fullname, fp, filename, self._c_ext_tuple)
ImportError: No module named atexit

I am puzzled as to why the packaged executable is executing in the original
PyInstaller run folder ("File ...pyinstaller-r2100..."). It should be
executing strictly in the build folder, no?

The program runs correctly from source on this system. There is a module
atexit in the system. The build statement is:

python ../pyinstaller-r2100/pyinstaller.py --noconfirm --debug
--distpath=/home/dcortesi/Desktop/scratch/dist
--workpath=/home/dcortesi/Desktop/scratch/build ppqt.spec

There are a number of "no module" warnings but none regarding "atexit".

All suggestions welcome...

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to