Good Day!~~
Thanks for your fast reply.
So there is _ssl module in IronPython, but no ssl module, and I need to find a
standard library to call _ssl module, am I right?
C has stdlib module so I can do such as , but seems there is no
module called stdlib in IronPython.(Import error again >.<)
Ca
Try running: ipy.exe -X:FullFrames ...
On Dec 12, 2011, at 21:16, wrote:
> self.parent_frame = frame = sys._getframe(_level)
> AttributeError: 'module' object has no attribute '_getframe
___
Ironpython-users mailing list
[email protected]
Hi Jason,
I used your recommended way to install the numpy and scipy packages. It works
fine for numpy but failed on scipy. I put the python source file under
lib/site-packages and the dlls under the folder IronPython 2.7.1/DLLs. The
error messgae reads as follows:
Traceback (most recent ca
socket is provided via IronPython.Modules, but only _ssl (the "native"
module) is implemented in IronPython.Modules. You would need the Python
stdlib which has the ssl module (which uses _ssl).
Thanks,
slide
2011/12/12 楊 鈞凱
> Hello Everyone, I want to use Ironpython to call a simple ssl socke
Hello Everyone, I want to use Ironpython to call a simple ssl socket test
program
but I got a ImportException error called "no module named ssl".
Strange thing is I can import socket and run as "import socket".(tested with
another simple socket program without ssl)
But I cant import ssl as "imp
Hello Everyone, I want to use Ironpython to call a simple ssl socket test
programbut I got a ImportException error called "no module named ssl".Strange
thing is I can import socket and run as "import socket".(tested with another
simple socket program without ssl)But I cant import ssl as "import
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] Ironpython 2.7.1 on Windows 7 64bit Machines
2. [New comment] Ironpython 2.7.1 on Windows 7 64bit Machines
3. [New comment] IPy version string somewhat misleading.
-