nahamsec / JSParser

783 stars 178 forks source link

No module named javascript.options #16

Closed pwnedDesal closed 6 years ago

pwnedDesal commented 7 years ago

The installation did not succeed. I have got this error once I issue the installation command (python setup.py install)

File "/tmp/easy_install-DlECku/jsbeautifier-1.7.0/jsbeautifier/__init__.py", line 11, in <module>
ImportError: No module named javascript.options
nahamsec commented 6 years ago

Can you try the following commands:

sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssl-dev
git clone https://github.com/nahamsec/JSParser.git
cd JSParser*
python setup.py install

Let know if that help.