Quote:
Originally Posted by toancv
Hi Doitsu,
I tried many times but still could not succeed. Here is the error:
|
In the code that you posted there was a space before "
.py".
Code:
>>> "C:\Users\toancv\Downloads\Epub2azw3\converter .py"
You're also not supposed to open
converter.py from within the Python interpreter. Use the following command line:
Code:
"C:\Program Files\Sigil\python3.exe" "C:\Users\toancv\Downloads\Epub2azw3\converter.py"