Results 1 to 3 of 3

Thread: Petclinic sample on windows: No module named termios

  1. #1
    Join Date
    Mar 2007
    Posts
    8

    Default Petclinic sample on windows: No module named termios

    Hi. I just saw the blog post regarding Spring Python 1.2 RC1 and thought I would take a look at one of the sample applications. Admittedly I don't have any Python background at all, just wanted to take a look at how a Python web app works (I have experience with Spring/Java webapps).

    Anyway... I managed to download Python 2.6 (Windows), and installed the prerequisite modules (cherypy, paste, pyro, setuptools). However, I get the following error when trying to run this command "python configure.py":

    Code:
    c:\Python26\Lib\site-packages\petclinic>python configure.py
    Traceback (most recent call last):
      File "configure.py", line 18, in <module>
        import termios
    ImportError: No module named termios
    After a bit of reading, I found out that the termios module seems to be only available on Unix - is there anyway to get petclinic working on windows?

  2. #2
    Join Date
    Apr 2012
    Posts
    1

    Default

    i. I just saw the blog post regarding Spring Python 1.2 RC1 and thought I would take a look at one of the sample applications. Admittedly I don't have any Python background at all, just wanted to take a look at how a Python web app works (I have experience with Spring/Java webapps).

  3. #3
    Join Date
    Aug 2012
    Posts
    1

    Default

    I face the same problem.
    Anyone could give some advice?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •