Perguntas sobre 'python3'

O Python 3 é a mais recente versão principal do Python, uma linguagem de script usada por muitos desenvolvedores de código aberto.
1
resposta

vboxapi para python3

Eu preciso gerar / matar máquinas de caixa virtual usando o python3. Existe um módulo chamado pyvbox , mas não funciona porque o pacote vboxapi é incompatível com o python3. Se eu tentar importar vboxapi : >>> import vbo...
26.09.2016 / 18:10
3
respostas

Python 3 AppIndicator3: Qual é a dependência?

Estou empacotando um aplicativo que escrevi no Python 3, que usa: from gi.repository import AppIndicator3 Como estou listando as dependências, não consegui determinar qual pacote contém AppIndicator3 . Eu adivinhei python-appindicato...
14.05.2016 / 01:05
3
respostas

virtualenvwrapper + python3: sintaxe inválida

No Ubuntu 14.04 eu corro mkvirtualenv -p /usr/bin/python3 myvenv E eu recebo Running virtualenv with interpreter /usr/bin/python3 Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 37...
16.06.2015 / 14:44
1
resposta

como usar o pip do python 3?

Eu quero mudar meu projeto do python 2.7 para o python 3.4 e eu quero usar o virtualenvwrapper e o pip do python3. Eu tentei sudo apt-get install python3-pip , easy_install3 pip e python3 get-pip.py , mas quando eu executo pip -V eu re...
22.05.2015 / 18:56
1
resposta

Enfrentando problema ao executar o python3 tkinter enquanto o python 2.7.11+ existe no meu Ubuntu

Sou novo em python, tentando executar um programa de GUI Python muito simples apenas para testar recebo o seguinte erro $ python3 Desktop.py Traceback (most recent call last): File "Desktop.py", line 1, in <module> import tkinter...
22.05.2016 / 00:57
1
resposta

Como resolver problemas no Python 3: Nenhum módulo chamado 'unix' [closed]

Eu instalei o pymouse usando o pip3. No intérprete python tentei importar o pymouse: import pymouse e consegui isto: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.4/dist...
09.10.2015 / 00:44
1
resposta

Instalando o scikit-learn com Python3, _superlu.cpython-34m.so: símbolo indefinido: dtrsm_

Estou usando o ubuntu 14.04 e tentando instalar o scikit-learn usando o python 3. Eu me deparo com o seguinte erro: In [4]: import sklearn produz: ImportError: /usr/local/lib/python3.4/dist-packages/scipy/sparse/linalg/dsolve/_super...
22.12.2015 / 20:19
1
resposta

Aceleradores de teclado Python GTK3

Estou trabalhando na criação de um aplicativo para o Ubuntu usando Python3 e Gtk3. Estou tentando adicionar aceleradores de teclado ao programa, mas infelizmente continuo com problemas. Este é o meu código atm: #! /bin/python from gi.r...
01.08.2015 / 21:44
6
respostas

Problema com o update-manager: Nenhum módulo chamado 'apt_pkg' no Ubuntu 13.10, tendo instalado o Python 3.4 em / usr / local / lib

Sou bastante novo no Ubuntu e estou tentando executar o update-manager no Ubuntu 13.10. Eu recebo: jacopo@jacopo-laptop:~$ update-manager Traceback (most recent call last): File "/usr/bin/update-manager", line 28, in <module> fro...
09.06.2014 / 15:59
1
resposta

zipimport.ZipImportError: não pode descompactar dados; zlib não disponível em faísca (ubuntu 16.04 LTS) [fechado]

Estou tentando usar a função countbyvalue() e isso me deu o seguinte erro: File "/usr/local/lib/python3.5/runpy.py", line 174, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/loc...
26.02.2018 / 16:10