...and gm.py is careful to only use pty on Linux. On other platforms it has
the "import" statement but doesn't do anything with it.

What platform (operating system, Python version) is this happening on? In
my experience, gm.py works fine with the default Python installations on
recent-ish Linux, Mac, and Windows systems. I'd be happy to accept patches
to improve compatibility, as long as they're not too intrusive.


On Wed, Nov 28, 2018 at 9:59 AM Ben Noordhuis <i...@bnoordhuis.nl> wrote:

> On Wed, Nov 28, 2018 at 4:41 PM Osman Zakir <osmanzak...@gmail.com> wrote:
> > When I tried to run gm.py x64.release, I got an ImportError: No module
> named termios.  I then tried to do pip install termios, but that didn't
> work (error:  Could not find a version that satisfies the requirement
> termios (from versions: )
> > No matching distribution found for termios).  Someone please help me out
> here.
>
> termios is a core python module, i.e., it's built-in.
>
> gm.py doesn't use it directly but it does use the pty module (another
> built-in), which in turn uses termios. pty only works (reliably) on
> Linux.
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to