Re: [IronPython] numpy / IronClad?

2011-03-15 Thread Federico Vaggi
Hey Jason, thanks for all the work on this. I use the enthought python distribution, and it appears that the ironpkg package has some conflict with installer present in python - here is what happens if you run ironpkg after installing it: C:\TEMPipy ironpkg-1.0.0.py --install Bootstrapping:

Re: [IronPython] Python Tools for Visual Studio

2011-03-10 Thread Federico Vaggi
Thanks a lot for all the work Dino, I will give it a try for sure. I am not sure what other IDE people use for Python code writing, but I found that the auto-complete feature in pydev (the Eclipse plug-in) was a lot more efficient than the autocomplete for Ironpython. Federico On 10/03/2011

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-15 Thread Federico Vaggi
Hey Dave, thanks a lot for all the help. Without the tab completion/colour it seems like this is a lot of work for a very plain shell, and Sho looks like a much better option - I played around with it a fair bit (it seems better than the plain IronPython console) but I haven't found much on

Re: [IronPython] Red Flag(?) change in import

2011-02-10 Thread Federico Vaggi
I ran into a relatively similar problem with importing networkx into IronPython, but was able to fix it by editing out a few of the lines. It seems that the import behaviour in cpython and ironpython is slightly different sometime. I can post a list of the steps that I took if it is helpful

[IronPython] Visual Studio Interactive Shell Search Path:

2011-01-28 Thread Federico Vaggi
When testing a script using the IronPython interactive window in Visual Studio, the path variable in system.sys is a bunch of meaningless directories: » import sys » sys.path ['.', 'C:\\PROGRAM FILES (X86)\\MICROSOFT VISUAL STUDIO

Re: [IronPython] Visual Studio Interactive Shell Search Path:

2011-01-28 Thread Federico Vaggi
Opening visual studio with no project open, and running the Ironpython interactive window, gives me this: » import sys » sys.path ['.', 'C:\\PROGRAM FILES (X86)\\MICROSOFT VISUAL STUDIO 10.0\\COMMON7\\IDE\\EXTENSIONS\\MICROSOFT\\IRONSTUDIO\\0.4\\Lib', 'C:\\PROGRAM FILES (X86)\\MICROSOFT

Re: [IronPython] Module has no date attribute

2011-01-26 Thread Federico Vaggi
Testing in the ironpython interactive shell: IronPython 2.7 Beta 1 (2.7.0.10) on .NET 4.0.30319.1 Type help, copyright, credits or license for more information. from networkx import sys Traceback (most recent call last): File stdin, line 1, in module File

[IronPython] Cannot import 'Networkx' into Ironpython

2011-01-25 Thread Federico Vaggi
Hello, I am a very new user to Ironpython, so hopefully I am not missing anything obvious. I read the FAQ and searched the Ironpython site and I couldn't find a solution to the problem I was having. I have installed both CPython 2.7 and Ironpython 2.7 (the alpha version) and I am

Re: [IronPython] Cannot import 'Networkx' into Ironpython

2011-01-25 Thread Federico Vaggi
Hi Jeff, my python directory looks like this: C:\Python27\Lib\site-packagesdir Volume in drive C is OS Volume Serial Number is CA49-670D Directory of C:\Python27\Lib\site-packages 25/01/2011 16:37 DIR . 25/01/2011 16:37 DIR .. 20/09/2006 18:05 126

[IronPython] Module has no date attribute

2011-01-25 Thread Federico Vaggi
Thanks to a lot of help from Jeff, plus some tinkering, I managed to solve a bunch of issues I was having with networkx, however, I have a minor error left over: IronPython 2.7 Beta 1 (2.7.0.10) on .NET 4.0.30319.1 Type help, copyright, credits or license for more information. import