[Ironpython-users] FW: Visual studio C# "no module named ssl" import error

2011-12-12 Thread 楊 鈞凱
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

Re: [Ironpython-users] FW: How to install Scipy and Numpy for .net offline?

2011-12-12 Thread Zachary Gramana
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]

Re: [Ironpython-users] FW: How to install Scipy and Numpy for .net offline?

2011-12-12 Thread Cheng-B.Li
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

Re: [Ironpython-users] Visual studio C# "no module named ssl" import error

2011-12-12 Thread Slide
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

[Ironpython-users] Visual studio C# "no module named ssl" import error

2011-12-12 Thread 楊 鈞凱
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

[Ironpython-users] Visual studio C# using IronPython "no module named ssl" import error‏

2011-12-12 Thread 楊 鈞凱
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

[Ironpython-users] IronPython, Daily Digest 12/11/2011

2011-12-12 Thread no_reply
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. -