pyjaco icon indicating copy to clipboard operation
pyjaco copied to clipboard

PyPI package doesn't contain stdlib?

Open lihaoyi opened this issue 12 years ago • 0 comments

So I'm pulling pyjaco 1.0.0 off of PyPI, and getting this:

- pyjaco
  - compiler
    - __init__.py
    - javascript.py
    - multiplexer.py
    - python.py
  - __init__.py
  - decorator.py
  - formater.py

Notably, the stdlib/ folder seems to be missing, and i seem to need it to run scripts that are compiled by Pyjaco. Is there any reason it's missing?

lihaoyi avatar May 15 '13 02:05 lihaoyi