On 30/09/2016 09:45, Hartmut Goebel wrote:
> Hi,
> 
> Am 30.09.2016 um 07:12 schrieb Steve Barnes:
> 
>> File:        c:\python27\lib\queue.py
>> […]
>> File:        c:\python27\lib\site-packages\queue\__init__.py
> 
> Thanks Steve, for tracking this down.
> 
> @Coyote: This sounds like you mixed your Python 2.7 and your Python 3.4
> environment. Since Windows file-system ignores case when searching for
> files, you'll end up with this kind of errors. I strongly suggest to use
> a virtual environment when freezing your software with PyInstaller.
> 
> 

I think that one of six, __future__, backports or some other package
might be responsible for this.  However, setting up a virtualenv for
builds is ALWAYS a good idea so that you know what your dependencies are
and so that upgrading a package in your main environment doesn't break
something that build before.

-- 
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.

-- 
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 https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to