Hi Group, <br><br><pre><font size="4"><i>I have download pythonce source, and try to build</i><i> it</i><i> to generate CAB file</i><i>.<br><br>I have downloaded and installed all the below requirements which are mentioned in the readme-wince.txt.<br>
- Python 2.5 for Windows, installed on your PC<br>- Microsoft eMbedded Visual C++ 4.0 with Service Pack 4<br>- Pocket PC 2003 SDK<br><br>As per the readme.txt , i executed the scons cab, but i&#39;m getting the below errors.<br>
Please help me to resolve this.<br><br></i><b><i><br></i>&gt;&gt;<i> &gt; C:\Source\python-wince\PCbuild\WinCE&gt;scons<br></i>&gt;&gt;<i> &gt; scons: Reading SConscript files ...<br></i>&gt;&gt;<i> &gt; &lt;type &#39;exceptions.NameError&#39;&gt;: global name<br>
</i>&gt;&gt;<i> &#39;defpaths&#39;<br></i>&gt;&gt;</b><i><b> &gt; is not defined:</b><br><br><br>In the pythonce group some one has faced the same problem and reply was like this.<br></i><b>I got the same problem trying to compile PythonCE.<br>
I resolved it by creating en empty <strong>&#39;defpaths&#39;</strong> list on line 365 of msevc.py<br>and manually added &#39;include_path&#39;, &#39;lib_path&#39; and &#39;exe_path&#39; to it.</b><br><br>As per this suggestion, manually add the paths of what ??<br>
include_path = ??<br>lib_path = ??<br>exe_path = ??<br><br>Please help me .<br><br><br>Thanks, <br>Rajashekhar<br></font></pre><br>