-
```
What steps will reproduce the problem?
1. download newest pymssql for windows on this website
2. run the installer
3. try to import pymssql module, python crashes
What is the expected output? Wha…
-
Hello,
I try to install a new database inside odoo via the backup function
When I do that :
http://mydomain.com:8069/web/login?db=imaginis . it's ok because it's my first database
but when I decide…
-
root@randevu:/opt/node# python --version
Python 2.7.2
git clone git://github.com/joyent/node.git
git checkout v0.6.3
and then:
root@randevu:/opt/node# ./configure && make && sudo make install
Check…
-
``` #!python
import js
modules = js.globals.vm._allModules
print modules
print dir(modules)
print modules[0]
print dir(modules[0])
```
output:
```
[object Object]
[, , ..., , ]
undefined
Traceback…
jedie updated
9 years ago
-
When I set my interpreter to python3.4, autocompletion for pyside doesn't work. Debug shows:
About push back to ST3: b'{"success": true, "completions": [["QtGui\timport", "QtGui"], ["quit\tstatement",…
-
I moved from Kodi Ubuntu to a fresh install of OpenELEC.
I was really surprised that this plugin did not work out of the box.
IsraeLIVE plugin reports script errors. It seems that some python modul…
-
The following tests FAILED:
5 - pyston_defaults_tests (Failed)
6 - pyston_force_llvm_tests (Failed)
Errors while running CTest
When I run 'make check', above of testcase failed, Please ch…
-
I try to use mraa with Python 3.4.1 but I have problems in generating the mraa wrappers for this version because the cmake scripts is not detecting it. I tried the following on Intel Edison and Raspbe…
-
```
What steps will reproduce the problem?
1. download newest pymssql for windows on this website
2. run the installer
3. try to import pymssql module, python crashes
What is the expected output? Wha…
-
Hello,
I'm trying to put together a 64bit python installation and I have this issue when I try to build ecdsa:
```
#python setup.py build
Traceback (most recent call last):
File "setup.py", line 5…