[Numpy-discussion] still need DLR support

2013-01-04 Thread William Johnston
Hello, I posted some time ago that I need Numpy for .NET for a C# DLR app. Has anyone made any progress on this? May I suggest this as a project? Thank you. Sincerely, William Johnston ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] NpyAccessLib method documentation?

2012-04-10 Thread William Johnston
Hello, Anyone there? williamj ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] NpyAccessLib method documentation?

2012-04-09 Thread William Johnston
Hello, Is there NpyAccessLib documentation available? I need to use DLLImport for a C# IronPython DLR app and am not sure which methods to include. Thank you. Regards, William Johnston ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] \*\*\*\*\*SPAM\*\*\*\*\* Re: \*\*\*\*\*SPAM\*\*\*\*\* Re: Numpy forIronPython 2.7 DLR app?

2012-04-02 Thread William Johnston
Hello, My email server went down. Did anyone respond to this post? Thanks, William Johnston -Original Message- From: William Johnston Sent: Thursday, March 29, 2012 5:59 PM To: Discussion of Numerical Python Subject: \*\*\*\*\*SPAM\*\*\*\*\* Re: [Numpy-discussion] \*\*\*\*\*SPAM

Re: [Numpy-discussion] \*\*\*\*\*SPAM\*\*\*\*\* Re: Numpy for IronPython 2.7 DLR app?

2012-03-29 Thread William Johnston
Ilan: Thanks for your post. I can import from the command-line and IronPython console, but not from a C# DLR app (using embedded python scripts.) Any suggestions? Regards, William Johnston -Original Message- From: Ilan Schnell Sent: Thursday, March 29, 2012 3:11 PM To: Discussion

[Numpy-discussion] Numpy for IronPython 2.7 DLR app?

2012-03-29 Thread William Johnston
Hello, Can numpy for .NET be used in a DLR C# application? Regards, William Johnston ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] numpy installation question (IronPython)

2010-07-13 Thread William Johnston
Hello, I simply installed numpy in my Python26 installation, and then copied the numpy directory to my site-packages folder of my IronPython installation. Did I miss any installation steps in doing so? The multiarray module could not be found using IronPython. Thanks. ___