我尝试在Windows -64bit上安装web.py -
我没有安装。
错误:“ImportError:没有名为'utils'的模块”
from __future__ import generators
import utils, db, net, wsgi, http, webapi, httpserver, debugerror
import template, form
import session
from utils import *
from db import *
from net import *
from wsgi import *
from http import *
from webapi import *
from httpserver import *
from debugerror import *
from application import *
from browser import *
try:
import webopenid as openid
except ImportError:
pass # requires openid module
我使用的是python3.3
错误的原因是我使用python3.3吗?
我尝试使用easy_install安装。
但又错了。
Easy_install是必需的python2.3。
所有问题都是python 3.3?
如何在python中导入命名的web?
谢谢.. !!
答案 0 :(得分:0)
据我所知,web.py不支持Python 3 +
https://groups.google.com/forum/?fromgroups=#!topic/webpy/Qa-U1kABk4w
毋庸置疑,我觉得还有很多工作要做,但这并非不可能。对维护者来说,你有没有计划转向Python 3?我很乐意帮助实现这一目标。
问题跟踪器:https://bugs.launchpad.net/webpy/+bug/277266
为web 3.0准备好web.py 受让人:anandology
重要性:中等 里程碑:0.35
状态:已确认