Yurdik Cervantes

Results 7 comments of Yurdik Cervantes

> PS2. `-e` can still be used in another requirements file like `test-requirements.txt` or `dev-requirements.txt` used solely in development but not when `sam build` rolls over the project. I would...

Unfortunately this solution only clones the presentation of the document. The document is rebuilt, [loosing the past document versions](http://stackoverflow.com/questions/39597772/how-to-append-content-to-a-pdf-using-pypdf2-and-preserve-the-past-versions). A very useful clone will be a raw clone byte by...

Anyway, now it works. Thanks. :-) Step by step... Any plan to review / merge this change ?

I had the same problem. Installing those two packages. the error is gone during the setup. But then I receive this error while processing specific .java files: ``` python File...

I did solve the problem installing the last version: ``` bash > mkvirtualenv j2p > pip install http://antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz > git clone https://github.com/natural/java2python.git > pip install -e java2python ``` and then...

> python j2py \Mac\Home\Downloads\MonkeyCreateScript-master\MonkeyCreateScript\src\com\jikexueyuan\EventModel.java > python: can't open file 'j2py': [Errno 2] No such file or directory try to remove `python` from the command line. Or use `python -m` to...

I have tried to fix it in that pull-request. Useful references : - http://stackoverflow.com/questions/15422527/best-practices-how-do-you-list-required-dependencies-in-your-setup-py - http://stackoverflow.com/a/33685899/469294