Code Monkey home page Code Monkey logo

python-webqq's People

Watchers

 avatar

python-webqq's Issues

proxy的配置无法生效

每次选择配置proxy时都直接退出了
重新打开以后发现没有生效, 还是原来的配置
terminal显示是segmentation faults

Original issue reported on code.google.com by [email protected] on 16 May 2012 at 2:17

无法自动创建 ~/.pywebqq/cookie/

svn 14版本,python 2.7.2:

Traceback (most recent call last):
  File "/usr/bin/pywebqq", line 24, in <module>
    WebQQ()
  File "/usr/bin/pywebqq", line 14, in __init__
    self.webview = WebQQView(config)
  File "/usr/share/pywebqq/webqqview.py", line 24, in __init__
    self.init_cookie()
  File "/usr/share/pywebqq/webqqview.py", line 40, in init_cookie
    os.mknod(const.COOKIE_FILE)
OSError: [Errno 2] 没有那个文件或目录

手动 mkdir -p ~/.pywebqq/cookie/ 就好了。

Original issue reported on code.google.com by [email protected] on 24 Dec 2011 at 3:03

同一QQ号(群)发来的信息提示多次

RT。特别是QQ群,有人说话就弹一次窗,很快就占满屏幕了。

能不能同一QQ号(群)发来多个信息时,只提示一次?

另外,可否考虑添加暂时禁止消息提示的功能?

谢谢,新年快乐。

Original issue reported on code.google.com by [email protected] on 31 Dec 2011 at 9:52

主页上的介绍有误

>ppa源安装(感谢leaeasy):
>
>sudo apt-add-repository ppa:linux-deepin-team/linux-deepin

>sudo install pywebqq

应为

sudo apt-add-repository ppa:linux-deepin-team/linux-deepin
sudo apt-get update
sudo apt-get install pywebqq

Original issue reported on code.google.com by [email protected] on 2 Aug 2012 at 8:42

cookie路径权限

本来打算维护ppa 
python-webqq,但是代码写cookie在当前目录,希望能将cookie路径��
�为用户目录下


Original issue reported on code.google.com by [email protected] on 25 Nov 2011 at 9:28

IBus无法光标跟随

虽然这是webkitgtk的问题...
在这里提出一个希望:
考虑到webkitgtk的性能和存在的问题, 
希望能出一个采用qt的版本.

Original issue reported on code.google.com by [email protected] on 1 Apr 2012 at 3:03

64位ubuntu下alt-q键绑定失败

What steps will reproduce the problem?
1.使用ubuntu12.04 x64
2.终端运行pywebqq.py文件
3.终端输出alt-q绑定失败,界面上无法通过热键调出qq界面

Original issue reported on code.google.com by [email protected] on 22 Mar 2012 at 3:06

WebQQ.conf文件可被其它用户读取

~/.pywebqq/WebQQ.conf 
的权限目前是0644,但由于用户密码可能存于该文件中,在多�
��户系统中会存在安全问题。故强烈建议将该文件的权限设为
0600,谢谢!


Original issue reported on code.google.com by [email protected] on 19 Feb 2012 at 4:58

re match error for type



src/utils.py", line 47, in is_qq_login
    return QQ_LOGIN_PATTERN.match(uri) != None
TypeError: expected string or buffer
已在现有的浏览器会话中创建新的窗口。


before re match, check uri is buffer or string type, use isinstance?

Original issue reported on code.google.com by [email protected] on 7 Jun 2013 at 3:49

下载时再打开webqq,有时登录不上

当我下载时再打开webqq,有时登录不上,而原版就能,估计webqq因�
��还需加载html,css,javascript等等,而原版QQ只需验证,所以能否给p
y-webqq加个离线保存界面功能?

Original issue reported on code.google.com by [email protected] on 5 Feb 2012 at 1:26

AttributeError: 'NoneType' object has no attribute 'startswith'

按照步骤安装之后,运行 pywebqq.py 时,窗口一闪。报错:

Traceback (most recent call last):
File "./pywebqq.py", line 24, in <module>
WebQQ()
File "./pywebqq.py", line 18, in __init__
if utils.is_unity():
File "/usr/local/src/pywebqq/python-webqq-read-only/python-webqq/src/utils.py", 
line 33, in is_unity
return os.getenv('DESKTOP_SESSION').startswith('ubuntu')
AttributeError: 'NoneType' object has no attribute 'startswith'

我用的是Ubuntu 11.04非unity桌面,而是gnome桌面。
请问该如何解决。

env | grep DESKTOP_SESSION 命令输出如下:
DESKTOP_SESSION=gnome-2d
GNOME_DESKTOP_SESSION_ID=this-is-deprecated

Original issue reported on code.google.com by [email protected] on 12 Dec 2011 at 8:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.