Questions tagged «python»

Python是一种解释型编程语言,通常(但非唯一)用作脚本语言。默认情况下,所有Ubuntu发行版中都包含Python版本。

4
HP打印机安装失败
我在http://hplipopensource.com/hplip-web/install/manual/distros/ubuntu.html上无法成功安装Hp打印机。 需要帮助的是如何删除打印机软件,以便重新安装。我也是python 2还是3?在16.04 64位?我不小心下载了HPLIP,双击该文件并收到错误消息,然后单击“继续”。然后我尝试手动安装 :~$ sudo hp-setup [sudo] password for HP Linux Imaging and Printing System (ver. 3.16.3) Printer/Fax Setup Utility ver. 9.0 Copyright (c) 2001-15 HP Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain …
9 python  hp  hplip 


2
尝试运行pycharm-community-4.5时出现Java问题
我刚刚在我的Ubuntu 14.04(64位)中安装了pycharm-community-4.5。安装后,我运行了命令/opt/pycharm-community-4.5/bin$ ./pycharm.sh以运行pycharm,但是终端向我显示了一些错误,如下所示: Unrecognized VM option MaxPermSize=350m Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. 这是我的结果java -version: java version "1.8.0_45" Java(TM) SE Runtime Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) 我如何解决它?
9 14.04  python  java  64-bit  jdk 

1
如何使用python-apt获取软件包描述?
我正在尝试创建一个图形程序来为最终用户轻松处理软件包。但是,我在检索包装说明以及其他信息时遇到问题。 我在这里看到了python-apt API,我知道我必须处理apt.package.Version() 该类。 但是当我尝试使用它时,我得到的只是一些错误,例如: Traceback (most recent call last): File "./myprogram", line 6, in <module> print package.description File "/usr/lib/python2.7/dist-packages/apt/package.py", line 374, in description dsc = self._translated_records.long_desc File "/usr/lib/python2.7/dist-packages/apt/package.py", line 315, in _translated_records desc_iter = self._cand.translated_description AttributeError: 'list' object has no attribute 'translated_description' 那么,请问有谁可以为apt.package.Version()类创建一个正在运行的示例? 谢谢!

3
Ubuntu 12.04 LTS上的python-nltk:nltk.download('brown')导致HTML错误401
我已经使用apt-get在Ubuntu Server 12.04上安装了python-nltk。 但是,当我尝试下载语料库时,出现以下错误: $ python Python 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import nltk >>> nltk.download('brown') [nltk_data] Error loading brown: HTTP Error 401: Authorization [nltk_data] Required False 我是否缺少某些配置或其他软件包?
9 12.04  python 

3
无法安装python模块urlparse
一些用Python 2.7编写的程序抱怨说ImportError: No module named 'urlparse'。因此,我需要安装该模块,但无法执行该操作。该模块确实存在,例如在https://docs.python.org/2/library/urlparse.html中进行了描述。然而,无论是apt-get install,还是pip install能够找到一个名为模块urlparse,python-urlparse,urllib,python-urllib... -我得到的消息一样 Could not find any downloads that satisfy the requirement ...,唯一的例外是包python-urllib3这可能包含所需的文件,但为Python 3和安装这些并没有帮助。 我已经安装pip,不是pip3因为我需要Python 2(pip 1.4.1 from /usr/lib/python2.7/dist-packages (python 2.7))的模块。我的Ubuntu是Xubuntu 13.10。 请问哪里出问题了?是否pip在正确的位置搜索模块?我不知道应该在什么位置搜索...

2
pip是否会覆盖apt-get安装的软件包?
如果我不小心意外地pip install使用了apt-get预先安装的软件包会怎样?我是否可以简单地使用最新版本(即可能是我使用安装的最新版本pip)?反过来会怎样? 注意:我没有在虚拟环境中使用Python(只是因为我不知道为什么-我将Python用作数据分析工具,并且大多数情况下尝试使用所有组件的最新版本)。
9 apt  python  pip 

3
如何方便地为Python 3安装cx_Freeze?
我想为Python 3 安装cx_Freeze。我的Ubuntu 14.04具有Python 2.7和Python 3.4。对于Python 2,我可以使用以下命令非常方便地安装cx_Freeze: sudo apt install cx-freeze 但是,这只会为Python 2安装cx-freeze,而不会为Python 3安装cx-freeze。另外,正式的cx_Freeze网站不包含安装提示。我不是很确定从头开始构建软件。我也尝试过pip3(版本1.5.5),但无济于事: pip3 install cx-freeze could not find any downloads that satisfy the requirement 因此,问题是: 有没有简单的方法(一行)来为Python 3安装cx_Freeze? 如果没有,有人可以指导我逐步完成最简单的选择吗? 编辑:按照Dumindu Mahawela的回答,我得到以下输出: Selecting previously unselected package cx-freeze-python3. (Reading database ... 163736 files and directories currently installed.) Preparing to unpack cx-freeze-python3_4.3-0ubuntu0px0pre2_amd64.deb …

4
如何安装pygame?
我正在运行Ubuntu 13.10。我有蟒蛇2.7.5与蟒蛇1.8.0。每当我启动python并输入import pygame它时,它就会告诉我没有名为pygame的模块。 如何安装pygame?
9 13.10  python 

1
在Ubuntu 12.04上升级到python 2.7.5
python v 2.7.3默认情况下,Ubuntu 12.04附带。我想将其升级到v 2.7.5。我尝试了此问题中给出的说明, sudo apt-get install build-essential sudo apt-get install libreadline-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev cd ~/Downloads/ wget http://python.org/ftp/python/2.7.5/Python-2.7.5.tgz tar -xvf Python-2.7.5.tgz cd Python-2.7.5 ./configure make sudo make altinstall 最后一条命令失败,并显示以下错误: ... Compiling /usr/local/lib/python2.7/xmlrpclib.py ... Compiling /usr/local/lib/python2.7/zipfile.py ... make: *** [libinstall] Error 1 我该如何升级?
9 12.04  upgrade  python 

3
将python 3.3设置为默认的python 3解释器而不是3.2
因此,保持简单。Ubuntu 12.10预先安装了python 3.2,并链接到“ python3”。我下载了python 3.3,其命令是“ python3.3”。但是,我从synaptic下载了适用于python3的pySide。在python3.3上使用“ from PySide.QtCore import *”失败。但是,当我只运行“ python3”(aka 3.2)时,一切正常。Synaptic刚刚为python3.2安装了lib,这是ubuntu中python3的默认设置。如何强制Synaptic为python3.3安装模块? 谢谢

2
PYGTK到PYGI:gtk.timeout_add等效项
我已经转换了一些Python代码以使用PYGI,但是我不知道如何转换这一行: gtk.timeout_add(PING_FREQUENCY * 1000, self.doWork) 明确地说,由于我不太了解PYGTK和PYGI之间的区别,因此我的新代码使用了 from gi.repository import Gtk from gi.repository import AppIndicator3 as appindicator 如此处所示https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Python_version 我要转换的完整代码在这里http://pastebin.com/raw.php?i=aUtASRpy 相当于什么 gtk.timeout_add(PING_FREQUENCY * 1000, self.doWork) 在PYGI中? 我还假设PYGI是制作统一指标的最现代方法 我还假设指示器最好检查某物的状态,而不是告诉指示器状态(推或拉)。可以让python程序每秒检查一次吗? 谢谢!

1
Python终端不适用于for循环[关闭]
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使它成为Ask Ubuntu 的主题。 3年前关闭。 我在Python终端中运行了以下代码: >>> for news in news_list: ... print news("li", {"class", "first"})[0].a["href"] ... ... 我希望能够在终端中关闭此for循环,但是我不知道该如何做。我试过按Enter两次,但不起作用。

3
由于“ linux / videodev.h:无此文件或目录”错误,easy_install pygame无法正常工作
要安装pygame通过easy_install在Ubuntu 12.10和错误,它给了我这样的: Continuing With "setup.py" warning: no files found matching 'readme.txt' no previously-included directories found matching '*/CVS' no previously-included directories found matching '*/*/CVS' src/mixer.c: In function ‘chan_set_volume’: src/mixer.c:660:9: warning: variable ‘result’ set but not used [-Wunused-but-set- variable] In file included from /usr/include/python2.7/Python.h:8:0, from src/scrap.h:22, from src/scrap.c:30: /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined …
9 12.10  python 

3
如何安装IronPython?
我尝试使用以下指南在ubuntu 12.04上安装Ironpython:在Mono上安装 IronPython, 但似乎无法正常工作。我没有Solutions / IronPython.Mono.sln,所以我尝试xbuild Solutions / IronPython.sln,但由于某些错误而无法正常工作。 有人可以指出在Ubuntu上安装IronPython的另一种方法吗? 谢谢!
9 python  mono 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.