Re: [btqueue-users] cannot import name StringTypes - can't start btQueue
Status: Beta
Brought to you by:
xgie
From: Sugree P. <su...@hp...> - 2005-02-02 04:57:15
|
Oops! You are using too old python. It seems StringTypes only available in python 2.2 and later. Is it possible to upgrade python? By the way, I will catch this problem in next version to make it compatible with python 2.1. Sugree Phatanapherom su...@hp... Gerry wrote: > Hi guys, i'm trying to user your software but i can't start it > he says: > > bt@glie:~/btqueue$ ./btqueue.py scheduler > Traceback (most recent call last): > File "./btqueue.py", line 11, in ? > from BitQueue.optparse import OptionParser > File "./BitQueue/__init__.py", line 8, in ? > from types import StringType,StringTypes > ImportError: cannot import name StringTypes > > I think i miss some lib, but i don't know Python at all, so i'm not sure. > Python is 2.1.3, should i upgrade to a newer version? > |