Re: [Ironpython-users] Startup performance

2012-03-16 Thread mchalkley
And to add to my previous message that it's about 5x faster via the ipy route: On my laptop, which is an i7 W7-64 machine with 16gb RAM & 256gb SSD, it opens in 1.5 sec or so (really too fast to accurately gauge) via ipy, while the exe requires more than 5 seconds... Mark Friday, March 16, 2012,

Re: [Ironpython-users] Startup performance

2012-03-16 Thread mchalkley
Title: Re: [Ironpython-users] Startup performance It's MUCH faster - seems to be about 5x faster, as an average, over 5 runs... Mark Friday, March 16, 2012, 12:12:23 PM, you wrote: How long does it take if you run in script form? Just wondering for comparison. slide On Fri, Mar 16, 2012

[Ironpython-users] Startup performance

2012-03-16 Thread mchalkley
Since the question of performance with regard to zipimport was just raised, it prompted me to ask a related question. I have a script that I've compiled to an console app exe, which retrieves some data from an SQL db, does quite a bit of simple analysis and produces some files containing the resut

Re: [Ironpython-users] IPY 2.7.2.1. Using pyc.py for standalone exe

2012-03-15 Thread mchalkley
Title: Re: [Ironpython-users] IPY 2.7.2.1. Using pyc.py for standalone exe Thursday, March 15, 2012, 3:49:36 AM, you wrote: I am not sure whether this should be expected to work or not, nor if I am using this correctly... I tried to generate a standalone exe for a tool I have (3 modules) bu

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-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 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 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

[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