Re: tokenize module after installation

2007-08-09 Thread Martin v. Löwis
> After installation my program that uses tokenize module,when I run > myprogram.exe (vgsveki.exe): > > AttributeError: 'module' object has no attribute 'untokenize' Perhaps you use the 2.4 version of tokenize.py here, which did not have untokenize. Regards, Martin -- http://mail.python.org/mai

tokenize module after installation

2007-08-08 Thread vedrandekovic
Hi, I have one more question about installation. After installation my program that uses tokenize module,when I run myprogram.exe (vgsveki.exe): Traceback (most recent call last): File "vgsveki.py", line 307, in kompajlati File "vgsveki.py", line 302, in kompajlati_proces File "vgsveki.py"