Re: Issue 137 in labyrinth: ImportError: No module named utils

1 view
Skip to first unread message

codesite...@google.com

unread,
Nov 16, 2009, 7:30:56 AM11/16/09
to labyrin...@googlegroups.com

Comment #7 on issue 137 by eugfed: ImportError: No module named utils
http://code.google.com/p/labyrinth/issues/detail?id=137

The problem still persists when using Ubuntu 9.10.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

codesite...@google.com

unread,
Apr 25, 2010, 5:24:43 AM4/25/10
to labyrin...@googlegroups.com

Comment #8 on issue 137 by infilt87: ImportError: No module named utils
http://code.google.com/p/labyrinth/issues/detail?id=137

I installed python2.5 using ubuntu software installer... Works now. Try it?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "labyrinth-bugs" group.
To post to this group, send email to labyrin...@googlegroups.com.
To unsubscribe from this group, send email to labyrinth-bug...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/labyrinth-bugs?hl=en.

codesite...@google.com

unread,
Jun 1, 2010, 3:40:55 AM6/1/10
to labyrin...@googlegroups.com

Comment #9 on issue 137 by grundic: ImportError: No module named utils
http://code.google.com/p/labyrinth/issues/detail?id=137

I'm using Python 2.6.5 on Windows. Here an alternate solution:

import sys
import os
sys.path.insert(0, os.path.abspath("C:/Python26/Lib/"))
from email import utils


if __name__ == '__main__':
print "starting..."

Reply all
Reply to author
Forward
0 new messages