Re: [Pythonmac-SIG] [py2app] No module named os

2010-08-23 Thread Dan Ross
Happy to try. Glad you got it sorted out. On Mon, 23 Aug 2010 15:39:17 -0700, Chris Weisiger wrote: That's odd. I get the "couldn't load module(s): P" but Y loads fine. These are legacy modules from a previous developer, and I generally try to avoid dealing with them. "Y" refers to either

Re: [Pythonmac-SIG] [py2app] No module named os

2010-08-23 Thread Chris Weisiger
That's odd. I get the "couldn't load module(s): P" but Y loads fine. These are legacy modules from a previous developer, and I generally try to avoid dealing with them. "Y" refers to either "usefulX.py" or "usefulX2.py", I'm not certain which. Both are in the Priithon directory. (Note that they are

Re: [Pythonmac-SIG] [py2app] No module named os

2010-08-23 Thread Dan Ross
Hmmm. I'm getting this when I try to run it from Terminal: dan-rosss-macbook-pro:editor dan$ python editor.py  * couldn't load module(s):    Y  P Traceback (most recent call last):   File "editor.py", line 7, in     import mainapp

Re: [Pythonmac-SIG] [py2app] No module named os

2010-08-23 Thread Chris Weisiger
I've put the program online here: http://derakon.dyndns.org/~chriswei/temp2/editor.tgz When run, it should show a large blank window with four icons in the upper-left corner. Thanks for being willing to take a look. -Chris On Sat, Aug 21, 2010 at 6:12 AM, Dan Ross wrote: > Hey Chris- > > Is