Thanks for the support.

after doing
> python Make.py

I edited the file "Makefile" changing this two lines:

CC=gcc -pthread -static
CONFIG_ARGS='--disable-shared'

>make

After rebuilding my application I got:

$ ./app
mod is NULL - archiveTraceback (most recent call last):
  File "/home/user/app/pyinstaller/archive.py", line 42, in ?
    import struct
ImportError: /tmp/_MEI31791/struct.so: undefined symbol: PyString_Type

Any suggestion?

btw. How is generated the Makefile?
I read 'generated by freeze.py ' but I did not found that file

Fabrizio Milo

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to