Re: [Ironpython-users] location for zipimport.cs

2011-06-28 Thread Slide
Ok, that was the direction I was going, just wanted to make sure. Thanks Slide On Jun 28, 2011 10:40 PM, "Jeff Hardy" wrote: > On Tue, Jun 28, 2011 at 10:31 AM, Slide wrote: >> I am working on an implementation of zipimport.cs, there are some changes >> needed to sys.cs in order to add the zipi

Re: [Ironpython-users] location for zipimport.cs

2011-06-28 Thread Jeff Hardy
On Tue, Jun 28, 2011 at 10:31 AM, Slide wrote: > I am working on an implementation of zipimport.cs, there are some changes > needed to sys.cs in order to add the zipimporter to sys path_hooks. I > currently have zipimport.cs in the IronPython class library, but am > wondering if I should put it in

Re: [Ironpython-users] Assembly references: file does not exist?

2011-06-28 Thread Curt Hagenlocher
Arg; I see we've now adopted the annoying python.org convention of replies not going to the list by default. :( You can use ILDASM, ILSpy or Reflector to see what assemblies yours is dependent on. Now that Reflector costs money, ILSpy is probably the best option for a quick check (though Reflector

[Ironpython-users] Building a COM server with IronPython 2.7

2011-06-28 Thread Jamal Mazrui
In the past, I have built a COM server with C# and the RegAsm.exe utility of the .NET Framework. If I use pyc.py to create a DLL with IronPython, will I be able to build a COM server in a similar manner? Are there any particular issues to be aware of? Jamal __

[Ironpython-users] location for zipimport.cs

2011-06-28 Thread Slide
I am working on an implementation of zipimport.cs, there are some changes needed to sys.cs in order to add the zipimporter to sys path_hooks. I currently have zipimport.cs in the IronPython class library, but am wondering if I should put it into IronPython.Modules. Are there any guidelines for this

[Ironpython-users] IronPython, Daily Digest 6/27/2011

2011-06-28 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] sys.version_info should be namedtuple (or similar) 2. [New issue] PEP 380: Syntax for Delegating to a Subgenerator 3. [Status update] 1.1.1: Creating an Int64 from a long los

[Ironpython-users] Assembly references: file does not exist?

2011-06-28 Thread Dave Peterson
Hello, I'm relatively new to IronPython and .Net, but reasonably familiar with Python. I'm trying to write a .py script to use one of my employer's .NET dlls but whenever I try to AddReferenceToFileAndPath() I get an error: IOError: System.IO.IOException: file does not exists: D:\path\