Re: py2exe importing a package not in library.zip

2008-08-25 Thread mypetslug
On Aug 20, 4:48 pm, [EMAIL PROTECTED] wrote: > Hi, > I'm sorry if this has been asked before, but I can't seem to find an > answer to this anywhere and so far, trial and error hasn't gotten me > far either. > > Using python 2.4, I've created a testing application.  When the app > starts up, I do a

py2exe importing a package not in library.zip

2008-08-20 Thread mypetslug
Hi, I'm sorry if this has been asked before, but I can't seem to find an answer to this anywhere and so far, trial and error hasn't gotten me far either. Using python 2.4, I've created a testing application. When the app starts up, I do a [code]from tests import *[/code] and it looks at the /test