Anyone know how to get WConio.putch() to properly put out a box drawing character to the screen in the while at a cmd prompt?   The code page is 437, but it when I tell it to put out 188, for example, it get a 1/4 character instead of the box drawing character.   <br>
<br>I am using WConio.putch(188)<br><br>I have it WConio through the whole 0 thru 256 range <br>import WConio<br>for i in range(0,257):<br>     WConio.putch(i)<br><br>and get:<br><br>♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !&quot;#$%&amp;&#39;()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂??????????????????<br>
?????????????? ¡¢£☼¥▌§&quot;cª«¬-r_°±²3&#39;µ¶·,1º»¼½_¿AAAAÄÅÆÇEÉEEIIIIDÑOOOOÖxOUUUÜY_ßàáâaäåæçèéêëìíîïdñòóôoö÷oùúûüy_ÿA<br><br>However if at the cmd prompt, out side of Python, I give it an Alt-188 I get the correct  ╝<br>
<br>Where am I going wrong?   <br><br>Thanks,<br>Bill Allen<br><br><br><br><br><div class="gmail_quote">On Mon, Dec 13, 2010 at 12:53 PM, Bill Allen <span dir="ltr">&lt;<a href="mailto:wallenpb@gmail.com">wallenpb@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Alan,<br><br>Oh wow!   I was not aware of the WConio module.   That is exactly what I have been needing!<br>
<br><br><br>Thanks,<br><font color="#888888">Bill Allen</font><div><div></div><div class="h5"><br><br><br><br><div class="gmail_quote">On Sun, Dec 12, 2010 at 6:49 PM, Alan Gauld <span dir="ltr">&lt;<a href="mailto:alan.gauld@btinternet.com" target="_blank">alan.gauld@btinternet.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><br>
&quot;Modulok&quot; &lt;<a href="mailto:modulok@gmail.com" target="_blank">modulok@gmail.com</a>&gt; wrote<br>
<br>
</div><div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
For more complex stuff, (think blue screens with little white boxes<br>
you press spacebar to activate. Kind of like an OS installer) I would<br>
look into the `curses` module in the standard library?<br>
</blockquote>
<br></div>
curses on Unix but its not in the std library for windows.<br>
<br>
I think there is a version you can download, and there are also<br>
libraries specifically for the PC terminal, one that I&#39;ve used<br>
successfully being Wconio, based on the Borland Turbo-C<br>
console I/O package conio.h.<br>
<br>
Conio is on Sourceforge.<br>
<br>
HTH,<div><br>
<br>
<br>
-- <br>
Alan Gauld<br>
Author of the Learn to Program web site<br>
<a href="http://www.alan-g.me.uk/" target="_blank">http://www.alan-g.me.uk/</a><br>
<br>
<br>
_______________________________________________<br></div><div><div></div><div>
Tutor maillist  -  <a href="mailto:Tutor@python.org" target="_blank">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>