<br><br><div class="gmail_quote">On Mon, Dec 22, 2008 at 10:46 AM, KaZeR <span dir="ltr">&lt;<a href="mailto:kazer@altern.org">kazer@altern.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Arial">Woopsie. Looks like i sent a blank mail, 
apologies.</font></span></div>
<div dir="ltr" align="left"><span></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Arial">I tried it under windows : i had to create the app\log 
directory, or it would fail. ( <span><font size="2" color="#0000ff" face="Arial">IOError: [Errno 2] No such file or directory: 
&#39;D:\\OM\\om-manager_00.01.00.tar\\dist\\om-manager\\app\\log\\program.log&#39; 
</font></span>)</font></span></div>
<div dir="ltr" align="left"><span></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Arial">Now, it fails probably because of a path setting : 
ImportError: No module named wx</font></span></div>
<div dir="ltr" align="left"><span></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Arial">I have installed wxwidgets-2.8.9, from the MSI file. What 
did i miss? Looks like i need to export&nbsp; a path, but 
which?</font></span></div>
<div dir="ltr" align="left"><span></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Arial">Thanks in advance, this apps looks 
interesting!</font></span></div>
<div dir="ltr" align="left"><span></span> </div></div></blockquote><div><br>
<br>
First of all, there is wxWidgets (<a href="http://www.wxwidgets.org/">http://www.wxwidgets.org/</a>) and
wxPython (<a href="http://wxpython.org/">http://wxpython.org/</a>) wxPython is basically Python bindings
to wxwdgets (since wxWidgets is the C++ Library, it can&#39;t be used
directly by Python). So, if you have installed wxWidgets (that is C++
library), you should insall wxPython and should feel free to remove
wxWidgets (if You don&#39;t use it for something else, of course).<br>
<br>
If You have installed wxPython and have several Python versions
installed, you could check that you&#39;re installed wxPython for same
Python interpriter that you have in `PATH` (that python that is
executed by &#39;python&#39; command in shell).<br>
<br>
For my Windows installations I&#39;ve always used wxPython from installer andit worked fine.<br>
<br>
And thank You for report. Haven&#39;t checked this one. Fill fix soon
(0.1.1 will contain some fixes inspired by this mailing list plus
py2exe wrap of program itself).<br>
&nbsp;</div></div><br>