[Ironpython-users] IronPython, Daily Digest 11/29/2011
no_reply at codeplex.com
no_reply at codeplex.com
Wed Nov 30 16:20:41 CET 2011
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] Using Scipy modules in Visual Studio
2. [Status update] Using Scipy modules in Visual Studio
3. [New issue] Line numbers are confused by \ at EOL in multiline strings
----------------------------------------------
ISSUES
1. [New issue] Using Scipy modules in Visual Studio
http://ironpython.codeplex.com/workitem/31852
User z_shaheer has proposed the issue:
"Hi,
I am using Visual Basic in Visual Studio 2010 to work in SolidWorks. All my code is in VB and I want to use Scipy library to perform SVD calculations. I need to know what's the best way of doing it? I have been unable to find the ScipyDotNet DLL. I have the NumpyDotNet DLL. I do have all the Scipy modules, however, which I got from IronPython. I can view the Python scripts in VS.
I was just wondering if I can use my existing VB code in VS and somehow call Scipy libraries to do the SVD calculations. I am a user of VB, and haven't used Scipy and Numpy before.
Thanks for giving me your time.
Shaheer"-----------------
2. [Status update] Using Scipy modules in Visual Studio
http://ironpython.codeplex.com/workitem/31852
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Please use the mailing list for questions/discussion
http://mail.python.org/mailman/listinfo/ironpython-users"-----------------
3. [New issue] Line numbers are confused by \ at EOL in multiline strings
http://ironpython.codeplex.com/workitem/31856
User sblom has proposed the issue:
"In a file that includes a multiline string with one or more lines ending in '\', stack traces and other uses of line numbers end up miscounting. For example, in the attached script under ipy.exe 2.7.1, the resulting error output is:
Traceback (most recent call last):
File "LineNumbers.py", line 5, in <module>
Exception
If I run it under CPython 2.7.2, I get:
Traceback (most recent call last):
File "LineNumbers.py", line 6, in <module>
raise Exception
Exception
Note that IronPython thinks the exception occurred on Line 5, whereas CPython thinks it occurred on Line 6."
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20111130/7df70d2f/attachment.html>
More information about the Ironpython-users
mailing list