Re: [Ironpython-users] Distributing apps

2012-03-05 Thread mchalkley
Monday, March 5, 2012, 8:11:18 AM, you wrote: > Sunday, March 4, 2012, 11:54:19 PM, you wrote: >> On Sun, Mar 4, 2012 at 6:35 PM, wrote: >>> I have one more question regarding deploying python apps. If I put the >>> python libraries I'm using (string, etc.) into a zip file, the app >>> doesn't

Re: [Ironpython-users] Distributing apps

2012-03-05 Thread mchalkley
Sunday, March 4, 2012, 11:54:19 PM, you wrote: > On Sun, Mar 4, 2012 at 6:35 PM, wrote: >> I have one more question regarding deploying python apps. If I put the >> python libraries I'm using (string, etc.) into a zip file, the app >> doesn't see it in the current working directory, for some rea

Re: [Ironpython-users] Distributing apps

2012-03-05 Thread Markus Schaber
Hi, Mark, Von: mchalk...@mail.com > I have one more question regarding deploying python apps. If I put the python > libraries I'm using (string, etc.) into a zip file, the app doesn't see it in > the current working directory, for some reason. > Since there's no PYTHONPATH on the target machine,

Re: [Ironpython-users] Distributing apps

2012-03-04 Thread Jeff Hardy
On Sun, Mar 4, 2012 at 6:35 PM, wrote: > I have one more question regarding deploying python apps. If I put the > python libraries I'm using (string, etc.) into a zip file, the app > doesn't see it in the current working directory, for some reason. > Since there's no PYTHONPATH on the target mach

Re: [Ironpython-users] Distributing apps

2012-03-04 Thread mchalkley
I really appreciate all the help getting the process of distributing a python app - I was able to get it working today, since RC 1 fixed the "Unexpected token " error. I have one more question regarding deploying python apps. If I put the python libraries I'm using (string, etc.) into a zip file,

Re: [Ironpython-users] Distributing apps

2012-03-02 Thread Jeff Hardy
On Fri, Mar 2, 2012 at 12:58 PM, wrote: > Well, when you or whoever finds time to document the process, could > you include something about that, too? If put some of the standard > library files, but omit others, I get a message telling me which ones > are missing, but if I include everything, I

Re: [Ironpython-users] Distributing apps

2012-03-02 Thread mchalkley
Friday, March 2, 2012, 12:57:46 PM, you wrote: > On Fri, Mar 2, 2012 at 9:33 AM, wrote: >> Ok, thanks - that got me a long ways past where I was. The exe that it >> builds doesn't include the standard python library stuff, like string, >> even though it's in an import statement. So do I have t

Re: [Ironpython-users] Distributing apps

2012-03-02 Thread Jeff Hardy
On Fri, Mar 2, 2012 at 9:33 AM, wrote: > Ok, thanks - that got me a long ways past where I was. The exe that it > builds doesn't include the standard python library stuff, like string, > even though it's in an import statement. So do I have to explicitly > include everything like that (datetime,

Re: [Ironpython-users] Distributing apps

2012-03-02 Thread mchalkley
Friday, March 2, 2012, 11:37:20 AM, you wrote: > On Fri, Mar 2, 2012 at 7:37 AM, wrote: >> Apologies in advance for the newbie question, especially if this has >> been covered 73 times already (I did spend a hour searching online and >> in the IPy documentation before resorting to this mailing l

Re: [Ironpython-users] Distributing apps

2012-03-02 Thread Slide
Do we currently have a wiki? On Fri, Mar 2, 2012 at 9:37 AM, Jeff Hardy wrote: > On Fri, Mar 2, 2012 at 7:37 AM, wrote: > > Apologies in advance for the newbie question, especially if this has > > been covered 73 times already (I did spend a hour searching online and > > in the IPy documentati

Re: [Ironpython-users] Distributing apps

2012-03-02 Thread Jeff Hardy
On Fri, Mar 2, 2012 at 7:37 AM, wrote: > Apologies in advance for the newbie question, especially if this has > been covered 73 times already (I did spend a hour searching online and > in the IPy documentation before resorting to this mailing list)... It does come up once in a while, and maybe s

[Ironpython-users] Distributing apps

2012-03-02 Thread mchalkley
Apologies in advance for the newbie question, especially if this has been covered 73 times already (I did spend a hour searching online and in the IPy documentation before resorting to this mailing list)... Is there a tutorial, overview, or how-to anywhere that describes how to distribute IronPyth