由买买提看人间百态

topics

全部话题 - 话题: tkinter
1 (共1页)
m******u
发帖数: 12400
1
来自主题: Programming版 - why I can not import Tkinter?
还是不行,import哪行没出错提醒,下面调用,出现出错提示,‘tkinter (tk) is
not defined’ NameError。
>>> from tkinter import *
>>> top = tkinter.tk()
Traceback (most recent call last):
File "", line 1, in
NameError: name 'tkinter' is not defined
>>>
m******u
发帖数: 12400
2
来自主题: Programming版 - why I can not import Tkinter?
Is Tkinter standard for python? Why I have error saying "No Tkinter module"
?
B*****g
发帖数: 34098
3
来自主题: Programming版 - why I can not import Tkinter?
3.0?
try:
# for Python2
from Tkinter import *
except ImportError:
# for Python3
from tkinter import *

module"
B*****g
发帖数: 34098
4
来自主题: Programming版 - why I can not import Tkinter?
from tkinter import *
top = Tk()

is
w*x
发帖数: 518
5
对于自用的简单界面,tkinter就可以了,简洁快速。
科学计算里面Qt用得更多一些。
i*****f
发帖数: 578
6
来自主题: _Python版 - Declarative GUI for Tkinter
Is there any declarative GUI framework based on Tkinter? Like WPF+ZAML.
g****g
发帖数: 1828
7
error message is like this. i don't know if it's due the path incorrect.
just a guess.
$ topdrawer.py tutorial.tex
Traceback (most recent call last):
File "/usr/local/bin/topdrawer.py", line 33, in
main(sys.argv[1:])
File "/usr/local/bin/topdrawer.py", line 5, in main
import td.ui
File "/usr/local/lib/python2.6/dist-packages/td/ui.py", line 4, in
import Tkinter as tk
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 42, in
raise ImportError, str
r*****3
发帖数: 143
8
中文名: Python编程(第4版) 涵盖Python3.X
原名: Programming Python, 4th edition
作者: Mark Lutz
图书分类: 软件
资源格式: PDF
版本: 英文文字版/更新EPUB版本/更新源代码
出版社: O'Reilly
书号: 978-0596158101
发行时间: 2011年
地区: 美国
语言: 英文
简介:
内容简介:
If you've mastered Python’s fundamentals, you're ready to start using it to
get real work done. Programming Python will show you how, with in-depth
tutorials on the language's primary application domains: system
administration, GUIs, and the Web. You'll also explore how Python is used in
databases, networ... 阅读全帖
k*****u
发帖数: 1688
9
大家好,在下有一个问题想请教大家,请多多指教:
我们现在用python开发了一个模型给别人用,直接给code对方用起来会很复杂,也不方
便。现在想了这么两个办法来做:
1:做成gui。对方按照给定的格式准备好数据(比如excel)文件,然后点击gui按钮上
传数据。最后pop out结果(也是excel或者csv)。这样他们用起来方便。打算用
tkinter实现这样的功能。请问这样可行么?或者能否请大家介绍一些tkinter的实例参
考一下?
2:做成online的。也就是把gui换成了网页。对方直接从我们的网页上传数据,算完以
后,再弹出结果给他们。这样的有没有什么参考的网页?
多谢帮忙。
p*******n
发帖数: 6
10
We are looking for a summer intern working on the analysis of massive amount
of time series data. The ideal candidate should be good at Python
programming with working experiences in Numpy/Pandas/Scikit-learn/Tkinter
modules. He should currently be a Ms or PhD student in a good school in USA.
Detailed information about internship at NEC labs can be found at
http://www.nec-labs.com/careers/internship.php
if you are interested, please send your resume to z**********[email protected]
p*******n
发帖数: 6
11
We are looking for a summer intern working on the analysis of massive amount
of time series data. The ideal candidate should be good at Python
programming with working experiences in Numpy/Pandas/Scikit-learn/Tkinter
modules. He should currently be a Ms or PhD student in a good school in USA,
Detailed information about internship at NEC labs can be found at
http://www.nec-labs.com/careers/internship.php
if you are interested, please send your resume to z**********[email protected]
d**********o
发帖数: 1321
12
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
实习(47)
那个周是我们学校开学前的最后一周,也是纠缠不清的。因为上一个周五的时候我已经
同C打好招呼,希望她能帮我想想、同上级沟通一下看自己能否再多工作一个周,于是A
周一不在、VDBench那个周和接下来的一周(实习的最后两周)就成了地震多发地带。
我自己另一方面也同学校联系,学校那边我需要做的工作是,先同导师联系,取得系里
同意,再取得学校IPO国际学生办公室里的同意,更新I-20;但因为新生开学,学校IPO
很忙,所以我一直还没有拿到新的I-20。
这或许也是A周四傍晚不肯给我新项目的一个原因吧。但他还是信任我的,周五的早上
我去找他,老实交待昨晚的罪行后,就真的给了我我的新项目:Windows系统下,用
python 2.7.5的Tkinter module从可选择的地址路径中选择多个源文件,从源文件中选
择两个变量,再plugin我之前overlap的程序,将比如说5个文件中的x, y变量的数据显
示到一个统计图中。 题 目是mentor出的,思路都是自己的,这次的代码可是要自己一
行一行地去敲的!可是A已经给了我新项目,我还是很开心的。
d**********o
发帖数: 1321
13
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
实习(47)
那个周是我们学校开学前的最后一周,也是纠缠不清的。因为上一个周五的时候我已经
同C打好招呼,希望她能帮我想想、同上级沟通一下看自己能否再多工作一个周,于是A
周一不在、VDBench那个周和接下来的一周(实习的最后两周)就成了地震多发地带。
我自己另一方面也同学校联系,学校那边我需要做的工作是,先同导师联系,取得系里
同意,再取得学校IPO国际学生办公室里的同意,更新I-20;但因为新生开学,学校IPO
很忙,所以我一直还没有拿到新的I-20。
这或许也是A周四傍晚不肯给我新项目的一个原因吧。但他还是信任我的,周五的早上
我去找他,老实交待昨晚的罪行后,就真的给了我我的新项目:Windows系统下,用
python 2.7.5的Tkinter module从可选择的地址路径中选择多个源文件,从源文件中选
择两个变量,再plugin我之前overlap的程序,将比如说5个文件中的x, y变量的数据显
示到一个统计图中。 题 目是mentor出的,思路都是自己的,这次的代码可是要自己一
行一行地去敲的!可是A已经给了我新项目,我还是很开心的。
t******a
发帖数: 1200
14
原创,客户端GUI是用 Python 的 tkinter 用两个小时时间写出来的,比较
简陋,但优点是跨平台,可以在一切安装了 Python 的 OS, 比如 Windows XP/
Vista/7, Linux, Mac OS X, BSD 上运行.
从如下连接下载程序到本地后直接运行即可。 短期内会推出基于 Browser/AJAX,
可在 iPhone, Android 上运行的版本.
http://cwritepad.appspot.com/public/cwritepad.py
服务器端基于 Google Application Engine. 想了解如何调用识别服务,请查看
cwritepad.py 的源代码。
更新:
不需要下载任何东西,直接在浏览器里书写的 AJAX 版本
http://cwritepad.appspot.com/public/cwritepad.html
谢谢.
补充说明 -
1. 看回帖似乎很多用户不知道如何运行下载下来的 cwritepad.py 现简要说明如下
Windows 用户请通过如下链接下载并安装 Python, 然后双击 cwritep
r*******n
发帖数: 3020
15
试用了下非常不错。
顺便,我用xubuntu9.04 tkinter需要自己安装。
M*********9
发帖数: 15637
16
我这就去下个2。7。 我要作图, 是下Tkinter就行了么? 谢谢啊。。。
r******2
发帖数: 754
17
没人开金口,那我来抛一抛吧。
Perl主要用于数据处理。这主要归于它强大的模式匹配功能。当然CGI,网页调用这方
面,也常用,不太熟。
Python功能最为强大,可以说集中了所有语言的优点,如perl的模式匹配,C++的类,
MATLAB的矩阵处理,TCL/Tk的GUI,SAS的统计等。但每一方面都不如这些(TCL/TK的
GUI除外,自我觉得,python的list,tuple,map功能相当强大)。当然,还有很多的高
级widgets都是python的优点。python速度较慢。
Tcl/Tk是界面的基础。象python里的Tkinter都是建立在tk的基础上的。其它本人用的
很少。总而言之,tcl是基础。
曾比较过速度,perl较python快些。当然这些都没法与C++或Java比。
h***z
发帖数: 233
18
来自主题: Programming版 - Python的开发环境和GUI开发工具
For fast development of a simple GUI, use Tkinter. For developing more
complicated stuff, use wxPython, PyQt, or PyGtk
i*****f
发帖数: 578
19
来自主题: Programming版 - 欢迎加入俱乐部python
thx!
I myself use vim. If you prefer an IDE, you could first try IDLE, which coms
with the official python distribution. it is written in TKinter, running
everywhere. Syntax highlighting, debugging, intellisense, etc.
it looks like this:
http://en.wikipedia.org/wiki/IDLE_(Python)
b****n
发帖数: 18
20
来自主题: Programming版 - 关于python GUI开发
手上有一个写好的python程序,可命令行使用,但还是想做一个跨平台GUI,能把所有
功能binding起来。
于是顺着wiki的指导看了一圈,以及各种坛子上的评论,却大大地失望。
tkinter,实在是丑的恶心,一眼看去就没有了任何折腾的冲动。
wxPython,号称最成熟并且license友好,外观上稍微好了那么丁一点儿,但是出现在
win7或ubuntu的桌面上,显然也已经丑得不搭了。而且目前还不支持python3。
pyqt,外观上比前面两个算是上了一个数量级,但一有license的问题,二来不知为何在
win6 64位下总是报dll error。
pyside,似乎已经挂了。
正在看py2web,觉得思路很新颖,但和我期望的又有偏差。似乎他们想整成个系统的
cms,但对一般使用来说,就需要一个事件驱动型的简易界面交互,而py2web已经过于
庞大臃肿了。
唉,不禁妄想,要是python能有个actionscript的gui库,那可就舒坦多了。
请各位大牛分享下您的相关经验。谢谢。
b****n
发帖数: 18
21
来自主题: Programming版 - 关于python GUI开发
手上有一个写好的python程序,可命令行使用,但还是想做一个跨平台GUI,能把所有
功能binding起来。
于是顺着wiki的指导看了一圈,以及各种坛子上的评论,却大大地失望。
tkinter,实在是丑的恶心,一眼看去就没有了任何折腾的冲动。
wxPython,号称最成熟并且license友好,外观上稍微好了那么丁一点儿,但是出现在
win7或ubuntu的桌面上,显然也已经丑得不搭了。而且目前还不支持python3。
pyqt,外观上比前面两个算是上了一个数量级,但一有license的问题,二来不知为何在
win6 64位下总是报dll error。
pyside,似乎已经挂了。
正在看py2web,觉得思路很新颖,但和我期望的又有偏差。似乎他们想整成个系统的
cms,但对一般使用来说,就需要一个事件驱动型的简易界面交互,而py2web已经过于
庞大臃肿了。
唉,不禁妄想,要是python能有个actionscript的gui库,那可就舒坦多了。
请各位大牛分享下您的相关经验。谢谢。
w**********1
发帖数: 130
22
来自主题: Programming版 - Python is easy and not easy
Easy part: syntax, basic logic and concept
Not easy part: Lambda, function closure, decorator, iterator, reflection,
generator and yield, coroutines, etc
Easy part: Tkinter
Not easy part: wxpython, pyqt
Easy part: django ORM
Not easy part: SQLAlchemy
Those are just my 2 cents.
p*******n
发帖数: 6
23
We are looking for a summer intern working on the analysis of massive amount
of time series data. The ideal candidate should be good at Python
programming with working experiences in Numpy/Pandas/Scikit-learn/Tkinter
modules. He should currently be a Ms or PhD student in a good school in USA.
Detailed information about internship at NEC labs can be found at
http://www.nec-labs.com/careers/internship.php
if you are interested, please send your resume to z**********[email protected]
m******u
发帖数: 12400
24
来自主题: Programming版 - why I can not import Tkinter?
thanks, no error.
m******u
发帖数: 12400
25
来自主题: Programming版 - why I can not import Tkinter?
Thanks!
m******u
发帖数: 12400
26
来自主题: Programming版 - why I can not import Tkinter?
kao,我读的python tutorial是最新版的,里面的例子怎么不能运行?太tmd坑人了。
c********1
发帖数: 5269
27
来自主题: Programming版 - why I can not import Tkinter?
Did you build python from source code files? What OS does python run on?
I saw that error when I built python from source on linux.
The error gone after I resolved build errors.

module"
l**********n
发帖数: 8443
28
来自主题: Programming版 - why I can not import Tkinter?
python和ruby这些语言就是渣,不适合新人学。php糙快猛,学好了就可以找活干。
c********1
发帖数: 5269
29
来自主题: Programming版 - why I can not import Tkinter?
It is aslo a big effort if you build php from source files.
m******2
发帖数: 564
30
用过R,现在赶流行用Python
但是感觉都很混蛋:
自己的主程序只保留所谓的最基本功能
稍微复杂点的都要靠加盟包来完成
也就是像苹果那样,自己只管核心,然后生产和部件什么都外包
结果是啥呢? 哪个部件出问题,还得去找生产它的小厂子
例如Excel:
我就读写个Excel文件,R和Python这两大开源竟然都必须让我下载外接的加盟包
然后各种包,Python竟然还搞出了几个特化的包,xlrd, xlwt是读写xls的,而
xsWriter是只能输出xlsx的,搞得居然还不如R的XLConnect好用
还有Python的GUI也是一大奇葩,Tkinter那么石器时代但是Python就是护犊子,然后QT
系的PyQT最热门,官方没有好文档还靠编者自己出本书
请问大家都是如何发现及学习这些 加盟包 的,我看Python教程已经浪费了太多时间。
m******2
发帖数: 564
31
用过R,现在赶流行用Python
但是感觉都很混蛋:
自己的主程序只保留所谓的最基本功能
稍微复杂点的都要靠加盟包来完成
也就是像苹果那样,自己只管核心,然后生产和部件什么都外包
结果是啥呢? 哪个部件出问题,还得去找生产它的小厂子
例如Excel:
我就读写个Excel文件,R和Python这两大开源竟然都必须让我下载外接的加盟包
然后各种包,Python竟然还搞出了几个特化的包,xlrd, xlwt是读写xls的,而
xsWriter是只能输出xlsx的,搞得居然还不如R的XLConnect好用
还有Python的GUI也是一大奇葩,Tkinter那么石器时代但是Python就是护犊子,然后QT
系的PyQT最热门,官方没有好文档还靠编者自己出本书
请问大家都是如何发现及学习这些 加盟包 的,我看Python教程已经浪费了太多时间。
i**a
发帖数: 127
32
rt
谢谢
m***i
发帖数: 2480
33
现在流行的是web ui,建议不用python ui
O***b
发帖数: 104
34
我用的是pyQt,科学计算时候的 dashboard
m*********r
发帖数: 119
35
不用 有点烂
m*****n
发帖数: 3575
36
来自主题: Programming版 - 和 R shiny 类似的Python 框架
我想你问的核心是网络客户端如何建立
python对于图形界面,有qt与gtk,简陋的有tkinter
而网络通信,是比较复杂的部分。因为要架设服务器,要通信协议,要多线程,还要线
程间通信。一整套东西需要自己编的。
我很惊讶R竟然把这个整合到一个shiny了?
g****t
发帖数: 31659
37
来自主题: Programming版 - python debug using clipboard
(1) Best clipboard code
Tkinter的clipboard最好用
(2)
Notepad++
可以view clipboard history
我现在就是在要debug的地方插入clipboard append,
然后看history
very convenient.
TODO: work on Emacs' kill-ring and windows' system clipboard.
The relationship looks very complicate.
p*******n
发帖数: 6
38
We are looking for a summer intern working on the analysis of massive amount
of time series data. The ideal candidate should be good at Python
programming with working experiences in Numpy/Pandas/Scikit-learn/Tkinter
modules. He should currently be a Ms or PhD student in a good school in USA.
Detailed information about internship at NEC labs can be found at
http://www.nec-labs.com/careers/internship.php
if you are interested, please send your resume to z**********[email protected]
i*****f
发帖数: 578
39
来自主题: _Python版 - python有好的免费Linux IDE么?
thx!
I myself use vim. If you prefer an IDE, you could first try IDLE, which coms
with the official python distribution. it is written in TKinter, running
everywhere. Syntax highlighting, debugging, intellisense, etc.
it looks like this:
http://en.wikipedia.org/wiki/IDLE_(Python)
i*****f
发帖数: 578
40
来自主题: _Python版 - python有好的免费Linux IDE么?
thx!
I myself use vim. If you prefer an IDE, you could first try IDLE, which coms
with the official python distribution. it is written in TKinter, running
everywhere. Syntax highlighting, debugging, intellisense, etc.
it looks like this:
http://en.wikipedia.org/wiki/IDLE_(Python)
S***w
发帖数: 1014
41
来自主题: _Python版 - Declarative GUI for Tkinter
no idea
1 (共1页)