neo-nie / pynsource

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

tokenize.Token error #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Try to import recursive a python file that appears empty with import.  [File 
lives in a multi- program directory program environment]
2. console displays cryptic error message about 'EOF in multiline statement
3.

What is the expected output? What do you see instead?
expect import of python file or explanation
instead get nothing from GUI interface and console cryptic message 

What version of the product are you using? On what operating system?
pynsource gui 1.51

Please provide any additional information below.
file for import attached

Console message:
Importing...
['C:\\MakeHuman-py\\makehuman.py']
_Process C:\MakeHuman-py\makehuman.py
Import - Done.
Importing...
['C:\\MakeHuman-py\\makehuman.py']
['C:\\MakeHuman-py\\BaerCopy2Blender.bat', 'C:\\MakeHuman-py\\cleannpz.bat', 
'C:\\MakeHuman-py\\cleannpz.sh', 'C:\\MakeHuman-py\\cleanpyc.ba
t', 'C:\\MakeHuman-py\\cleanpyc.sh', 'C:\\MakeHuman-py\\compile_models.py', 
'C:\\MakeHuman-py\\compile_targets.py', 'C:\\MakeHuman-py\\compr
essTargetsASCII.py', 'C:\\MakeHuman-py\\copy2blender.bat', 
'C:\\MakeHuman-py\\license.txt', 'C:\\MakeHuman-py\\main.c', 
'C:\\MakeHuman-py\\m
akehuman', 'C:\\MakeHuman-py\\makehuman.py', 'C:\\MakeHuman-py\\makehuman.rc', 
'C:\\MakeHuman-py\\makehuman.spec', 'C:\\MakeHuman-py\\makehu
man.svg', 'C:\\MakeHuman-py\\r6044 clothes crash3.zip', 
'C:\\MakeHuman-py\\SConstruct', 'C:\\MakeHuman-py\\setup.nsi']
_Process C:\MakeHuman-py\BaerCopy2Blender.bat
_Process C:\MakeHuman-py\cleannpz.bat
_Process C:\MakeHuman-py\cleannpz.sh
_Process C:\MakeHuman-py\cleanpyc.bat
_Process C:\MakeHuman-py\cleanpyc.sh
_Process C:\MakeHuman-py\compile_models.py
_Process C:\MakeHuman-py\compile_targets.py
_Process C:\MakeHuman-py\compressTargetsASCII.py
_Process C:\MakeHuman-py\copy2blender.bat
_Process C:\MakeHuman-py\license.txt
Traceback (most recent call last):
  File "pyNsourceGui.py", line 1206, in RecursivePathImport
  File "pyNsourceGui.py", line 642, in Go
  File "pyNsourceGui.py", line 502, in _Process
  File "pynsource.pyc", line 577, in Parse
  File "pynsource.pyc", line 96, in Parse
  File "pynsource.pyc", line 89, in _ReadAllTokensFromFile
  File "tokenize.pyc", line 352, in generate_tokens
tokenize.TokenError: ('EOF in multi-line statement', (301, 0))

Original issue reported on code.google.com by rwb...@gmail.com on 5 Oct 2013 at 7:32

Attachments: