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 <module>
    import mainapp
  File "/Users/dan/Desktop/editor/mainapp.py", line 2, in <module>
    import demoframe
  File "/Users/dan/Desktop/editor/demoframe.py", line 6, in <module>
    import imeditpanel
  File "/Users/dan/Desktop/editor/imeditpanel.py", line 12, in <module>
    import realign
  File "/Users/dan/Desktop/editor/realign.py", line 8, in <module>
    from Priithon.all import F, Y
ImportError: cannot import name Y


Can you tell me what's supposed to be happening?

On 8/23/10 10:18 AM, Chris Weisiger wrote:
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 <d...@rosspixelworks.com> wrote:
Hey Chris-

Is the source available anywhere? I've made a few wx apps and that sounds familiar.

Dan


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to