-
Notifications
You must be signed in to change notification settings - Fork 541
No module named 'enjarify' #13
Comments
Did you set PYTHONPATH correctly? |
PYTHONPATH needs to be set to the location where Enjarify is. If you used On Wed, Oct 28, 2015 at 1:24 AM, liboLiao notifications@github.com wrote:
|
There is the same problem. Have you solved it? |
For anyone have the same problem,the python embed before version |
I used the python-3.5.0-embed-amd64.zip to excute,because no 'python3' command in it, so edited the second line in 'enjarify.bat' file------'python -O -m enjarify.main %*'
and the result is below:
...\python-3.5.0-embed-amd64\python.exe: Error while finding spec for 'enjarify.main' (<class 'ImportError'>: No module named 'enjarify')
The text was updated successfully, but these errors were encountered: