Hello! Should generateds_gui work with Python 2.7? Currently I have
errors clearly showing the code is for Python 3:

$ generateds_gui.py
  File "/home/phd/.virtualenvs/ufod2py/bin/generateds_gui.py", line 1517
SyntaxError: Non-ASCII character '\xe2' in file 
/home/phd/.virtualenvs/ufod2py/bin/generateds_gui.py on line 1518, but no 
encoding declared; see http://python.org/dev/peps/pep-0263/ for details

$ generateds_gui
Traceback (most recent call last):
  File "/home/phd/.virtualenvs/ufod2py/bin/generateds_gui", line 6, in <module>
    from generateds_gui import main
  File "/home/phd/.virtualenvs/ufod2py/bin/generateds_gui.py", line 5, in 
<module>
    from configparser import ConfigParser
ImportError: No module named configparser

Should I try to fix that and send a pull request?

Oleg.
-- 
    Oleg Broytman            https://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to