View Single Post
Old 01-24-2019, 04:40 AM   #25
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by toancv View Post
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"
Doitsu is offline   Reply With Quote