-
I've encountered a CloudLinux VM that `distro` is unable to recognize:
```console
$ distro
Name:
Version:
Codename:
$ python -c 'import distro; print(distro.linux_distribution())'
('', '', '…
-
I want to get email with some word in subject, i try:
`folders = imap.folders()
for folder in folders:
q = Q()
emails = imap.folder(folder).emails(
q.flagged().subject…
-
BPO | [36067](https://bugs.python.org/issue36067)
--- | :---
Nosy | @pfmoore, @vstinner, @giampaolo, @tjguk, @zware, @eryksun, @zooba, @izbyshev
*Note: these values reflect the state of the issue at …
-
The compilation and installation succeed, but there is an ugly error during the process:
```
$ bin/pip install --force-reinstall -U pycrypto
[...]
running install_egg_info
running egg_info
crea…
-
I'm trying to build mapsme for Android on Windows 8. So far I have done the following steps:
```
1. run configure.sh from project root
2. install Android Studio and Qt SDK
3. add local.properties fil…
-
BPO | [26971](https://bugs.python.org/issue26971)
--- | :---
Nosy | @ned-deily, @yaro-yaro
Files | [_sysconfigdata.py](https://bugs.python.org/file42767/_sysconfigdata.py "Uploaded as text/plain at 20…
-
Unfortunately, i'm getting the following error message when trying to import hpsklear:
>> import hpsklearn
Traceback (most recent call last):
File "", line 1, in
import hpsklearn
F…
-
Hi,
it seems that the installation has compilation error on my PC.
Node.js v6.3.1, npm v3.10.3
```
C:\Windows\system32>npm install -g ttembed-js
C:\Users\Toby Tso\AppData\Roaming\npm\ttembed-js ->…
-
I am getting the following error when I try to run the ETL script inspite of assigning the required libraries, PyGlue.zip to my PYTHONPATH. Could you tell me how to resolve this?
Traceback (most re…
-
안녕하세요?
konlpy 잘 활용하고 있습니다^^
다름 아니라..
gui 프로그램을 만들어보기 위해 pyqt와 pyinstaller를 활용하고 있는데요,
pyinstaller로 실행파일을 만들어 실행할 경우
아래와 같은 오류가 발생하네요..
pyinstaller에서 생성된 폴더의 내용을 봐도.. konlpy 관련 파일은 보이지 않아 패키지가 …