ned14 / pcpp

A C99 preprocessor written in pure Python
Other
220 stars 41 forks source link

missing folder pcpp/ply/ply #28

Closed Phillip-M-Feldman closed 5 years ago

Phillip-M-Feldman commented 5 years ago

When I ran python setup.py, I initially got the following error:

P:\Computer\Python\pcpp>python setup.py install running install running bdist_egg running egg_info writing pcpp.egg-info\PKG-INFO writing top-level names to pcpp.egg-info\top_level.txt writing dependency_links to pcpp.egg-info\dependency_links.txt writing entry points to pcpp.egg-info\entry_points.txt error: package directory 'pcpp/ply/ply' does not exist

I manually created the missing directory and ran setup.py, and it then appears to have worked.

ned14 commented 5 years ago

I've tested this, and not found a problem.

Were you using the git repo or something?

Phillip-M-Feldman commented 5 years ago

It has been a while, but I believe that I downloaded and expanded a .zip of the repo.