[LIN] PY?
- Posted by David Cuny <dcuny at LANSET.COM> Oct 20, 2000
- 507 views
Kenneth Rhodes wrote: > Does Py run on Linux? I'm not currently running Linux on my box (I've temporarily replaced it with QNX), so I can't test this directly. Since it's a Linux vs. DOS issue, my guess is that the '\r' is causing you grief. This is bolstered bye fact that the command line version uses prompt_string(), and the file version uses gets(). You can try a couple things: 1. Go into OX_LEX.E, and add the '\r' to the whitespace string. That *should* take care of the problem. 2. Save the demo files in Linux format, without the '\r' character. Let me know if that takes care of it. Thanks! -- David Cuny