View Single Post
Old 11-20-2012, 02:26 PM   #6
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
If I understand correctly, you are not invoking python, but simply calling "penelope.py" that your Windows shell opens as a text file.

Assuming you added the python bin to your $PATH***, try cd to that directory and then:

Code:
python penelope.py -p English-German -f en -t de
as written in http://www.albertopettarin.it/penelope.html. Note that you must set "de" as the "to" language, if your dictionary is indeed from English to German.



*** To test whether you added python to your $PATH, try opening the interactive console:
Code:
python
(you can exit writing "quit()" --- without quotes )

Last edited by AlPe; 11-20-2012 at 02:28 PM.
AlPe is offline   Reply With Quote