-
The uncompress on larger results is very slow.
The test query result is the a 20,000 row table with bid/ask columns. From a q IDE this takes
-
Hi Thomas
There are some compiling errors in the latest version, which did not exists in the previous version. When changing back to previous version (1.0.0-8) ,everything is fine! Following is the er…
-
I am compiling on Windows 7 and the "#include "Python.h" line in "qpython_priv.h" is causing a compilation error. It seems it cannot find the header and neither could I.
-
Hey,
just noticed while I was testing pyotherside that I couldn't compile while following the README instructions:
```
qmake
make
```
because I would get "Python.h: no such file or directory" (even…
-
Has anyone tried to setup nflgame on an Android phone? If it works with QPython 2.7.2, then it's probably pretty easy to install, but I'm not sure how.
-
## background
- flow [QPython Hackers Wowto](http://wiki.qpython.org/hacker/)
- i want the dev. with QPython flow is :
- edit in local with Sublime Text2/3 etc.
- throught fabric auto doing evthin…
-
Hi, a feature request here to allow more flexibility when importing/accessing python modules.
It would be great if `importModule` could accept an 'as' argument for the equivalent
python:
``` python
…
-
I mean something like berkelium, not just 'Hello World'. And figure out the best way to provide them. Some registry or something?
-
gPodder (org.gpodder.sailfish-4.0.0-1.6.1.noarch, installed as instructed on http://wiki.gpodder.org/wiki/Sailfish_OS) is rather unusable on Jolla devices at the moment, crashing from the slightest pr…
-
I wrote a method to check internet connection to host site.
simplified version look like this:
def network_check():
hostname = "google.com"
try:
response = subprocess.check_output(["…