Letractively / golismero

Automatically exported from code.google.com/p/golismero
0 stars 0 forks source link

Error Executing GoLISMERO_last #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1 - Running script "GoLismero.py" included in the last version.
2 - Output a error message.

What is the expected output? What do you see instead?
C:\Python25>python.exe GoLISMERO2\GoLismero.py -t www.eltiempo.com
Traceback (most recent call last):
 File "GoLISMERO2\GoLismero.py", line 23, in <module>
   from libs.updater import *
 File "C:\Python25\GoLISMERO2\libs\updater.py", line 2, in <module>
   from io import *
ImportError: No module named io

Original issue reported on code.google.com by ing.lind...@gmail.com on 16 Nov 2011 at 3:55

GoogleCodeExporter commented 8 years ago
Issue 9 has been merged into this issue.

Original comment by garcia.g...@gmail.com on 16 Nov 2011 at 4:11

GoogleCodeExporter commented 8 years ago
If you run script as: "C:\Python25\GoLISMERO2>..\python.exe GoLismero.py -t 
www.eltiempo.com" do you have same error?

Original comment by garcia.g...@gmail.com on 16 Nov 2011 at 4:12

GoogleCodeExporter commented 8 years ago
get the following error

C:\Python25\GoLISMERO2>python.exe GoLismero.py -t www.eltiempo.com
"python.exe" not recognized as an internal or external command,
program or batch file.

Original comment by ing.lind...@gmail.com on 16 Nov 2011 at 4:19

GoogleCodeExporter commented 8 years ago
Yo're forget "..\" before "python.exe"

Original comment by garcia.g...@gmail.com on 16 Nov 2011 at 4:21

GoogleCodeExporter commented 8 years ago
Receive the same error:

C:\Python25\GoLISMERO2>c:\Python25\python.exe GoLismero.py -t www.eltiempo.com
Traceback (most recent call last):
  File "GoLismero.py", line 23, in <module>
    from libs.updater import *
  File "C:\Python25\GoLISMERO2\libs\updater.py", line 2, in <module>
    from io import *
ImportError: No module named io

Remember that i�m use Windows XP

Original comment by ing.lind...@gmail.com on 16 Nov 2011 at 4:27

GoogleCodeExporter commented 8 years ago
If you execute it from other location, you obtain the same error?

Original comment by garcia.g...@gmail.com on 16 Nov 2011 at 6:22

GoogleCodeExporter commented 8 years ago
Yes, obtain the same error

Original comment by ing.lind...@gmail.com on 16 Nov 2011 at 6:53

GoogleCodeExporter commented 8 years ago
Out-of-the box Python 2.7.2 installation in Windows tested using 
http://golismero.googlecode.com/files/GoLISMERO_last.zip and works fine.

Original comment by he...@nerv.fi on 17 Nov 2011 at 8:01

GoogleCodeExporter commented 8 years ago
I actually executed: "C:\Program\ Files\Python\2.7.2\python.exe" GoLismero.py 
-t www.nerv.fi

Original comment by he...@nerv.fi on 17 Nov 2011 at 8:02

GoogleCodeExporter commented 8 years ago
I already worked in version 2.7, please inform the community GoLISMERO
works from Python 2.7

Original comment by ing.lind...@gmail.com on 18 Nov 2011 at 2:38

GoogleCodeExporter commented 8 years ago
Garcia please update gatting started guide and first page with information that 
Golismero has been tested with 2.7.x Python in Linux and Windows. Older 
versions are not supported at the moment, which we obviously might want to fix.

Original comment by he...@nerv.fi on 15 Jan 2012 at 1:01