Re: [python-nl] Error in python multiprocessing!

2016-09-03 Berichten over hetzelfde onderwerp Martin Fitzpatrick
Hi Akshay It's a little difficult to understand what you're doing, but as a general rule I would avoid using both multiprocessing and Qt threads (if only because this is going to confuse things). The error you're receiving looks like it is coming from the serialisation (pickle?) of the data in/out

Re: [python-nl] visualisatie van voortgang

2016-09-03 Berichten over hetzelfde onderwerp Floris van Manen
> On 3 Sep 2016, at 15:57, Geert Stappers wrote: > > > Hoi, > > Wat is geschikte libary of framework om voortgang te visualiseren? De eerste vraag die rijst is natuurlijk de voortgang waarvan … Als het er om gaat om een proces in de verschillende stappen te volgen, dan is de eerder voorgest

Re: [python-nl] visualisatie van voortgang

2016-09-03 Berichten over hetzelfde onderwerp Martin Fitzpatrick
Hey It sounds like bashplotlib might do what you're looking for? https://github.com/glamp/bashplotlib Specifically the plot_hist function allows you to plot a histogram (which is basically what you've drawn). Hope that helps Martin (Apologies for the English) 2016-09-03 15:57 GMT+02:00 Geert

[python-nl] Error in python multiprocessing!

2016-09-03 Berichten over hetzelfde onderwerp Akshay Verma via Python-nl
Hi all, After a lot of searching on the internet, I am looking for help from you guys. I am working on a Qt based GUI which takes in a stream of file paths coming from a separate process and reads those data file for post-processing and plotting. Since post-processing and plotting have become a b

Re: [python-nl] visualisatie van voortgang

2016-09-03 Berichten over hetzelfde onderwerp Geert Stappers
On Sat, Sep 03, 2016 at 04:14:23PM +0200, Dorian Hoxha wrote: > 2016-09-03 15:57 GMT+02:00 Geert Stappers : > > > > > Hoi, > > > > Wat is geschikte libary of framework om voortgang te visualiseren? > > > > Een "progress bar" zou een mooi begin zijn. > > > > Een "array of progress bars" is meer wat

Re: [python-nl] visualisatie van voortgang

2016-09-03 Berichten over hetzelfde onderwerp Dorian Hoxha
Something like this: https://pypi.python.org/pypi/tqdm ? 2016-09-03 15:57 GMT+02:00 Geert Stappers : > > Hoi, > > Wat is geschikte libary of framework om voortgang te visualiseren? > > Een "progress bar" zou een mooi begin zijn. > > Een "array of progress bars" is meer wat ik zoek. > > > Input vo

[python-nl] visualisatie van voortgang

2016-09-03 Berichten over hetzelfde onderwerp Geert Stappers
Hoi, Wat is geschikte libary of framework om voortgang te visualiseren? Een "progress bar" zou een mooi begin zijn. Een "array of progress bars" is meer wat ik zoek. Input voor het generen van statische output is dan iets als prj[0] = 80 prj[1] = 20 prj[2] = 50 prj[3] = 0 prj[4] = 0 Output