Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 6.4.0 Python and termios: (2 Items)
   
6.4.0 Python and termios  
Hi:

Im running QNX6.4.0 and using Python. When I try to import termios I get a No module error. I seems that inclusion of 
termios is a compile option. 
Was it left out for some reason ? Is a copy available with it included? 
or
What was the makefile like, is there anything special that I should know in order to rebuild it ? 

Thanks,
Andy
Re: 6.4.0 Python and termios  
On Wed, Apr 08, 2009 at 09:54:46PM -0400, Andy Rhind wrote:
> Hi:
> 
> Im running QNX6.4.0 and using Python. When I try to import termios I get a No module error. I seems that inclusion of 
termios is a compile option. 
> Was it left out for some reason ? Is a copy available with it included? 
> or
> What was the makefile like, is there anything special that I should know in order to rebuild it ? 

The pkgsrc version brings termios in.  You'll have to build it
yourself but it should 'just work' on 6.4.0.  Please see the
pkgsrc project:

http://community.qnx.com/sf/projects/pkgsrc

In particular the bootstrap page:

http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/Bootstrap

-seanb