0

我尝试在 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中导入命名网络?

谢谢..!!

4

1 回答 1

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.py 为 Python 3.0
受让人做好准备:anandology
重要性:中等
里程碑:0.35
状态:已确认

于 2013-02-13T10:36:01.503 回答