Thanks for the response! 

That out00-Analysis.toc file is not short, I grepped for it, got one line 
back:
$ cat out00-Analysis.toc | grep requests
 [('base_library.zip', 
'/data/centos/eqagent_0.1.4/bin/build/test/base_library.zip', 'DATA'), ('
*requests*/cacert.pem', 
'/opt/rh/python33/root/usr/lib/python3.3/site-packages/*requests*/cacert.pem', 
'DATA'), ('include/python3.3m/pyconfig-64.h', 
'/opt/rh/python33/root/usr/include/python3.3m/pyconfig-64.h', 'DATA'), 
('lib64/python3.3/config-3.3m/Makefile', 
'/opt/rh/python33/root/usr/lib64/python3.3/config-3.3m/Makefile', 'DATA')],

The files mentioned in this line do exist:
$ ll 
/opt/rh/python33/root/usr/lib/python3.3/site-packages/requests/cacert.pem
-rw-r--r--. 1 root root 344712 Nov 11 08:05 
/opt/rh/python33/root/usr/lib/python3.3/site-packages/requests/cacert.pem
$ ll /opt/rh/python33/root/usr/include/python3.3m/pyconfig-64.h
-rw-r--r--. 1 root root 42341 Aug 14  2014 
/opt/rh/python33/root/usr/include/python3.3m/pyconfig-64.h
$ ll /opt/rh/python33/root/usr/lib64/python3.3/config-3.3m/Makefile
-rw-r--r--. 1 root root 57749 Aug 14  2014 
/opt/rh/python33/root/usr/lib64/python3.3/config-3.3m/Makefile

How should I proceed?
Many thanks,
   Ofir



On Friday, November 13, 2015 at 11:32:25 AM UTC+2, Hartmut Goebel wrote:
>
> Am 11.11.2015 um 09:48 schrieb [email protected] <javascript:>:
>
> AttributeError: 'module' object has no attribute 'get'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>   File "<string>", line 5, in <module>
> AttributeError: 'module' object has no attribute 'exceptions'
>
>
> This looks like some wrong "requests" package is imported for some reason. 
> Please check in build/test/out00-Analysis.toc where this module is taken 
> from.
>
> -- 
> Schönen Gruß 
> Hartmut Goebel 
> Dipl.-Informatiker (univ), CISSP, CSSLP
> Information Security Management, Security Governance, Secure Software 
> Development 
>
> Goebel Consult, Landshut 
> http://www.goebel-consult.de 
>
> Blog: 
> http://www.goebel-consult.de/blog/bewertung-pgp-verschlusselung-bei-web.de-und-gmx
>  
> Kolumne: http://www.cissp-gefluester.de/2010-01-hinterturen-allen-ortes 
>

-- 
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.

Reply via email to