472,096 Members | 2,299 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

tokenize module after installation

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", line 278, in __init__
File "vgsveki.py", line 93, in kod
AttributeError: 'module' object has no attribute 'untokenize'
but before installation it works properly.
Regards,
Vedran

Aug 8 '07 #1
1 1232
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
Aug 9 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Stephen Ferg | last post: by
1 post views Thread by Andr? Roberge | last post: by
16 posts views Thread by qwweeeit | last post: by
4 posts views Thread by Kelvin | last post: by
20 posts views Thread by bubunia2000 | last post: by
1 post views Thread by Tim | last post: by
6 posts views Thread by thojens | last post: by
2 posts views Thread by askalottaqs | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.