Skip to content

"No module named lex" error #4

@tomelabs

Description

@tomelabs

Hi There,

This is a great project, thanks for putting it together.
I'm having an error when trying to run the hello.py script from my (windows) python 2.7.x instance:

C:\Python27\python.exe hello.py
Traceback (most recent call last):
  File "hello.py", line 2, in <module>
    from PyZ3950 import zoom
  File "C:\Python27\lib\site-packages\PyZ3950\zoom.py", line 73, in <module>
    from PyZ3950 import ccl
  File "C:\Python27\lib\site-packages\PyZ3950\ccl.py", line 124, in <module>
    import lex
ImportError: No module named lex

any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions