[IronPython] How do I set assembly information in IronPython?
Pigneri, Rocco
rpigneri at LavaStorm.com
Mon Jun 16 18:06:57 CEST 2008
I'm not sure if this is related at all, but since no one else has
replied, I thought that I would supply it in case it puts you on the
right path.
The Al.exe (the Assembly Linker) is a .NET tool that adds an assembly
manifest--a document that contains all the information that you are
concerned about--to a module, or an assembly without a manifest. You
can find the MSDN page here:
http://msdn.microsoft.com/en-us/library/c405shex.aspx
Again, this does seem a little tangential, but perhaps it will point you
in the right direction.
Rocco
-----Original Message-----
From: users-bounces at lists.ironpython.com
[mailto:users-bounces at lists.ironpython.com] On Behalf Of joeymcjoejoe
Sent: Saturday, June 14, 2008 8:41 PM
To: users at lists.ironpython.com
Subject: Re: [IronPython] How do I set assembly information in
IronPython?
Michael Foord-5 wrote:
>
>
> What error do you get on the other machine? Does the program work when
> run from source with IronPython on the other machine?
>
> Michael Foord
>
>
You got me to the answer. The source worked fine on the second machine,
so I
read through the Pyc readme again.
_Now_ I know what this line in the Pyc readme means:"The compiled
executables require the presence of IronPython.dll and IronMath.dll in
the
current directory." The _executable_ needs them. I thought it was just
when
making the executable that they needed to be present.
So that explains the following:
I was getting the "Error Signature" alert box with the usual "there was
some
unpleasantness..." if I ran it straight from the desktop. I popped it
into
my IronPython directory on the other machine it worked. Now I know why:
because the DLLs were in there.
Great! Now, back to the housekeeping part of my question. How do I get
Version, Creator, etc. into my app properly? I guess there's some kind
of
dynamic heady goodness going on, but "Version 0.0.0.0" looks a little
shaky.
--
View this message in context:
http://www.nabble.com/How-do-I-set-assembly-information-in-IronPython--t
p17828121p17845282.html
Sent from the IronPython mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
More information about the Ironpython-users
mailing list