main logo
Subject: Re: [dabo-dev] Re: Re: Re: daboide Commit 584
Author: Ed Leafe
Posted: 2006/05/31 19:07:12
 
View Entire Thread
New Search


On May 31, 2006, at 7:37 PM, Jaime Mora Ramones wrote:

> ImportError: No module named tmp9rxzrw

Hmmm... ok, try this: modify dabo.lib.DesignerXmlConverter.py to add
these two lines before the compile step.

64 open("CLASSTEXT.py", "w").write(self.classText)
65
66 import sys
67 print "PATH", sys.path
68 compClass = compile(self.classText, "", "exec")
69 nmSpace = {}


Let me know what it prints out for the PATH statement.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com





 
©2006 Ed Leafe
<-- Prior Message New Search Next Message -->