发布个python写的小软件 谷歌神器 HongX
Tofloor
poster avatar
val95
deepin
2014-07-27 05:55
Author
HongX_1.0_linux.tar.gz
解压到目录 然后在终端输入 python  [解压的目录]\HongX.pyw
就可以运行了。
1.jpg
2.jpg
Reply Favorite View the author
All Replies
ArthurDeepin
deepin
2014-07-27 05:59
#1
系统的界面好漂亮~~~!!!
Reply View the author
Bluek404
deepin
2014-07-27 06:02
#2
系统的界面好漂亮~~~!!!
不是unity换了白色主题然后隐藏了左边任务栏么……
Reply View the author
136******54
deepin
2014-08-05 22:09
#3
这个软件是干啥的?
Reply View the author
Guumi
deepin
2015-06-17 06:09
#4
➜  ~  python '/home/guumi/HongX_1.0/HongX.pyw'
Traceback (most recent call last):
  File "/home/guumi/HongX_1.0/HongX.pyw", line 94, in
    creatWin()
  File "/home/guumi/HongX_1.0/HongX.pyw", line 77, in creatWin
    img =Tkinter.PhotoImage(file='googlelogo.gif')
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 3329, in __init__
    Image.__init__(self, 'photo', name, cnf, master, **kw)
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 3285, in __init__
    self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't open "googlelogo.gif": no such file or directory
➜  ~  


这时什么问题啊?!
Reply View the author
rekols
deepin
2015-06-22 00:32
#5
https://bbs.deepin.org/post/23550
➜  ~  python '/home/guumi/HongX_1.0/HongX.pyw'
Traceback (most recent call last):
  File "/home/gu ...

没有googlelogo.gif文件,必须把这个文件和HongX.pyw放在同一个文件夹内
Reply View the author
ypsjd
deepin
2015-06-23 19:02
#6
就是更新了一个goodip.txt文件,然后呢,怎么翻墙
Reply View the author
Guumi
deepin
2015-06-23 23:12
#7
https://bbs.deepin.org/post/23550
没有googlelogo.gif文件,必须把这个文件和HongX.pyw放在同一个文件夹内

直接解压缩的,是在同一个文件夹下
Reply View the author
isunny
deepin
2015-06-24 04:32
#8
https://bbs.deepin.org/post/23550
➜  ~  python '/home/guumi/HongX_1.0/HongX.pyw'
Traceback (most recent call last):
  File "/home/gu ...

需要先   cd   /Users/x/HongX_1.0_linux     //需要先  终端 cd  进入HongX_1.0_linux  

然后再运行    python HongX.pyw    就可以了
Reply View the author
Guumi
deepin
2015-07-02 18:01
#9
https://bbs.deepin.org/post/23550
需要先   cd   /Users/x/HongX_1.0_linux     //需要先  终端 cd  进入HongX_1.0_linux  

然后再运行    ...

好的,谢谢!等下我试试!
另:如果我直接 python /Users/x/hongx_1.0_linux/hongx.pyw  是否也是可行的???
Reply View the author
Comments
isunny
2015-07-17 18:36
应该是不可行的
36******12@qq.com
deepin
2016-04-30 01:28
#10
这个报错怎么解决啊
python ./HongX.pyw
Traceback (most recent call last):
  File "./HongX.pyw", line 2, in
    import os,urllib2,webbrowser,telnetlib,Tkinter,thread,webbrowser
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 42, in
    raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: No module named _tkinter, please install the python-tk package
Reply View the author