On Thursday 11 of December 2014 15:11:37 Hartmut Goebel wrote:
> > When I try to do it, I get "ImportError: No module named sysconfig",
> > which is expected as sysconfig was introduced in Python 2.7. Is there
> > any way to solve the problem?
> 
> The bootloader is build using waf, so this looks like a problem in waf.
> I don't know if there is an older version of waf which supports Python
> 2.6. But you could compile Python 2.7 on your system first. You do not
> need to install it, but can directly use it like this:
> 
> /var/tmp/build/python-2.7/python waf 

The issue was with line in ./bootloader/wscript:

    import sysconfig

I fixed it. The fix is available in my branch.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to