On Sat, Apr 9, 2016 at 4:24 AM, Lee Fig <1lee...@gmail.com> wrote:
> print(socket.__file__)
>
> seems to confirm that all is well. It refers to my Lib folder:
> C:\work\tools\WinPython-64bit-3.4.4.1\python-3.4.4.amd64\Lib\socket.py
>
> How frustrating. I will Google shadow importing as thats a new
On Sat, Apr 9, 2016 at 2:00 AM, <1lee...@gmail.com> wrote:
> from socket import _fileobject, timeout, error as SocketError
>
> But I get a python exception on this last line:
>
> ImportError was unhandled by user code
> Message: cannot import name '_fileobject'
>
>
> I am running Python 3.4 and ha
On Sat, 9 Apr 2016 02:00 am, 1lee...@gmail.com wrote:
> import OpenSSL.SSL
> from pyasn1.codec.der import decoder as der_decoder
> from pyasn1.type import univ, constraint
> from socket import _fileobject, timeout, error as SocketError
>
> But I get a python exception on this last line:
>
> Impo
Hi all,
I would appreciate any thoughts that you may have regarding a troublesome build
error. I am at my wits end.
For some strange reason a get a single error on importing. It's to do with the
requests module and pyopenssl.py
The comment block indicates:
This needs the following packages ins
On Wed, Feb 3, 2016 at 4:59 AM, Chris Angelico wrote:
> On Wed, Feb 3, 2016 at 12:16 AM, Mohamed Nedal
> wrote:
> >
> > I'm learning Python and I'm using Python 3.5.1 Shell to write some code
> using 'requests' module, but I get this error when I run the code:
> ImportError: No module named 'req
On Wed, Feb 3, 2016 at 12:16 AM, Mohamed Nedal
wrote:
>
> I'm learning Python and I'm using Python 3.5.1 Shell to write some code using
> 'requests' module, but I get this error when I run the code: ImportError: No
> module named 'requests'
>
>
> Could you please tell me how to fix this issue?
>
Hello,
I'm learning Python and I'm using Python 3.5.1 Shell to write some code using
'requests' module, but I get this error when I run the code: ImportError: No
module named 'requests'
Could you please tell me how to fix this issue?
Sincerely,
Mohamed Nedal
MSc student in Solar Physics